diff --git a/docs/parameters.rst b/docs/parameters.rst index 2b727b79..312de51f 100644 --- a/docs/parameters.rst +++ b/docs/parameters.rst @@ -254,6 +254,60 @@ Some parameters can be calculated automatically by *pvcompare* and do not need t b. **input power** and **output power**: kW +* storage_02.csv: + 1. **age_installed**: year, 0 (for all components of the stratified thermal storage) + 2. **development_costs**: currency, 0 (for all components of the stratified thermal storage) + 3. **specific_costs**: currency/unit + a. **storage capacity**: 410, See `Danish energy agency's technology data of small-scale hot water tanks [dea_swt] `_ on p.66 - However investment costs of stratified TES could be higher. + b. **input power** and **output power**: 0 + 4. **c_rate**: factor of total capacity (kWh) + a. **storage capacity**: NA (does not apply) + b. **input power** and **output power**: 1 (this just means that the whole capacity of the stratified thermal storage would be used during charging and discharging cycles) + 5. **efficiency**: factor + a. **storage capacity**: 1, or "NA" if calculated + b. **input power** and **output power**: 1 + 6. **installedCap**: unit 0, or "NA" if calculated + a. **storage capacity**: 0, or "NA" if calculated + b. **input power** and **output power**: 0 + 7. **lifetime**: year, 30 (applies for all the parameters of the stratified thermal energy storage) + 8. **specific_costs_om**: currency/unit/year + a. **storage capacity**: 16.67, [dea_swt] p.66 - however fix om costs of stratified TES could differ + b. **input power** and **output power**: 0 + 9. **dispatch_price**: currency/kWh + a. **storage capacity**: NA (does not apply) + b. **input power** and **output power**: 0 + 10. **soc_initial**: None or factor + + a. **storage capacity**: None + + b. **input power** and **output power**: NA + 11. **soc_max**: factor + + a. **storage capacity**: 0.925 (7.5% unused volume see `European Commission study large-scale heating and cooling in EU [EUC_heat] `_ p.168 - This applies for large scale TES but could be validated for a small scale storage too.) + + b. **input power** and **output power**: NA + 12. **soc_min**: factor + + a. **storage capacity**: 0.075 (7.5% unused volume see [EUC_heat] p.168 - This applies for large scale TES but could be validated for a small scale storage too.) + + b. **input power** and **output power**: NA + 13. **unit**: str + + a. **storage capacity**: kWh + + b. **input power** and **output power**: kW + 14. **fixed_thermal_losses_relative**: factor + + a. **storage capacity**: "{'file_name': 'None', 'header': 'no_unit', 'unit': ''}", is calculated in pvcompare + + b. **input power** and **output power**: NA (does not apply) + 15. **fixed_thermal_losses_absolute**: kWh + + a. **storage capacity**: "{'file_name': 'None', 'header': 'no_unit', 'unit': ''}", is calculated in pvcompare + + b. **input power** and **output power**: NA (does not apply) + + 2. pvcompare-specific parameters ================================ diff --git a/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/energyStorage.csv b/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/energyStorage.csv index 2119a373..3007c1de 100644 --- a/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/energyStorage.csv +++ b/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/energyStorage.csv @@ -1,8 +1,8 @@ -,unit -label,str -optimizeCap,bool -outflow_direction,str -inflow_direction,str -storage_filename,str -energyVector,str -type_oemof,str +,unit,storage_02 +label,str,TES +optimizeCap,bool,True +outflow_direction,str,Heat bus +inflow_direction,str,Heat bus +storage_filename,str,storage_02.csv +energyVector,str,Heat +type_oemof,str,storage diff --git a/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/storage_02.csv b/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/storage_02.csv new file mode 100644 index 00000000..cd0d6d35 --- /dev/null +++ b/examples/example_user_inputs/mvs_inputs_sector_coupling/csv_elements/storage_02.csv @@ -0,0 +1,16 @@ +,unit,storage capacity,input power,output power +unit,str,kWh,kW,kW +installedCap,kWh,NaN,0,0 +age_installed,year,0,0,0 +lifetime,year,30,30,30 +development_costs,currency,0.0,0.0,0.0 +specific_costs,currency/kWh,410,0,0 +specific_costs_om,currency/kWh/year,16.67,0,0 +dispatch_price,currency/kWh,NaN,0,0 +c_rate,factor of total capacity (kWh),NaN,1,1 +soc_initial,None or factor,None,NaN,NaN +soc_max,factor,0.925,NaN,NaN +soc_min,factor,0.075,NaN,NaN +efficiency,factor,NaN,1,1 +fixed_thermal_losses_relative,factor,"{'file_name': 'None', 'header': 'no_unit', 'unit': ''}",, +fixed_thermal_losses_absolute,kWh,"{'file_name': 'None', 'header': 'kWh', 'unit': ''}",, diff --git a/examples/example_user_inputs/pvcompare_inputs/stratified_thermal_storage.csv b/examples/example_user_inputs/pvcompare_inputs/stratified_thermal_storage.csv new file mode 100644 index 00000000..02f6cff2 --- /dev/null +++ b/examples/example_user_inputs/pvcompare_inputs/stratified_thermal_storage.csv @@ -0,0 +1,9 @@ +var_name,var_value,var_unit +height,,m +diameter,0.99,m +temp_h,60,degC +temp_c,35,degC +s_iso,100,mm +lamb_iso,0.03,W/(m*K) +alpha_inside,10,W/(m2*K) +alpha_outside,2.31,W/(m2*K) diff --git a/pvcompare/check_inputs.py b/pvcompare/check_inputs.py index ef05b080..ce75a637 100644 --- a/pvcompare/check_inputs.py +++ b/pvcompare/check_inputs.py @@ -611,3 +611,58 @@ def load_parameter_from_mvs_file( f"mvs input file {mvs_filename}." ) return pvcompare_parameter + + +def add_parameters_to_storage_xx_file( + nominal_storage_capacity, loss_rate, storage_csv, user_inputs_mvs_directory=None +): + + """ + Enters new parameters into storage_xx.csv + + Parameters + --------- + nominal_storage_capacity : numeric + Maximum amount of stored thermal energy [MWh] + + loss_rate : numeric (sequence or scalar) + The relative loss of the storage capacity between two consecutive + timesteps [-] + + storage_csv: str + Name of the storage specific file + + mvs_input_directory : str + directory to "mvs_inputs/" + + Returns + ------- + None + """ + + if user_inputs_mvs_directory == None: + user_inputs_mvs_directory = constants.DEFAULT_USER_INPUTS_MVS_DIRECTORY + + # Read storage_xx.csv from input value + storage_xx_path = os.path.join( + user_inputs_mvs_directory, "csv_elements", storage_csv + ) + storage_xx = pd.read_csv(storage_xx_path, header=0, index_col=0,) + + parameters = {"installedCap": nominal_storage_capacity, "efficiency": 1 - loss_rate} + + for name, param in parameters.items(): + # Check if efficiency and nominal storage capacity already exist and if not + # replace with calculated value from loss_rate + try: + int(float(storage_xx.at[name, "storage capacity"])) + logging.info( + f"The {name} of the storage already exists in {storage_csv}. If you want to calculate the storage's {name} with pvcompare please delete the value in {storage_csv}." + ) + except ValueError: + # insert parameter values + storage_xx.loc[[name], ["storage capacity"]] = param + logging.info(f"The {name} of the storage has been added to {storage_csv}.") + + # Save values in storage_xx.csv + storage_xx.to_csv(storage_xx_path) diff --git a/pvcompare/data/user_inputs_collection/mvs_inputs/csv_elements/storage_02.csv b/pvcompare/data/user_inputs_collection/mvs_inputs/csv_elements/storage_02.csv new file mode 100644 index 00000000..8248e79a --- /dev/null +++ b/pvcompare/data/user_inputs_collection/mvs_inputs/csv_elements/storage_02.csv @@ -0,0 +1,16 @@ +,unit,storage capacity,input power,output power +unit,str,kWh,kW,kW +installedCap,kWh,NaN,0,0 +age_installed,year,0,0,0 +lifetime,year,30,30,30 +development_costs,currency,0.0,0.0,0.0 +specific_costs,currency/kWh,410,0,0 +specific_costs_om,currency/kWh/year,16.67,0,0 +dispatch_price,currency/kWh,NaN,0,0 +c_rate,factor of total capacity (kWh),NaN,1,1 +efficiency,factor,1,1,1 +soc_initial,None or factor,None,NaN,NaN +soc_max,factor,0.925,NaN,NaN +soc_min,factor,0.075,NaN,NaN +fixed_thermal_losses_relative,factor,"{'file_name': 'None', 'header': 'no_unit', 'unit': ''}",, +fixed_thermal_losses_absolute,kWh,"{'file_name': 'None', 'header': 'no_unit', 'unit': ''}",, diff --git a/pvcompare/data/user_inputs_collection/pvcompare_inputs/stratified_thermal_storage.csv b/pvcompare/data/user_inputs_collection/pvcompare_inputs/stratified_thermal_storage.csv new file mode 100644 index 00000000..32e67658 --- /dev/null +++ b/pvcompare/data/user_inputs_collection/pvcompare_inputs/stratified_thermal_storage.csv @@ -0,0 +1,9 @@ +var_name,var_value,var_unit +height,,m +diameter,0.99,m +temp_h,95,degC +temp_c,60,degC +s_iso,100,mm +lamb_iso,0.03,W/(m*K) +alpha_inside,10,W/(m2*K) +alpha_outside,2.31,W/(m2*K) diff --git a/pvcompare/main.py b/pvcompare/main.py index 385eceb0..ef6b99b7 100644 --- a/pvcompare/main.py +++ b/pvcompare/main.py @@ -12,6 +12,7 @@ from pvcompare import pv_feedin from pvcompare import constants from pvcompare import heat_pump_and_chiller +from pvcompare import stratified_thermal_storage from pvcompare import check_inputs @@ -179,6 +180,14 @@ def apply_pvcompare( weather=weather, ) + stratified_thermal_storage.add_strat_tes( + weather=weather, + lat=latitude, + lon=longitude, + user_inputs_pvcompare_directory=user_inputs_pvcompare_directory, + user_inputs_mvs_directory=user_inputs_mvs_directory, + ) + def apply_mvs( scenario_name, diff --git a/pvcompare/stratified_thermal_storage.py b/pvcompare/stratified_thermal_storage.py new file mode 100644 index 00000000..0555c174 --- /dev/null +++ b/pvcompare/stratified_thermal_storage.py @@ -0,0 +1,496 @@ +""" +This module contains the processing of the stratified thermal storage +in case it exists in `energyStorage.csv` within pvcompare. + +Storage specific parameters (nominal_storage_capacity, loss_rate +fixed_losses_relative and fixed_losses_absolute) are precalculated and saved +in 'data/mvs_inputs/time_series' depending on whether they are provided as sequence or +scalar numeric. +""" + +import pandas as pd +import math +import os +import logging +import maya +import oemof.thermal.stratified_thermal_storage as strat_tes + +# internal imports +from pvcompare import constants +from pvcompare import check_inputs + + +def calc_strat_tes_param( + weather, + temperature_col="temp_air", + user_inputs_pvcompare_directory=None, + user_inputs_mvs_directory=None, +): + """ + This function does the precalculations of the stratified thermal storage. + + It calculates the following parameters: + + 1. nominal_storage_capacity + 2. loss_rate + 3. fixed_losses_relative + 4. fixed_losses_absolute + + from the storage's input data provided in `stratified_thermal_storage.csv` + and using functions implemented in oemof.thermal (github.com/oemof/oemof-thermal). + + Parameters + ---------- + weather : :pandas:`pandas.DataFrame` + Contains weather data time series. Required: ambient temperature in + column `temperature_col`. + temperature_col : str + Name of column in `weather` containing ambient temperature. + Default: "temp_air". + user_inputs_pvcompare_directory: str or None + Directory of the user inputs. If None, + `constants.DEFAULT_USER_INPUTS_PVCOMPARE_DIRECTORY` is used as user_inputs_pvcompare_directory. + Default: None. + user_inputs_mvs_directory: str or None + Path to input directory containing files that describe the energy + system and that are an input to MVS. Default: + DEFAULT_MVS_OUTPUT_DIRECTORY (see :func:`~pvcompare.constants`. + + Returns + ------- + nominal_storage_capacity : numeric + Maximum amount of stored thermal energy [MWh] + + loss_rate : numeric (sequence or scalar) + The relative loss of the storage capacity between two consecutive + timesteps [-] + + fixed_losses_relative : numeric (sequence or scalar) + Losses independent of state of charge between two consecutive + timesteps relative to nominal storage capacity [-] + + fixed_losses_absolute : numeric (sequence or scalar) + Losses independent of state of charge and independent of + nominal storage capacity between two consecutive timesteps [MWh] + + """ + # ********************************************************************************************* + # Set paths - Read and prepare data + # ********************************************************************************************* + if user_inputs_pvcompare_directory is None: + input_directory = constants.DEFAULT_USER_INPUTS_PVCOMPARE_DIRECTORY + + if user_inputs_mvs_directory == None: + user_inputs_mvs_directory = constants.DEFAULT_USER_INPUTS_MVS_DIRECTORY + + input_data_filename = os.path.join( + user_inputs_pvcompare_directory, "stratified_thermal_storage.csv" + ) + input_data = pd.read_csv(input_data_filename, header=0, index_col=0)["var_value"] + + # Prepare ambient temperature for precalculations + ambient_temperature = weather[temperature_col] + + # ********************************************************************************************* + # Precalculations + # ********************************************************************************************* + + u_value = strat_tes.calculate_storage_u_value( + input_data["s_iso"], + input_data["lamb_iso"], + input_data["alpha_inside"], + input_data["alpha_outside"], + ) + + volume, surface = strat_tes.calculate_storage_dimensions( + input_data["height"], input_data["diameter"] + ) + + nominal_storage_capacity = ( + strat_tes.calculate_capacities( + volume, input_data["temp_h"], input_data["temp_c"] + ) + * 1000 + ) + + try: + int(float(nominal_storage_capacity)) + except ValueError: + if math.isnan(nominal_storage_capacity) is True: + nominal_storage_capacity = 0 + + ( + loss_rate, + fixed_losses_relative, + fixed_losses_absolute, + ) = strat_tes.calculate_losses( + u_value, + input_data["diameter"], + input_data["temp_h"], # TODO: In future heat pump temp here + input_data["temp_c"], # TODO: In future relation to temp_h here + ambient_temperature, + ) + + return ( + nominal_storage_capacity, + loss_rate, + fixed_losses_relative, + fixed_losses_absolute, + ) + + +def save_time_dependent_values( + losses, value_name, unit, filename, time_series_directory +): + """ + This function saves time dependent values to 'data/mvs_inputs/time_series'. + + Parameters + ---------- + losses : numeric (sequence) + Parameter passed to be saved + + value_name : str + Name of the parameter + + unit : str + Unit of the parameter + + filename : str + Name of the file containing time dependent values + + time_series_directory : str + Path to time_series: 'data/mvs_inputs/time_series' + + """ + # Make dictionary before saving data with unit as label + losses_dict = {unit: losses} + + # Save results to csv + for name, value in losses_dict.items(): + # Set unit as new name of result in result list + value.name = unit + + # Save value to csv + value.to_csv( + os.path.join(time_series_directory, filename), index=False, header=True + ) + logging.info( + f"The time dependent {value_name} of a stratified thermal storage is saved under {time_series_directory}." + ) + + +def add_strat_tes( + weather, + lat, + lon, + user_inputs_pvcompare_directory=None, + user_inputs_mvs_directory=None, +): + """ + Adds stratified thermal storage if it exists either in 'energyStorage.csv'. + + The precalculations are done if `inflow_direction` and `outflow_direction` give a hint + that the respective asset is a heat storage (inflow_direction: "Heat", + outflow_direction: "Heat"; check second option in the "Notes" section below). + + Parameters + ---------- + weather : :pandas:`pandas.DataFrame` + DataFrame with time series for temperature in column 'temp_air' in °C. + lat : float + Latitude of ambient temperature location in `weather`. + lon : float + Longitude of ambient temperature location in `weather`. + user_inputs_pvcompare_directory: str or None + Directory of the user inputs. If None, + `constants.DEFAULT_USER_INPUTS_PVCOMPARE_DIRECTORY` is used as user_inputs_pvcompare_directory. + Default: None. + user_inputs_mvs_directory: str or None + Path to input directory containing files that describe the energy + system and that are an input to MVS. Default: + DEFAULT_MVS_OUTPUT_DIRECTORY (see :func:`~pvcompare.constants`. + + Notes + ----- + You can include a stratified thermal storage in the model using two ways: + + 1. With storage component with `inflow_direction` and `outflow_direction` to the heat bus + 2. With a storage bus, a storage component and `inflow_direction` and `outflow_direction` + as Transformer feeding in and from that bus + Please note that the cost parameters of `inflow_direction` and `outflow_direction` of the + Transformer should be set to zero, since they cannot be assigned to a real plant + component with cost parameters + + Returns + ------- + Depending on the case, updates energyStorage.csv and saves calculated values to + 'data/mvs_inputs/time_series'. + + """ + # ********************************************************************************************* + # Set paths + # ********************************************************************************************* + # Set path if path is None + if user_inputs_pvcompare_directory == None: + user_inputs_pvcompare_directory = ( + constants.DEFAULT_USER_INPUTS_PVCOMPARE_DIRECTORY + ) + if user_inputs_mvs_directory == None: + user_inputs_mvs_directory = constants.DEFAULT_USER_INPUTS_MVS_DIRECTORY + + # Set path for results in time series + time_series_directory = os.path.join(user_inputs_mvs_directory, "time_series") + + # ********************************************************************************************* + # Read files + # ********************************************************************************************* + # 1. Read energyStorage.csv + energy_storage = pd.read_csv( + os.path.join(user_inputs_mvs_directory, "csv_elements", "energyStorage.csv"), + header=0, + index_col=0, + ) + + # 2. Read energyBusses.csv + energy_busses = pd.read_csv( + os.path.join(user_inputs_mvs_directory, "csv_elements", "energyBusses.csv"), + header=0, + index_col=0, + ) + + # 3. Read energyConversion.csv + energy_conversion = pd.read_csv( + os.path.join(user_inputs_mvs_directory, "csv_elements", "energyConversion.csv"), + header=0, + index_col=0, + ) + + # 4. Read energyProviders.csv + energy_providers = pd.read_csv( + os.path.join(user_inputs_mvs_directory, "csv_elements", "energyProviders.csv"), + header=0, + index_col=0, + ) + + # 5. Read stratified_thermal_storage.csv + storage_file_path = os.path.join( + user_inputs_pvcompare_directory, "stratified_thermal_storage.csv" + ) + if os.path.isfile(storage_file_path): + storage_input_data = pd.read_csv(storage_file_path, header=0, index_col=0,) + temp_high = storage_input_data.at["temp_h", "var_value"] + + # 6. Read heat_pumps_and_chillers.csv + hp_file_path = os.path.join( + user_inputs_pvcompare_directory, "heat_pumps_and_chillers.csv" + ) + if os.path.isfile(hp_file_path): + hp_input_data = pd.read_csv(hp_file_path, header=0, index_col=0,) + + # Create add on to filename (year, lat, lon, temp_high) + year = maya.parse(weather.index[int(len(weather) / 2)]).datetime().year + if os.path.isfile(storage_file_path): + add_on = f"_{year}_{lat}_{lon}_{temp_high}" + + # ********************************************************************************************* + # Check if stratified thermal storage exists in specified system + # ********************************************************************************************* + stratified_thermal_storages = [] + + for bus in energy_busses.keys(): + if energy_busses[bus]["energyVector"] == "Heat": + heat_bus = bus + for col in energy_storage.keys(): + outflow = energy_storage[col]["outflow_direction"] + inflow = energy_storage[col]["inflow_direction"] + if outflow == heat_bus and inflow == heat_bus: + strat_tes_label = col + stratified_thermal_storages.extend([strat_tes_label]) + + # ********************************************************************************************* + # Check if heat pump exists and no further heat provider in specified system + # If it does the temperatures of the stratified thermal storage have to match the ones of the + # heat pump. This is also checked below + # ********************************************************************************************* + heat_pumps = [] + for col in energy_conversion.keys(): + energy_vector = energy_conversion[col]["energyVector"] + inflow = energy_conversion[col]["inflow_direction"] + if "Heat" in energy_vector and ( + "Electricity" in inflow or "electricity" in inflow + ): + heat_pumps.extend([col]) + + heat_providers = [] + for col in energy_providers.keys(): + energy_vector = energy_providers[col]["energyVector"] + if "Heat" in energy_vector: + heat_providers.extend([col]) + + if ( + len(stratified_thermal_storages) != 0 + and len(heat_pumps) != 0 + and len(heat_providers) == 0 + ): + if hp_input_data is not None: + hp_high_temperature = hp_input_data.at["heat_pump", "temp_high"] + if temp_high > hp_high_temperature: + raise ValueError( + f"High temperature of the thermal energy storage (T_TES_high = {temp_high}) " + f"is lower than the outlet temperature of the heat pump " + f"T_HP_high = {hp_high_temperature}. Please add a further provider of heat or " + f"adjust T_TES_high" + ) + + # ********************************************************************************************* + # Do precalculations for the stratified thermal storage + # ********************************************************************************************* + if len(stratified_thermal_storages) != 0: + ( + nominal_storage_capacity, + loss_rate, + fixed_losses_relative, + fixed_losses_absolute, + ) = calc_strat_tes_param( + weather=weather, + user_inputs_mvs_directory=user_inputs_mvs_directory, + user_inputs_pvcompare_directory=user_inputs_pvcompare_directory, + ) + logging.info(f"Stratified thermal storage successfully precalculated.") + + # Save calculated nominal storage capacity and loss rate to storage_xx.csv + + storage_csv = energy_storage.at["storage_filename", strat_tes_label] + + check_inputs.add_parameters_to_storage_xx_file( + nominal_storage_capacity=nominal_storage_capacity, + loss_rate=loss_rate, + storage_csv=storage_csv, + user_inputs_mvs_directory=user_inputs_mvs_directory, + ) + # Replace old storage_xx.csv with new one that contains calculated values + storage_xx = pd.read_csv( + os.path.join(user_inputs_mvs_directory, "csv_elements", storage_csv), + header=0, + index_col=0, + ) + + # ********************************************************************************************* + # Check if time dependent data exists. Else save above calculated time series + # ********************************************************************************************* + file_exists = True + # Put all the time dependent values in a list + time_dependent_value = [ + "fixed_thermal_losses_relative", + "fixed_thermal_losses_absolute", + ] + # Units of the time dependent values + unit = ["no_unit", "kWh"] + # Explaining name of that value + value_name = ["fixed thermal losses relative", "fixed thermal losses absolute"] + # Values from precalculation + parameter = [fixed_losses_relative, fixed_losses_absolute] + + for time_value in time_dependent_value: + time_value_index = time_dependent_value.index(time_value) + value_name_underscore = value_name[time_value_index].replace(" ", "_") + for stratified_thermal_storage in stratified_thermal_storages: + value = storage_xx["storage capacity"][time_value] + try: + float(value) + logging.info( + f"Stratified thermal storage in column 'storage capacity' of '{storage_csv}' has " + + f"constant {value_name[time_value_index]} {value}. For using temperature dependent values check the documentation." + ) + except ValueError: + # check if result file exists + filename_csv_excl_path = value.split("'")[3] + filename_csv = os.path.join( + user_inputs_mvs_directory, "time_series", filename_csv_excl_path + ) + + if not os.path.isfile(filename_csv): + year = weather.index[int(len(weather) / 2)].year + result_filename = os.path.join( + user_inputs_mvs_directory, + "time_series", + f"{value_name_underscore}_{year}_{lat}_{lon}_{temp_high}.csv", + ) + logging.info( + f"File containing {value_name} is missing: {filename_csv} \nCalculated times series of {value_name} are used instead." + ) + file_exists = False + # write new filename into storage_xx + storage_xx["storage capacity"][time_value] = storage_xx[ + "storage capacity" + ][time_value].replace( + filename_csv_excl_path, + f"{value_name_underscore}_{year}_{lat}_{lon}_{temp_high}.csv", + ) + + if file_exists == False: + # update storage_xx.csv + storage_xx.to_csv( + os.path.join( + user_inputs_mvs_directory, + "csv_elements", + f"{storage_csv}", + ), + na_rep="NaN", + ) + # Write results of time dependent values if non existent + if not os.path.isfile(result_filename): + save_time_dependent_values( + parameter[time_value_index], + value_name_underscore, + unit[time_value_index], + result_filename, + time_series_directory, + ) + + +def run_stratified_thermal_storage(): + """ + This function executes calc_strat_tes_param(input_data) + with self selected input data series + """ + # Set paths to inputs + inputs_path = "./data/inputs/" + + # Choose weather data to examine + weather_data = "weatherdata_52.52437_13.41053_2014.csv" + weather = pd.read_csv(os.path.join(inputs_path, weather_data)).set_index("time") + + ( + nominal_storage_capacity, + loss_rate, + fixed_losses_relative, + fixed_losses_absolute, + ) = calc_strat_tes_param( + weather=weather, + temperature_col="temp_air", + user_inputs_mvs_directory="./data/mvs_inputs_template_sector_coupling/", + ) + + parameter = { + "Nominal storage capacity [kWh]": nominal_storage_capacity, + "Loss rate [-]": loss_rate, + "Fixed relative losses [-]": fixed_losses_relative, + "Fixed absolute losses [kWh]": fixed_losses_absolute, + } + + dash = "-" * 50 + + print(dash) + print("Results") + print(dash) + + for name, param in parameter.items(): + print(name) + print(param) + print(dash) + + +if __name__ == "__main__": + run_stratified_thermal_storage() diff --git a/tests/data/static_inputs/weatherdata.csv b/tests/data/static_inputs/weatherdata.csv deleted file mode 100644 index 2ffd98e1..00000000 --- a/tests/data/static_inputs/weatherdata.csv +++ /dev/null @@ -1,8761 +0,0 @@ -time,latitude,longitude,wind_speed,temp_air,ghi,dhi -2013-12-31 23:30:00+00:00,40.25,5.5,6.4014096,14.120697,0.0,0.0 -2014-01-01 00:30:00+00:00,40.25,5.5,5.881986,14.017273,0.0,0.0 -2014-01-01 01:30:00+00:00,40.25,5.5,5.7297125,13.98822,0.0,0.0 -2014-01-01 02:30:00+00:00,40.25,5.5,5.5087566,13.974915,0.0,0.0 -2014-01-01 03:30:00+00:00,40.25,5.5,4.7661066,13.951294,0.0,0.0 -2014-01-01 04:30:00+00:00,40.25,5.5,4.003581,13.952911,0.0,0.0 -2014-01-01 05:30:00+00:00,40.25,5.5,3.7603455,14.0329895,0.0,0.0 -2014-01-01 06:30:00+00:00,40.25,5.5,3.9928908,14.113098,0.0,0.0 -2014-01-01 07:30:00+00:00,40.25,5.5,4.4664183,14.203766,41.06337,19.769724 -2014-01-01 08:30:00+00:00,40.25,5.5,4.940847,14.318329,167.44351,62.63813 -2014-01-01 09:30:00+00:00,40.25,5.5,5.4904585,14.39679,287.39978,92.25775 -2014-01-01 10:30:00+00:00,40.25,5.5,6.0057154,14.492065,368.92926,108.50412 -2014-01-01 11:30:00+00:00,40.25,5.5,6.118292,14.553162,399.28613,121.60022 -2014-01-01 12:30:00+00:00,40.25,5.5,6.120881,14.540131,378.38303,126.271835 -2014-01-01 13:30:00+00:00,40.25,5.5,6.1793017,14.499695,310.7064,103.16788 -2014-01-01 14:30:00+00:00,40.25,5.5,5.714485,14.4470215,220.94678,63.329193 -2014-01-01 15:30:00+00:00,40.25,5.5,5.591955,14.393524,85.37507,34.84611 -2014-01-01 16:30:00+00:00,40.25,5.5,5.5591655,14.390808,3.2337847,2.3775694 -2014-01-01 17:30:00+00:00,40.25,5.5,5.635388,14.418518,0.0,0.0 -2014-01-01 18:30:00+00:00,40.25,5.5,5.644636,14.447815,0.0,0.0 -2014-01-01 19:30:00+00:00,40.25,5.5,5.950827,14.506744,0.0,0.0 -2014-01-01 20:30:00+00:00,40.25,5.5,6.5845695,14.541748,0.0,0.0 -2014-01-01 21:30:00+00:00,40.25,5.5,6.7508144,14.492889,0.0,0.0 -2014-01-01 22:30:00+00:00,40.25,5.5,7.351727,14.49234,0.0,0.0 -2014-01-01 23:30:00+00:00,40.25,5.5,7.322272,14.580048,0.0,0.0 -2014-01-02 00:30:00+00:00,40.25,5.5,7.8132715,14.79126,0.0,0.0 -2014-01-02 01:30:00+00:00,40.25,5.5,8.889334,14.926727,0.0,0.0 -2014-01-02 02:30:00+00:00,40.25,5.5,9.4128,14.811066,0.0,0.0 -2014-01-02 03:30:00+00:00,40.25,5.5,9.603227,14.744019,0.0,0.0 -2014-01-02 04:30:00+00:00,40.25,5.5,9.388844,14.80484,0.0,0.0 -2014-01-02 05:30:00+00:00,40.25,5.5,9.179391,14.92157,0.0,0.0 -2014-01-02 06:30:00+00:00,40.25,5.5,8.928629,14.983185,0.0,0.0 -2014-01-02 07:30:00+00:00,40.25,5.5,9.219961,15.065979,35.032776,18.764755 -2014-01-02 08:30:00+00:00,40.25,5.5,9.02731,15.139832,153.15364,69.468155 -2014-01-02 09:30:00+00:00,40.25,5.5,8.608334,15.286438,243.01524,125.94988 -2014-01-02 10:30:00+00:00,40.25,5.5,8.598193,15.359192,286.5549,156.52226 -2014-01-02 11:30:00+00:00,40.25,5.5,8.415753,15.37384,331.78433,159.4126 -2014-01-02 12:30:00+00:00,40.25,5.5,7.8508043,15.409149,320.34952,156.72604 -2014-01-02 13:30:00+00:00,40.25,5.5,7.142128,15.465607,277.29053,114.821075 -2014-01-02 14:30:00+00:00,40.25,5.5,6.51642,15.441437,185.06914,85.1032 -2014-01-02 15:30:00+00:00,40.25,5.5,6.564553,15.392029,79.67951,36.49663 -2014-01-02 16:30:00+00:00,40.25,5.5,6.2262945,15.300293,3.335764,2.6656945 -2014-01-02 17:30:00+00:00,40.25,5.5,5.691357,15.206879,0.0,0.0 -2014-01-02 18:30:00+00:00,40.25,5.5,5.834232,15.161011,0.0,0.0 -2014-01-02 19:30:00+00:00,40.25,5.5,5.9540596,15.153687,0.0,0.0 -2014-01-02 20:30:00+00:00,40.25,5.5,5.642507,15.191681,0.0,0.0 -2014-01-02 21:30:00+00:00,40.25,5.5,5.428489,15.138763,0.0,0.0 -2014-01-02 22:30:00+00:00,40.25,5.5,5.860516,15.16507,0.0,0.0 -2014-01-02 23:30:00+00:00,40.25,5.5,6.327955,15.188965,0.0,0.0 -2014-01-03 00:30:00+00:00,40.25,5.5,6.5403967,15.24057,0.0,0.0 -2014-01-03 01:30:00+00:00,40.25,5.5,6.5721197,15.293488,0.0,0.0 -2014-01-03 02:30:00+00:00,40.25,5.5,6.3990903,15.320099,0.0,0.0 -2014-01-03 03:30:00+00:00,40.25,5.5,6.22751,15.32959,0.0,0.0 -2014-01-03 04:30:00+00:00,40.25,5.5,6.09371,15.333679,0.0,0.0 -2014-01-03 05:30:00+00:00,40.25,5.5,6.2619586,15.328247,0.0,0.0 -2014-01-03 06:30:00+00:00,40.25,5.5,6.4783325,15.330414,0.0,0.0 -2014-01-03 07:30:00+00:00,40.25,5.5,6.2331357,15.325531,36.285484,19.558332 -2014-01-03 08:30:00+00:00,40.25,5.5,6.0426564,15.310883,154.75597,56.911972 -2014-01-03 09:30:00+00:00,40.25,5.5,5.834455,15.383362,256.31458,90.482315 -2014-01-03 10:30:00+00:00,40.25,5.5,6.262362,15.410217,346.96277,97.63115 -2014-01-03 11:30:00+00:00,40.25,5.5,6.0966706,15.438477,394.46457,93.09012 -2014-01-03 12:30:00+00:00,40.25,5.5,5.696139,15.492218,366.8608,86.80481 -2014-01-03 13:30:00+00:00,40.25,5.5,5.1057,15.5763855,300.56802,87.92946 -2014-01-03 14:30:00+00:00,40.25,5.5,4.9662313,15.581268,201.44205,69.436386 -2014-01-03 15:30:00+00:00,40.25,5.5,5.2936363,15.538086,83.65621,39.02149 -2014-01-03 16:30:00+00:00,40.25,5.5,5.3405967,15.607056,3.7290626,3.0838194 -2014-01-03 17:30:00+00:00,40.25,5.5,5.414711,15.6502075,0.0,0.0 -2014-01-03 18:30:00+00:00,40.25,5.5,5.5987077,15.662994,0.0,0.0 -2014-01-03 19:30:00+00:00,40.25,5.5,5.866951,15.664337,0.0,0.0 -2014-01-03 20:30:00+00:00,40.25,5.5,6.0520024,15.633942,0.0,0.0 -2014-01-03 21:30:00+00:00,40.25,5.5,6.004052,15.576111,0.0,0.0 -2014-01-03 22:30:00+00:00,40.25,5.5,6.0983834,15.4618225,0.0,0.0 -2014-01-03 23:30:00+00:00,40.25,5.5,5.7509265,15.37738,0.0,0.0 -2014-01-04 00:30:00+00:00,40.25,5.5,5.654287,15.279114,0.0,0.0 -2014-01-04 01:30:00+00:00,40.25,5.5,5.759648,15.208801,0.0,0.0 -2014-01-04 02:30:00+00:00,40.25,5.5,6.150637,15.125183,0.0,0.0 -2014-01-04 03:30:00+00:00,40.25,5.5,6.84922,15.049713,0.0,0.0 -2014-01-04 04:30:00+00:00,40.25,5.5,7.466527,15.046448,0.0,0.0 -2014-01-04 05:30:00+00:00,40.25,5.5,7.9466944,15.077393,0.0,0.0 -2014-01-04 06:30:00+00:00,40.25,5.5,8.530838,15.131409,0.0,0.0 -2014-01-04 07:30:00+00:00,40.25,5.5,9.289738,15.200653,30.779306,20.306217 -2014-01-04 08:30:00+00:00,40.25,5.5,9.811744,15.256836,110.22576,77.776566 -2014-01-04 09:30:00+00:00,40.25,5.5,9.695896,15.3573,173.28473,130.67264 -2014-01-04 10:30:00+00:00,40.25,5.5,9.901755,15.431671,201.55858,167.40935 -2014-01-04 11:30:00+00:00,40.25,5.5,9.781497,15.491669,147.12306,140.70769 -2014-01-04 12:30:00+00:00,40.25,5.5,9.622569,15.574219,157.9752,152.58975 -2014-01-04 13:30:00+00:00,40.25,5.5,10.838351,15.686615,142.89871,130.20444 -2014-01-04 14:30:00+00:00,40.25,5.5,11.815003,15.851654,114.97448,102.92545 -2014-01-04 15:30:00+00:00,40.25,5.5,12.149343,15.880157,70.79385,52.04406 -2014-01-04 16:30:00+00:00,40.25,5.5,12.5205345,15.8220825,4.297153,3.3044448 -2014-01-04 17:30:00+00:00,40.25,5.5,13.359879,15.710205,0.0,0.0 -2014-01-04 18:30:00+00:00,40.25,5.5,13.861507,15.67981,0.0,0.0 -2014-01-04 19:30:00+00:00,40.25,5.5,13.56647,15.812561,0.0,0.0 -2014-01-04 20:30:00+00:00,40.25,5.5,12.691997,15.956177,0.0,0.0 -2014-01-04 21:30:00+00:00,40.25,5.5,13.460617,15.120026,0.0,0.0 -2014-01-04 22:30:00+00:00,40.25,5.5,12.77371,13.829407,0.0,0.0 -2014-01-04 23:30:00+00:00,40.25,5.5,12.692489,13.826141,0.0,0.0 -2014-01-05 00:30:00+00:00,40.25,5.5,14.272004,11.535919,0.0,0.0 -2014-01-05 01:30:00+00:00,40.25,5.5,13.329998,11.016022,0.0,0.0 -2014-01-05 02:30:00+00:00,40.25,5.5,12.312922,11.586395,0.0,0.0 -2014-01-05 03:30:00+00:00,40.25,5.5,12.890719,12.37616,0.0,0.0 -2014-01-05 04:30:00+00:00,40.25,5.5,13.25547,12.560211,0.0,0.0 -2014-01-05 05:30:00+00:00,40.25,5.5,13.480252,12.264832,0.0,0.0 -2014-01-05 06:30:00+00:00,40.25,5.5,13.790897,12.395966,0.0,0.0 -2014-01-05 07:30:00+00:00,40.25,5.5,12.773027,12.836853,41.310974,19.645071 -2014-01-05 08:30:00+00:00,40.25,5.5,12.164877,13.149872,173.57608,57.131165 -2014-01-05 09:30:00+00:00,40.25,5.5,13.365495,13.275574,268.28836,73.890854 -2014-01-05 10:30:00+00:00,40.25,5.5,13.733317,13.156647,376.12518,87.59393 -2014-01-05 11:30:00+00:00,40.25,5.5,13.723731,13.099365,433.98386,88.88052 -2014-01-05 12:30:00+00:00,40.25,5.5,13.208788,13.074127,434.74133,80.44299 -2014-01-05 13:30:00+00:00,40.25,5.5,12.443996,13.171875,359.7523,75.61377 -2014-01-05 14:30:00+00:00,40.25,5.5,11.744868,13.273956,240.46608,62.52275 -2014-01-05 15:30:00+00:00,40.25,5.5,11.13369,13.373047,98.92205,37.609795 -2014-01-05 16:30:00+00:00,40.25,5.5,10.864119,13.473206,5.0109377,3.397778 -2014-01-05 17:30:00+00:00,40.25,5.5,10.693919,13.516907,0.0,0.0 -2014-01-05 18:30:00+00:00,40.25,5.5,10.343987,13.499268,0.0,0.0 -2014-01-05 19:30:00+00:00,40.25,5.5,9.787425,13.42923,0.0,0.0 -2014-01-05 20:30:00+00:00,40.25,5.5,8.7342415,13.38443,0.0,0.0 -2014-01-05 21:30:00+00:00,40.25,5.5,8.113792,13.606232,0.0,0.0 -2014-01-05 22:30:00+00:00,40.25,5.5,7.2869744,13.667328,0.0,0.0 -2014-01-05 23:30:00+00:00,40.25,5.5,6.632097,13.758545,0.0,0.0 -2014-01-06 00:30:00+00:00,40.25,5.5,6.7104635,13.839447,0.0,0.0 -2014-01-06 01:30:00+00:00,40.25,5.5,6.4335403,13.899445,0.0,0.0 -2014-01-06 02:30:00+00:00,40.25,5.5,6.024876,13.9198,0.0,0.0 -2014-01-06 03:30:00+00:00,40.25,5.5,5.5280156,13.944763,0.0,0.0 -2014-01-06 04:30:00+00:00,40.25,5.5,4.993034,13.943695,0.0,0.0 -2014-01-06 05:30:00+00:00,40.25,5.5,4.5485654,13.964325,0.0,0.0 -2014-01-06 06:30:00+00:00,40.25,5.5,4.075746,14.010468,0.0,0.0 -2014-01-06 07:30:00+00:00,40.25,5.5,3.706959,14.071014,41.077915,18.977707 -2014-01-06 08:30:00+00:00,40.25,5.5,3.4568453,14.177429,170.22572,57.8385 -2014-01-06 09:30:00+00:00,40.25,5.5,2.2621515,14.163574,302.3597,71.03339 -2014-01-06 10:30:00+00:00,40.25,5.5,1.2999549,14.207031,393.92563,79.79486 -2014-01-06 11:30:00+00:00,40.25,5.5,1.8743002,14.200226,434.8433,83.17566 -2014-01-06 12:30:00+00:00,40.25,5.5,2.6840692,14.254272,419.6212,81.87631 -2014-01-06 13:30:00+00:00,40.25,5.5,3.208735,14.312073,350.26938,75.6857 -2014-01-06 14:30:00+00:00,40.25,5.5,3.5820286,14.424469,235.71735,63.184296 -2014-01-06 15:30:00+00:00,40.25,5.5,4.090266,14.55722,97.8441,38.045734 -2014-01-06 16:30:00+00:00,40.25,5.5,4.9602613,14.626465,5.375104,3.6626735 -2014-01-06 17:30:00+00:00,40.25,5.5,5.564417,14.649811,0.0,0.0 -2014-01-06 18:30:00+00:00,40.25,5.5,5.754895,14.653351,0.0,0.0 -2014-01-06 19:30:00+00:00,40.25,5.5,5.726319,14.667999,0.0,0.0 -2014-01-06 20:30:00+00:00,40.25,5.5,5.696237,14.686737,0.0,0.0 -2014-01-06 21:30:00+00:00,40.25,5.5,5.7441316,14.730164,0.0,0.0 -2014-01-06 22:30:00+00:00,40.25,5.5,6.6881223,14.695435,0.0,0.0 -2014-01-06 23:30:00+00:00,40.25,5.5,7.328915,14.679413,0.0,0.0 -2014-01-07 00:30:00+00:00,40.25,5.5,7.710478,14.709534,0.0,0.0 -2014-01-07 01:30:00+00:00,40.25,5.5,7.7312803,14.709534,0.0,0.0 -2014-01-07 02:30:00+00:00,40.25,5.5,7.6282954,14.728821,0.0,0.0 -2014-01-07 03:30:00+00:00,40.25,5.5,7.4990826,14.713348,0.0,0.0 -2014-01-07 04:30:00+00:00,40.25,5.5,7.299237,14.692169,0.0,0.0 -2014-01-07 05:30:00+00:00,40.25,5.5,6.8812766,14.7013855,0.0,0.0 -2014-01-07 06:30:00+00:00,40.25,5.5,6.325801,14.692444,0.0,0.0 -2014-01-07 07:30:00+00:00,40.25,5.5,6.099126,14.692963,35.73198,19.997536 -2014-01-07 08:30:00+00:00,40.25,5.5,6.1336327,14.7274475,146.7589,70.41949 -2014-01-07 09:30:00+00:00,40.25,5.5,6.785118,14.731812,295.77563,76.63484 -2014-01-07 10:30:00+00:00,40.25,5.5,7.1566668,14.72937,378.5578,99.07263 -2014-01-07 11:30:00+00:00,40.25,5.5,7.1076694,14.700592,421.12152,97.24979 -2014-01-07 12:30:00+00:00,40.25,5.5,6.887228,14.731537,414.8433,91.02118 -2014-01-07 13:30:00+00:00,40.25,5.5,6.6377354,14.767914,349.16232,81.05606 -2014-01-07 14:30:00+00:00,40.25,5.5,6.250331,14.804565,238.20825,65.43944 -2014-01-07 15:30:00+00:00,40.25,5.5,5.79644,14.828186,99.51927,40.477848 -2014-01-07 16:30:00+00:00,40.25,5.5,5.3810825,14.841217,5.9431944,4.2680206 -2014-01-07 17:30:00+00:00,40.25,5.5,5.0291586,14.8420105,0.0,0.0 -2014-01-07 18:30:00+00:00,40.25,5.5,4.7228413,14.836853,0.0,0.0 -2014-01-07 19:30:00+00:00,40.25,5.5,4.612394,14.815674,0.0,0.0 -2014-01-07 20:30:00+00:00,40.25,5.5,4.751794,14.78772,0.0,0.0 -2014-01-07 21:30:00+00:00,40.25,5.5,5.095307,14.613434,0.0,0.0 -2014-01-07 22:30:00+00:00,40.25,5.5,5.5132933,14.590637,0.0,0.0 -2014-01-07 23:30:00+00:00,40.25,5.5,5.784623,14.532257,0.0,0.0 -2014-01-08 00:30:00+00:00,40.25,5.5,5.908089,14.505646,0.0,0.0 -2014-01-08 01:30:00+00:00,40.25,5.5,5.833808,14.490448,0.0,0.0 -2014-01-08 02:30:00+00:00,40.25,5.5,5.532436,14.491821,0.0,0.0 -2014-01-08 03:30:00+00:00,40.25,5.5,5.403644,14.4991455,0.0,0.0 -2014-01-08 04:30:00+00:00,40.25,5.5,5.415761,14.515167,0.0,0.0 -2014-01-08 05:30:00+00:00,40.25,5.5,5.327391,14.560211,0.0,0.0 -2014-01-08 06:30:00+00:00,40.25,5.5,5.287073,14.580322,0.0,0.0 -2014-01-08 07:30:00+00:00,40.25,5.5,5.250662,14.606384,34.100487,27.43691 -2014-01-08 08:30:00+00:00,40.25,5.5,5.2034206,14.67453,138.47049,92.396324 -2014-01-08 09:30:00+00:00,40.25,5.5,5.410326,14.878662,251.44933,139.40958 -2014-01-08 10:30:00+00:00,40.25,5.5,5.1387014,14.91452,326.01593,145.50397 -2014-01-08 11:30:00+00:00,40.25,5.5,4.987578,14.918854,380.62625,164.28984 -2014-01-08 12:30:00+00:00,40.25,5.5,5.051424,14.9348755,347.35608,175.10843 -2014-01-08 13:30:00+00:00,40.25,5.5,5.377299,14.945465,272.74576,164.26736 -2014-01-08 14:30:00+00:00,40.25,5.5,5.5551724,14.919403,179.5484,120.01059 -2014-01-08 15:30:00+00:00,40.25,5.5,5.653686,14.880585,80.59722,60.457603 -2014-01-08 16:30:00+00:00,40.25,5.5,5.900947,14.839294,5.6227083,5.3621182 -2014-01-08 17:30:00+00:00,40.25,5.5,6.2801824,14.817047,0.0,0.0 -2014-01-08 18:30:00+00:00,40.25,5.5,6.658,14.821655,0.0,0.0 -2014-01-08 19:30:00+00:00,40.25,5.5,6.806575,14.809998,0.0,0.0 -2014-01-08 20:30:00+00:00,40.25,5.5,6.726198,14.808075,0.0,0.0 -2014-01-08 21:30:00+00:00,40.25,5.5,6.7748985,14.739929,0.0,0.0 -2014-01-08 22:30:00+00:00,40.25,5.5,6.2896724,14.710907,0.0,0.0 -2014-01-08 23:30:00+00:00,40.25,5.5,5.8929596,14.670166,0.0,0.0 -2014-01-09 00:30:00+00:00,40.25,5.5,5.790699,14.634613,0.0,0.0 -2014-01-09 01:30:00+00:00,40.25,5.5,5.708321,14.619141,0.0,0.0 -2014-01-09 02:30:00+00:00,40.25,5.5,5.5248413,14.58847,0.0,0.0 -2014-01-09 03:30:00+00:00,40.25,5.5,5.0620723,14.545013,0.0,0.0 -2014-01-09 04:30:00+00:00,40.25,5.5,4.538648,14.532806,0.0,0.0 -2014-01-09 05:30:00+00:00,40.25,5.5,4.523575,14.555603,0.0,0.0 -2014-01-09 06:30:00+00:00,40.25,5.5,4.8247666,14.544464,0.0,0.0 -2014-01-09 07:30:00+00:00,40.25,5.5,5.1051803,14.580322,42.89875,18.999271 -2014-01-09 08:30:00+00:00,40.25,5.5,5.039656,14.647919,177.43622,54.240868 -2014-01-09 09:30:00+00:00,40.25,5.5,5.518156,14.694885,308.94382,71.07802 -2014-01-09 10:30:00+00:00,40.25,5.5,4.9835477,14.733704,404.22424,78.03201 -2014-01-09 11:30:00+00:00,40.25,5.5,4.484602,14.766266,443.80176,84.44061 -2014-01-09 12:30:00+00:00,40.25,5.5,4.394341,14.780945,430.0072,82.76953 -2014-01-09 13:30:00+00:00,40.25,5.5,4.457274,14.799408,363.30652,76.053375 -2014-01-09 14:30:00+00:00,40.25,5.5,4.6924267,14.811615,247.5746,63.81151 -2014-01-09 15:30:00+00:00,40.25,5.5,5.1860385,14.828186,107.83684,40.23326 -2014-01-09 16:30:00+00:00,40.25,5.5,5.337189,14.810791,7.3998613,4.7692013 -2014-01-09 17:30:00+00:00,40.25,5.5,5.341972,14.812164,0.0,0.0 -2014-01-09 18:30:00+00:00,40.25,5.5,5.119874,14.78772,0.0,0.0 -2014-01-09 19:30:00+00:00,40.25,5.5,4.8363376,14.789337,0.0,0.0 -2014-01-09 20:30:00+00:00,40.25,5.5,4.6489882,14.817322,0.0,0.0 -2014-01-09 21:30:00+00:00,40.25,5.5,4.7626514,14.741028,0.0,0.0 -2014-01-09 22:30:00+00:00,40.25,5.5,4.4877744,14.669891,0.0,0.0 -2014-01-09 23:30:00+00:00,40.25,5.5,4.4693694,14.627014,0.0,0.0 -2014-01-10 00:30:00+00:00,40.25,5.5,4.3895316,14.58194,0.0,0.0 -2014-01-10 01:30:00+00:00,40.25,5.5,4.1494203,14.580322,0.0,0.0 -2014-01-10 02:30:00+00:00,40.25,5.5,3.6632864,14.582489,0.0,0.0 -2014-01-10 03:30:00+00:00,40.25,5.5,2.8064423,14.566193,0.0,0.0 -2014-01-10 04:30:00+00:00,40.25,5.5,2.0492218,14.556702,0.0,0.0 -2014-01-10 05:30:00+00:00,40.25,5.5,1.4949806,14.546661,0.0,0.0 -2014-01-10 06:30:00+00:00,40.25,5.5,1.6890593,14.535248,0.0,0.0 -2014-01-10 07:30:00+00:00,40.25,5.5,2.066004,14.532806,31.187187,23.270348 -2014-01-10 08:30:00+00:00,40.25,5.5,2.6226652,14.58847,138.76181,79.58386 -2014-01-10 09:30:00+00:00,40.25,5.5,4.3218875,14.577332,241.55858,128.7991 -2014-01-10 10:30:00+00:00,40.25,5.5,4.8670497,14.64328,301.2381,179.17195 -2014-01-10 11:30:00+00:00,40.25,5.5,5.03058,14.659027,393.41577,158.8011 -2014-01-10 12:30:00+00:00,40.25,5.5,4.8413463,14.645203,385.30215,143.94946 -2014-01-10 13:30:00+00:00,40.25,5.5,4.373222,14.665009,335.39688,114.45679 -2014-01-10 14:30:00+00:00,40.25,5.5,3.9487946,14.638672,246.7443,69.607544 -2014-01-10 15:30:00+00:00,40.25,5.5,3.6458683,14.6091,103.56882,48.709164 -2014-01-10 16:30:00+00:00,40.25,5.5,3.6204872,14.569458,7.5309377,6.004653 -2014-01-10 17:30:00+00:00,40.25,5.5,4.107579,14.58548,0.0,0.0 -2014-01-10 18:30:00+00:00,40.25,5.5,4.748576,14.603394,0.0,0.0 -2014-01-10 19:30:00+00:00,40.25,5.5,5.3414097,14.6006775,0.0,0.0 -2014-01-10 20:30:00+00:00,40.25,5.5,5.6305237,14.585754,0.0,0.0 -2014-01-10 21:30:00+00:00,40.25,5.5,5.7999406,14.325653,0.0,0.0 -2014-01-10 22:30:00+00:00,40.25,5.5,5.4698696,14.348999,0.0,0.0 -2014-01-10 23:30:00+00:00,40.25,5.5,5.1287885,14.380493,0.0,0.0 -2014-01-11 00:30:00+00:00,40.25,5.5,4.8181787,14.444855,0.0,0.0 -2014-01-11 01:30:00+00:00,40.25,5.5,4.965946,14.5121765,0.0,0.0 -2014-01-11 02:30:00+00:00,40.25,5.5,5.2142634,14.52005,0.0,0.0 -2014-01-11 03:30:00+00:00,40.25,5.5,5.184302,14.503204,0.0,0.0 -2014-01-11 04:30:00+00:00,40.25,5.5,5.1029553,14.527924,0.0,0.0 -2014-01-11 05:30:00+00:00,40.25,5.5,5.0015154,14.524109,0.0,0.0 -2014-01-11 06:30:00+00:00,40.25,5.5,4.842342,14.55722,0.0,0.0 -2014-01-11 07:30:00+00:00,40.25,5.5,4.8331337,14.597961,31.959202,25.419724 -2014-01-11 08:30:00+00:00,40.25,5.5,4.528384,14.676422,120.58264,92.93566 -2014-01-11 09:30:00+00:00,40.25,5.5,4.4752617,14.58847,229.68675,148.73123 -2014-01-11 10:30:00+00:00,40.25,5.5,4.628755,14.568634,278.47043,171.13362 -2014-01-11 11:30:00+00:00,40.25,5.5,4.779483,14.574066,320.55347,198.35083 -2014-01-11 12:30:00+00:00,40.25,5.5,4.4275627,14.577881,215.22208,180.57648 -2014-01-11 13:30:00+00:00,40.25,5.5,3.6032262,14.601746,203.30658,140.12057 -2014-01-11 14:30:00+00:00,40.25,5.5,3.9143832,14.608551,188.7108,115.821045 -2014-01-11 15:30:00+00:00,40.25,5.5,3.7348886,14.53714,96.92642,60.72972 -2014-01-11 16:30:00+00:00,40.25,5.5,2.8777947,14.503204,7.181354,6.6105556 -2014-01-11 17:30:00+00:00,40.25,5.5,2.707242,14.488831,0.0,0.0 -2014-01-11 18:30:00+00:00,40.25,5.5,2.9517977,14.500214,0.0,0.0 -2014-01-11 19:30:00+00:00,40.25,5.5,3.179664,14.504028,0.0,0.0 -2014-01-11 20:30:00+00:00,40.25,5.5,3.5542417,14.511627,0.0,0.0 -2014-01-11 21:30:00+00:00,40.25,5.5,4.176076,14.514343,0.0,0.0 -2014-01-11 22:30:00+00:00,40.25,5.5,4.8594584,14.499695,0.0,0.0 -2014-01-11 23:30:00+00:00,40.25,5.5,4.9074025,14.5208435,0.0,0.0 -2014-01-12 00:30:00+00:00,40.25,5.5,4.608022,14.510803,0.0,0.0 -2014-01-12 01:30:00+00:00,40.25,5.5,4.2834888,14.486908,0.0,0.0 -2014-01-12 02:30:00+00:00,40.25,5.5,3.91459,14.454346,0.0,0.0 -2014-01-12 03:30:00+00:00,40.25,5.5,3.5426373,14.421234,0.0,0.0 -2014-01-12 04:30:00+00:00,40.25,5.5,3.8267941,14.413361,0.0,0.0 -2014-01-12 05:30:00+00:00,40.25,5.5,4.1540656,14.438324,0.0,0.0 -2014-01-12 06:30:00+00:00,40.25,5.5,3.7846346,14.404114,0.0,0.0 -2014-01-12 07:30:00+00:00,40.25,5.5,3.2320673,14.329468,33.69264,23.45531 -2014-01-12 08:30:00+00:00,40.25,5.5,2.9257927,14.254547,127.80767,69.69691 -2014-01-12 09:30:00+00:00,40.25,5.5,1.2533982,14.603394,208.76906,111.64475 -2014-01-12 10:30:00+00:00,40.25,5.5,1.4530115,14.527924,253.19731,135.98303 -2014-01-12 11:30:00+00:00,40.25,5.5,1.5115564,14.401123,286.8317,165.82031 -2014-01-12 12:30:00+00:00,40.25,5.5,1.1927491,14.280609,317.84406,175.06749 -2014-01-12 13:30:00+00:00,40.25,5.5,0.68544716,14.191559,227.0065,144.413 -2014-01-12 14:30:00+00:00,40.25,5.5,0.54499334,14.105499,178.70354,98.40569 -2014-01-12 15:30:00+00:00,40.25,5.5,1.2021768,14.020782,75.16386,55.632294 -2014-01-12 16:30:00+00:00,40.25,5.5,1.6593652,13.955353,5.7246876,4.942951 -2014-01-12 17:30:00+00:00,40.25,5.5,1.8484317,13.839172,0.0,0.0 -2014-01-12 18:30:00+00:00,40.25,5.5,2.077025,13.740875,0.0,0.0 -2014-01-12 19:30:00+00:00,40.25,5.5,2.3594491,13.669495,0.0,0.0 -2014-01-12 20:30:00+00:00,40.25,5.5,2.9106562,13.593201,0.0,0.0 -2014-01-12 21:30:00+00:00,40.25,5.5,3.3942366,13.312225,0.0,0.0 -2014-01-12 22:30:00+00:00,40.25,5.5,3.044651,13.252777,0.0,0.0 -2014-01-12 23:30:00+00:00,40.25,5.5,2.7109513,13.236755,0.0,0.0 -2014-01-13 00:30:00+00:00,40.25,5.5,3.116068,13.295105,0.0,0.0 -2014-01-13 01:30:00+00:00,40.25,5.5,4.2317243,13.601898,0.0,0.0 -2014-01-13 02:30:00+00:00,40.25,5.5,4.864683,13.741974,0.0,0.0 -2014-01-13 03:30:00+00:00,40.25,5.5,4.3114457,13.732483,0.0,0.0 -2014-01-13 04:30:00+00:00,40.25,5.5,3.1446068,13.731659,0.0,0.0 -2014-01-13 05:30:00+00:00,40.25,5.5,2.4695199,13.651581,0.0,0.0 -2014-01-13 06:30:00+00:00,40.25,5.5,2.4658375,13.582886,0.0,0.0 -2014-01-13 07:30:00+00:00,40.25,5.5,2.8512535,13.560883,31.289131,23.88104 -2014-01-13 08:30:00+00:00,40.25,5.5,2.9705167,13.405334,124.93806,73.900345 -2014-01-13 09:30:00+00:00,40.25,5.5,4.3789835,13.4045105,237.29054,117.97917 -2014-01-13 10:30:00+00:00,40.25,5.5,5.509042,13.392303,305.09827,148.17558 -2014-01-13 11:30:00+00:00,40.25,5.5,6.6099,13.379272,290.7938,136.70033 -2014-01-13 12:30:00+00:00,40.25,5.5,6.6863847,13.472931,280.99048,163.6025 -2014-01-13 13:30:00+00:00,40.25,5.5,6.7192783,13.847046,297.17398,129.64171 -2014-01-13 14:30:00+00:00,40.25,5.5,6.133536,14.32782,175.16382,88.54986 -2014-01-13 15:30:00+00:00,40.25,5.5,5.4705186,14.6006775,43.947536,38.32632 -2014-01-13 16:30:00+00:00,40.25,5.5,5.757313,14.641388,3.4814236,3.4814236 -2014-01-13 17:30:00+00:00,40.25,5.5,6.568724,14.626465,0.0,0.0 -2014-01-13 18:30:00+00:00,40.25,5.5,7.1408014,14.637604,0.0,0.0 -2014-01-13 19:30:00+00:00,40.25,5.5,7.332304,14.565094,0.0,0.0 -2014-01-13 20:30:00+00:00,40.25,5.5,7.155858,14.4823,0.0,0.0 -2014-01-13 21:30:00+00:00,40.25,5.5,8.578653,14.073456,0.0,0.0 -2014-01-13 22:30:00+00:00,40.25,5.5,9.447626,13.595917,0.0,0.0 -2014-01-13 23:30:00+00:00,40.25,5.5,9.331436,13.430847,0.0,0.0 -2014-01-14 00:30:00+00:00,40.25,5.5,8.65903,12.951141,0.0,0.0 -2014-01-14 01:30:00+00:00,40.25,5.5,8.048302,12.670715,0.0,0.0 -2014-01-14 02:30:00+00:00,40.25,5.5,7.3971257,12.846619,0.0,0.0 -2014-01-14 03:30:00+00:00,40.25,5.5,6.7820005,12.802368,0.0,0.0 -2014-01-14 04:30:00+00:00,40.25,5.5,6.4681106,12.62265,0.0,0.0 -2014-01-14 05:30:00+00:00,40.25,5.5,6.757767,12.530609,0.0,0.0 -2014-01-14 06:30:00+00:00,40.25,5.5,7.1316137,12.457581,0.0,0.0 -2014-01-14 07:30:00+00:00,40.25,5.5,7.6580596,12.416595,45.22941,20.808748 -2014-01-14 08:30:00+00:00,40.25,5.5,7.729959,12.453522,183.61247,60.06968 -2014-01-14 09:30:00+00:00,40.25,5.5,7.135857,12.8905945,304.57385,88.721405 -2014-01-14 10:30:00+00:00,40.25,5.5,7.5239964,13.136017,412.6583,102.34943 -2014-01-14 11:30:00+00:00,40.25,5.5,7.919503,13.475922,471.53665,84.73947 -2014-01-14 12:30:00+00:00,40.25,5.5,7.807064,13.824768,427.16666,98.41821 -2014-01-14 13:30:00+00:00,40.25,5.5,8.35983,13.968384,343.4959,106.002365 -2014-01-14 14:30:00+00:00,40.25,5.5,8.475283,13.882599,203.87466,81.70925 -2014-01-14 15:30:00+00:00,40.25,5.5,8.237136,13.883423,91.3474,37.430836 -2014-01-14 16:30:00+00:00,40.25,5.5,7.9807944,13.982239,8.565173,5.971736 -2014-01-14 17:30:00+00:00,40.25,5.5,8.052732,13.966492,0.0,0.0 -2014-01-14 18:30:00+00:00,40.25,5.5,8.773943,13.694733,0.0,0.0 -2014-01-14 19:30:00+00:00,40.25,5.5,8.830029,13.1145935,0.0,0.0 -2014-01-14 20:30:00+00:00,40.25,5.5,8.680625,13.051331,0.0,0.0 -2014-01-14 21:30:00+00:00,40.25,5.5,8.093626,12.845825,0.0,0.0 -2014-01-14 22:30:00+00:00,40.25,5.5,8.865845,12.786102,0.0,0.0 -2014-01-14 23:30:00+00:00,40.25,5.5,9.625526,12.600952,0.0,0.0 -2014-01-15 00:30:00+00:00,40.25,5.5,9.991147,12.534973,0.0,0.0 -2014-01-15 01:30:00+00:00,40.25,5.5,10.059556,12.559937,0.0,0.0 -2014-01-15 02:30:00+00:00,40.25,5.5,10.38387,12.540955,0.0,0.0 -2014-01-15 03:30:00+00:00,40.25,5.5,10.612566,12.347382,0.0,0.0 -2014-01-15 04:30:00+00:00,40.25,5.5,10.770559,12.048187,0.0,0.0 -2014-01-15 05:30:00+00:00,40.25,5.5,11.094951,11.908936,0.0,0.0 -2014-01-15 06:30:00+00:00,40.25,5.5,11.253375,11.962677,0.0,0.0 -2014-01-15 07:30:00+00:00,40.25,5.5,11.2322445,12.00885,48.375797,20.753645 -2014-01-15 08:30:00+00:00,40.25,5.5,11.194453,12.116608,186.46754,58.34587 -2014-01-15 09:30:00+00:00,40.25,5.5,12.513856,12.37561,319.24243,79.70143 -2014-01-15 10:30:00+00:00,40.25,5.5,11.757515,12.483917,397.80035,93.70834 -2014-01-15 11:30:00+00:00,40.25,5.5,11.061975,12.647369,385.63718,111.57468 -2014-01-15 12:30:00+00:00,40.25,5.5,10.849608,12.923737,396.19803,115.80698 -2014-01-15 13:30:00+00:00,40.25,5.5,10.481299,13.065704,299.89795,112.46184 -2014-01-15 14:30:00+00:00,40.25,5.5,9.567476,13.400177,163.20462,99.26167 -2014-01-15 15:30:00+00:00,40.25,5.5,8.844694,13.699097,85.739235,49.579754 -2014-01-15 16:30:00+00:00,40.25,5.5,7.8344064,13.8706665,10.240347,7.0388536 -2014-01-15 17:30:00+00:00,40.25,5.5,7.2080145,13.955627,0.0,0.0 -2014-01-15 18:30:00+00:00,40.25,5.5,6.9106607,14.006134,0.0,0.0 -2014-01-15 19:30:00+00:00,40.25,5.5,7.0941997,14.030548,0.0,0.0 -2014-01-15 20:30:00+00:00,40.25,5.5,7.3053794,14.076721,0.0,0.0 -2014-01-15 21:30:00+00:00,40.25,5.5,7.087758,14.109833,0.0,0.0 -2014-01-15 22:30:00+00:00,40.25,5.5,6.9689713,14.076172,0.0,0.0 -2014-01-15 23:30:00+00:00,40.25,5.5,6.829506,14.016724,0.0,0.0 -2014-01-16 00:30:00+00:00,40.25,5.5,7.2181334,13.991211,0.0,0.0 -2014-01-16 01:30:00+00:00,40.25,5.5,7.695476,14.082672,0.0,0.0 -2014-01-16 02:30:00+00:00,40.25,5.5,7.9788733,14.157074,0.0,0.0 -2014-01-16 03:30:00+00:00,40.25,5.5,8.381071,14.136444,0.0,0.0 -2014-01-16 04:30:00+00:00,40.25,5.5,8.939309,14.151642,0.0,0.0 -2014-01-16 05:30:00+00:00,40.25,5.5,9.515084,14.219788,0.0,0.0 -2014-01-16 06:30:00+00:00,40.25,5.5,9.813911,14.492889,0.0,0.0 -2014-01-16 07:30:00+00:00,40.25,5.5,9.290085,14.639496,26.788055,24.827465 -2014-01-16 08:30:00+00:00,40.25,5.5,9.45143,14.7187805,90.37142,72.415794 -2014-01-16 09:30:00+00:00,40.25,5.5,9.5534935,14.614777,170.18205,121.09254 -2014-01-16 10:30:00+00:00,40.25,5.5,9.734564,14.640045,238.48502,151.79657 -2014-01-16 11:30:00+00:00,40.25,5.5,9.032164,14.677216,331.98825,173.70059 -2014-01-16 12:30:00+00:00,40.25,5.5,9.120431,14.769806,311.52216,167.39302 -2014-01-16 13:30:00+00:00,40.25,5.5,9.43034,14.834961,273.96933,148.5528 -2014-01-16 14:30:00+00:00,40.25,5.5,9.617247,14.862915,174.81424,118.577194 -2014-01-16 15:30:00+00:00,40.25,5.5,9.591833,14.899292,79.73778,59.69743 -2014-01-16 16:30:00+00:00,40.25,5.5,9.586718,14.949249,9.133299,7.1603127 -2014-01-16 17:30:00+00:00,40.25,5.5,9.916191,14.958496,0.0,0.0 -2014-01-16 18:30:00+00:00,40.25,5.5,9.733392,14.92157,0.0,0.0 -2014-01-16 19:30:00+00:00,40.25,5.5,9.661842,14.888702,0.0,0.0 -2014-01-16 20:30:00+00:00,40.25,5.5,9.467157,14.867004,0.0,0.0 -2014-01-16 21:30:00+00:00,40.25,5.5,10.156637,14.532532,0.0,0.0 -2014-01-16 22:30:00+00:00,40.25,5.5,9.717126,14.454071,0.0,0.0 -2014-01-16 23:30:00+00:00,40.25,5.5,10.208217,14.461945,0.0,0.0 -2014-01-17 00:30:00+00:00,40.25,5.5,9.8424835,14.466278,0.0,0.0 -2014-01-17 01:30:00+00:00,40.25,5.5,9.322761,14.539581,0.0,0.0 -2014-01-17 02:30:00+00:00,40.25,5.5,8.797371,14.476349,0.0,0.0 -2014-01-17 03:30:00+00:00,40.25,5.5,8.810178,14.327026,0.0,0.0 -2014-01-17 04:30:00+00:00,40.25,5.5,10.280724,14.353088,0.0,0.0 -2014-01-17 05:30:00+00:00,40.25,5.5,10.684705,14.383759,0.0,0.0 -2014-01-17 06:30:00+00:00,40.25,5.5,10.428504,14.316711,0.0,0.0 -2014-01-17 07:30:00+00:00,40.25,5.5,10.39586,14.48584,13.313924,13.313924 -2014-01-17 08:30:00+00:00,40.25,5.5,10.20975,14.558044,95.86305,69.18395 -2014-01-17 09:30:00+00:00,40.25,5.5,9.175219,14.470367,220.80112,117.53442 -2014-01-17 10:30:00+00:00,40.25,5.5,9.52749,14.396515,364.99625,119.1143 -2014-01-17 11:30:00+00:00,40.25,5.5,9.394495,14.274628,398.79086,130.80872 -2014-01-17 12:30:00+00:00,40.25,5.5,8.604703,14.181763,378.60153,133.32762 -2014-01-17 13:30:00+00:00,40.25,5.5,7.7417483,14.167938,314.3335,128.87039 -2014-01-17 14:30:00+00:00,40.25,5.5,7.3263273,14.224945,220.90308,113.56627 -2014-01-17 15:30:00+00:00,40.25,5.5,7.338159,14.295258,107.74944,66.117676 -2014-01-17 16:30:00+00:00,40.25,5.5,7.470795,14.362579,12.833195,9.904722 -2014-01-17 17:30:00+00:00,40.25,5.5,7.6592784,14.411987,0.0,0.0 -2014-01-17 18:30:00+00:00,40.25,5.5,7.641069,14.464935,0.0,0.0 -2014-01-17 19:30:00+00:00,40.25,5.5,7.640119,14.505096,0.0,0.0 -2014-01-17 20:30:00+00:00,40.25,5.5,7.3525257,14.493164,0.0,0.0 -2014-01-17 21:30:00+00:00,40.25,5.5,7.312188,14.365021,0.0,0.0 -2014-01-17 22:30:00+00:00,40.25,5.5,7.25306,14.331085,0.0,0.0 -2014-01-17 23:30:00+00:00,40.25,5.5,7.2138367,14.288727,0.0,0.0 -2014-01-18 00:30:00+00:00,40.25,5.5,6.6757073,14.292816,0.0,0.0 -2014-01-18 01:30:00+00:00,40.25,5.5,6.2891145,14.343842,0.0,0.0 -2014-01-18 02:30:00+00:00,40.25,5.5,5.9230437,14.282776,0.0,0.0 -2014-01-18 03:30:00+00:00,40.25,5.5,5.80239,14.272736,0.0,0.0 -2014-01-18 04:30:00+00:00,40.25,5.5,5.9956875,14.2664795,0.0,0.0 -2014-01-18 05:30:00+00:00,40.25,5.5,6.5444174,14.408997,0.0,0.0 -2014-01-18 06:30:00+00:00,40.25,5.5,6.905239,14.634338,0.0,0.0 -2014-01-18 07:30:00+00:00,40.25,5.5,7.3187013,14.828186,13.882014,13.882014 -2014-01-18 08:30:00+00:00,40.25,5.5,7.9376807,14.595795,61.019653,56.98677 -2014-01-18 09:30:00+00:00,40.25,5.5,8.842422,14.19046,132.6001,120.203636 -2014-01-18 10:30:00+00:00,40.25,5.5,8.583223,14.069916,152.33792,150.07951 -2014-01-18 11:30:00+00:00,40.25,5.5,8.604436,14.005585,175.32407,153.24869 -2014-01-18 12:30:00+00:00,40.25,5.5,7.7803936,13.955627,176.34372,164.75383 -2014-01-18 13:30:00+00:00,40.25,5.5,7.240155,14.06369,195.23666,155.8633 -2014-01-18 14:30:00+00:00,40.25,5.5,7.079231,14.206482,176.13979,133.50287 -2014-01-18 15:30:00+00:00,40.25,5.5,7.6827397,14.35199,111.682434,59.130836 -2014-01-18 16:30:00+00:00,40.25,5.5,8.463511,14.426392,14.217049,9.81191 -2014-01-18 17:30:00+00:00,40.25,5.5,8.769608,14.491821,0.0,0.0 -2014-01-18 18:30:00+00:00,40.25,5.5,8.487534,14.553986,0.0,0.0 -2014-01-18 19:30:00+00:00,40.25,5.5,8.92986,14.692444,0.0,0.0 -2014-01-18 20:30:00+00:00,40.25,5.5,9.088187,14.796417,0.0,0.0 -2014-01-18 21:30:00+00:00,40.25,5.5,8.051857,14.730713,0.0,0.0 -2014-01-18 22:30:00+00:00,40.25,5.5,7.679294,14.537689,0.0,0.0 -2014-01-18 23:30:00+00:00,40.25,5.5,7.842869,14.505371,0.0,0.0 -2014-01-19 00:30:00+00:00,40.25,5.5,7.6044264,14.2526245,0.0,0.0 -2014-01-19 01:30:00+00:00,40.25,5.5,8.738095,13.900238,0.0,0.0 -2014-01-19 02:30:00+00:00,40.25,5.5,10.039006,13.800873,0.0,0.0 -2014-01-19 03:30:00+00:00,40.25,5.5,9.522461,13.37738,0.0,0.0 -2014-01-19 04:30:00+00:00,40.25,5.5,8.410729,13.355652,0.0,0.0 -2014-01-19 05:30:00+00:00,40.25,5.5,8.590596,13.50824,0.0,0.0 -2014-01-19 06:30:00+00:00,40.25,5.5,9.538602,13.5503235,0.0,0.0 -2014-01-19 07:30:00+00:00,40.25,5.5,10.301608,13.689575,38.616146,18.203543 -2014-01-19 08:30:00+00:00,40.25,5.5,10.536644,13.661072,160.5098,54.550385 -2014-01-19 09:30:00+00:00,40.25,5.5,10.000576,13.467499,272.97882,71.9798 -2014-01-19 10:30:00+00:00,40.25,5.5,10.138564,13.148254,330.66272,118.64461 -2014-01-19 11:30:00+00:00,40.25,5.5,9.590287,13.283997,385.87027,115.10852 -2014-01-19 12:30:00+00:00,40.25,5.5,9.445023,13.441711,420.3058,116.33786 -2014-01-19 13:30:00+00:00,40.25,5.5,8.303019,13.566315,336.3437,95.10266 -2014-01-19 14:30:00+00:00,40.25,5.5,7.119449,13.643982,240.08734,95.77208 -2014-01-19 15:30:00+00:00,40.25,5.5,6.552461,13.385803,91.76983,73.44191 -2014-01-19 16:30:00+00:00,40.25,5.5,5.9070487,12.948425,10.240347,10.240347 -2014-01-19 17:30:00+00:00,40.25,5.5,5.4390893,12.466553,0.0,0.0 -2014-01-19 18:30:00+00:00,40.25,5.5,5.8881087,12.064484,0.0,0.0 -2014-01-19 19:30:00+00:00,40.25,5.5,5.046762,12.292267,0.0,0.0 -2014-01-19 20:30:00+00:00,40.25,5.5,2.925088,12.197235,0.0,0.0 -2014-01-19 21:30:00+00:00,40.25,5.5,1.6555133,12.003418,0.0,0.0 -2014-01-19 22:30:00+00:00,40.25,5.5,3.5615373,12.177429,0.0,0.0 -2014-01-19 23:30:00+00:00,40.25,5.5,5.378705,12.189362,0.0,0.0 -2014-01-20 00:30:00+00:00,40.25,5.5,6.966883,11.95697,0.0,0.0 -2014-01-20 01:30:00+00:00,40.25,5.5,8.647077,11.69989,0.0,0.0 -2014-01-20 02:30:00+00:00,40.25,5.5,9.902916,11.47699,0.0,0.0 -2014-01-20 03:30:00+00:00,40.25,5.5,10.949594,11.476471,0.0,0.0 -2014-01-20 04:30:00+00:00,40.25,5.5,12.632217,11.414276,0.0,0.0 -2014-01-20 05:30:00+00:00,40.25,5.5,13.776171,11.547058,0.0,0.0 -2014-01-20 06:30:00+00:00,40.25,5.5,14.257889,11.750122,0.0,0.0 -2014-01-20 07:30:00+00:00,40.25,5.5,14.537557,11.857361,16.780764,16.545 -2014-01-20 08:30:00+00:00,40.25,5.5,14.561167,11.912201,81.747986,78.21146 -2014-01-20 09:30:00+00:00,40.25,5.5,14.038043,11.4965515,141.17986,125.817665 -2014-01-20 10:30:00+00:00,40.25,5.5,13.780433,11.352386,196.12523,169.533 -2014-01-20 11:30:00+00:00,40.25,5.5,13.638826,11.362152,207.1813,183.67891 -2014-01-20 12:30:00+00:00,40.25,5.5,13.330689,11.388763,273.64886,191.97363 -2014-01-20 13:30:00+00:00,40.25,5.5,12.80787,11.471832,254.01306,173.36775 -2014-01-20 14:30:00+00:00,40.25,5.5,12.423594,11.434662,175.99413,133.0594 -2014-01-20 15:30:00+00:00,40.25,5.5,12.10355,11.3567505,84.83611,70.50385 -2014-01-20 16:30:00+00:00,40.25,5.5,12.021834,11.35022,12.0465975,10.247327 -2014-01-20 17:30:00+00:00,40.25,5.5,12.091092,11.546234,0.0,0.0 -2014-01-20 18:30:00+00:00,40.25,5.5,12.307357,11.81012,0.0,0.0 -2014-01-20 19:30:00+00:00,40.25,5.5,12.261013,11.878265,0.0,0.0 -2014-01-20 20:30:00+00:00,40.25,5.5,11.909538,11.953186,0.0,0.0 -2014-01-20 21:30:00+00:00,40.25,5.5,12.963943,11.972992,0.0,0.0 -2014-01-20 22:30:00+00:00,40.25,5.5,12.776484,11.979797,0.0,0.0 -2014-01-20 23:30:00+00:00,40.25,5.5,12.505925,11.852203,0.0,0.0 -2014-01-21 00:30:00+00:00,40.25,5.5,12.987259,11.732452,0.0,0.0 -2014-01-21 01:30:00+00:00,40.25,5.5,13.685827,11.601624,0.0,0.0 -2014-01-21 02:30:00+00:00,40.25,5.5,13.877692,11.490295,0.0,0.0 -2014-01-21 03:30:00+00:00,40.25,5.5,14.141068,11.402344,0.0,0.0 -2014-01-21 04:30:00+00:00,40.25,5.5,14.209485,11.391205,0.0,0.0 -2014-01-21 05:30:00+00:00,40.25,5.5,14.190218,11.470764,0.0,0.0 -2014-01-21 06:30:00+00:00,40.25,5.5,14.099838,11.375458,0.0,0.0 -2014-01-21 07:30:00+00:00,40.25,5.5,13.784755,11.372498,48.47778,22.220592 -2014-01-21 08:30:00+00:00,40.25,5.5,12.986395,11.449585,191.5513,67.78513 -2014-01-21 09:30:00+00:00,40.25,5.5,13.25561,11.674377,316.35828,89.95828 -2014-01-21 10:30:00+00:00,40.25,5.5,12.422439,11.845123,405.82657,95.93964 -2014-01-21 11:30:00+00:00,40.25,5.5,11.170107,12.0159,407.895,149.24432 -2014-01-21 12:30:00+00:00,40.25,5.5,9.679327,12.235809,415.77554,138.21375 -2014-01-21 13:30:00+00:00,40.25,5.5,8.544091,12.4062805,347.51633,126.05505 -2014-01-21 14:30:00+00:00,40.25,5.5,8.252963,12.46521,258.1937,83.43945 -2014-01-21 15:30:00+00:00,40.25,5.5,8.294531,12.363403,142.33063,50.455276 -2014-01-21 16:30:00+00:00,40.25,5.5,8.401784,12.231995,17.52368,10.202465 -2014-01-21 17:30:00+00:00,40.25,5.5,8.4754925,12.145386,0.0,0.0 -2014-01-21 18:30:00+00:00,40.25,5.5,8.663706,12.116333,0.0,0.0 -2014-01-21 19:30:00+00:00,40.25,5.5,8.747036,12.092438,0.0,0.0 -2014-01-21 20:30:00+00:00,40.25,5.5,8.416655,12.098419,0.0,0.0 -2014-01-21 21:30:00+00:00,40.25,5.5,7.8344116,12.564026,0.0,0.0 -2014-01-21 22:30:00+00:00,40.25,5.5,7.2290516,12.643005,0.0,0.0 -2014-01-21 23:30:00+00:00,40.25,5.5,6.9016967,12.7565,0.0,0.0 -2014-01-22 00:30:00+00:00,40.25,5.5,6.9205375,12.858582,0.0,0.0 -2014-01-22 01:30:00+00:00,40.25,5.5,7.0119286,12.938385,0.0,0.0 -2014-01-22 02:30:00+00:00,40.25,5.5,6.7367673,12.971771,0.0,0.0 -2014-01-22 03:30:00+00:00,40.25,5.5,6.497787,13.0000305,0.0,0.0 -2014-01-22 04:30:00+00:00,40.25,5.5,5.960812,13.005981,0.0,0.0 -2014-01-22 05:30:00+00:00,40.25,5.5,4.525397,12.954407,0.0,0.0 -2014-01-22 06:30:00+00:00,40.25,5.5,3.7593412,13.014954,0.0,0.0 -2014-01-22 07:30:00+00:00,40.25,5.5,3.8020656,13.192505,53.925694,23.201319 -2014-01-22 08:30:00+00:00,40.25,5.5,4.310744,13.47702,182.57826,69.95528 -2014-01-22 09:30:00+00:00,40.25,5.5,4.539446,13.67627,239.66492,123.49299 -2014-01-22 10:30:00+00:00,40.25,5.5,4.648918,13.831848,308.04068,129.91122 -2014-01-22 11:30:00+00:00,40.25,5.5,4.6507287,13.820984,344.77777,160.00955 -2014-01-22 12:30:00+00:00,40.25,5.5,4.7356367,13.7517395,263.49594,190.51935 -2014-01-22 13:30:00+00:00,40.25,5.5,4.257403,13.692841,201.9373,169.76108 -2014-01-22 14:30:00+00:00,40.25,5.5,3.9610262,13.566589,123.292046,107.89264 -2014-01-22 15:30:00+00:00,40.25,5.5,3.4669445,13.262268,63.321182,59.002884 -2014-01-22 16:30:00+00:00,40.25,5.5,2.5163007,13.015503,7.5309377,7.5309377 -2014-01-22 17:30:00+00:00,40.25,5.5,0.8041699,12.948425,0.0,0.0 -2014-01-22 18:30:00+00:00,40.25,5.5,0.6745502,12.849884,0.0,0.0 -2014-01-22 19:30:00+00:00,40.25,5.5,1.1003286,12.81134,0.0,0.0 -2014-01-22 20:30:00+00:00,40.25,5.5,1.4115562,12.821655,0.0,0.0 -2014-01-22 21:30:00+00:00,40.25,5.5,1.5426557,12.537964,0.0,0.0 -2014-01-22 22:30:00+00:00,40.25,5.5,0.7949146,12.463837,0.0,0.0 -2014-01-22 23:30:00+00:00,40.25,5.5,1.2821189,12.484741,0.0,0.0 -2014-01-23 00:30:00+00:00,40.25,5.5,2.927005,12.368835,0.0,0.0 -2014-01-23 01:30:00+00:00,40.25,5.5,5.059276,12.413605,0.0,0.0 -2014-01-23 02:30:00+00:00,40.25,5.5,7.2437997,12.334625,0.0,0.0 -2014-01-23 03:30:00+00:00,40.25,5.5,8.902179,12.3272705,0.0,0.0 -2014-01-23 04:30:00+00:00,40.25,5.5,9.95438,12.215149,0.0,0.0 -2014-01-23 05:30:00+00:00,40.25,5.5,10.660227,12.129913,0.0,0.0 -2014-01-23 06:30:00+00:00,40.25,5.5,10.997786,12.053894,0.0,0.0 -2014-01-23 07:30:00+00:00,40.25,5.5,10.827011,12.035431,14.027674,12.873646 -2014-01-23 08:30:00+00:00,40.25,5.5,10.53874,12.120972,83.117256,64.5784 -2014-01-23 09:30:00+00:00,40.25,5.5,10.67228,11.970001,198.45589,122.6004 -2014-01-23 10:30:00+00:00,40.25,5.5,11.022332,11.88559,194.8288,120.28866 -2014-01-23 11:30:00+00:00,40.25,5.5,11.675917,11.808197,332.30875,191.7906 -2014-01-23 12:30:00+00:00,40.25,5.5,11.938196,11.845947,333.241,156.35242 -2014-01-23 13:30:00+00:00,40.25,5.5,11.828768,12.007751,340.10187,92.45787 -2014-01-23 14:30:00+00:00,40.25,5.5,12.36897,12.274902,250.75012,100.813644 -2014-01-23 15:30:00+00:00,40.25,5.5,13.022931,12.328369,109.832466,63.6342 -2014-01-23 16:30:00+00:00,40.25,5.5,12.603585,12.360687,15.003646,12.124792 -2014-01-23 17:30:00+00:00,40.25,5.5,12.774531,12.300415,0.0,0.0 -2014-01-23 18:30:00+00:00,40.25,5.5,13.511341,12.280304,0.0,0.0 -2014-01-23 19:30:00+00:00,40.25,5.5,13.68814,12.321594,0.0,0.0 -2014-01-23 20:30:00+00:00,40.25,5.5,13.533471,12.277618,0.0,0.0 -2014-01-23 21:30:00+00:00,40.25,5.5,13.088096,12.198883,0.0,0.0 -2014-01-23 22:30:00+00:00,40.25,5.5,12.911153,12.149994,0.0,0.0 -2014-01-23 23:30:00+00:00,40.25,5.5,12.607159,12.223297,0.0,0.0 -2014-01-24 00:30:00+00:00,40.25,5.5,12.728269,12.356049,0.0,0.0 -2014-01-24 01:30:00+00:00,40.25,5.5,12.933627,12.338959,0.0,0.0 -2014-01-24 02:30:00+00:00,40.25,5.5,11.641967,12.144562,0.0,0.0 -2014-01-24 03:30:00+00:00,40.25,5.5,10.147831,12.395416,0.0,0.0 -2014-01-24 04:30:00+00:00,40.25,5.5,9.831796,12.525726,0.0,0.0 -2014-01-24 05:30:00+00:00,40.25,5.5,10.519899,12.643829,0.0,0.0 -2014-01-24 06:30:00+00:00,40.25,5.5,10.646544,12.707642,0.014583333,0.014583333 -2014-01-24 07:30:00+00:00,40.25,5.5,10.95545,12.6128845,29.133265,19.491562 -2014-01-24 08:30:00+00:00,40.25,5.5,11.391706,12.731781,150.86667,69.76222 -2014-01-24 09:30:00+00:00,40.25,5.5,12.167752,12.830078,228.65254,137.80716 -2014-01-24 10:30:00+00:00,40.25,5.5,11.86801,12.904449,281.29636,196.40723 -2014-01-24 11:30:00+00:00,40.25,5.5,11.349273,12.893585,322.91327,149.05247 -2014-01-24 12:30:00+00:00,40.25,5.5,10.373772,12.80835,244.57387,115.99307 -2014-01-24 13:30:00+00:00,40.25,5.5,8.468918,12.726898,110.66274,110.66274 -2014-01-24 14:30:00+00:00,40.25,5.5,7.9100065,12.782013,89.61396,72.01816 -2014-01-24 15:30:00+00:00,40.25,5.5,9.021596,12.93512,33.925694,33.925694 -2014-01-24 16:30:00+00:00,40.25,5.5,11.091868,12.963898,5.08375,5.08375 -2014-01-24 17:30:00+00:00,40.25,5.5,12.388598,12.953857,0.0,0.0 -2014-01-24 18:30:00+00:00,40.25,5.5,11.818917,13.188416,0.0,0.0 -2014-01-24 19:30:00+00:00,40.25,5.5,11.021631,13.609222,0.0,0.0 -2014-01-24 20:30:00+00:00,40.25,5.5,9.967583,13.93988,0.0,0.0 -2014-01-24 21:30:00+00:00,40.25,5.5,10.404203,14.113647,0.0,0.0 -2014-01-24 22:30:00+00:00,40.25,5.5,10.602088,13.628235,0.0,0.0 -2014-01-24 23:30:00+00:00,40.25,5.5,11.803114,12.4470215,0.0,0.0 -2014-01-25 00:30:00+00:00,40.25,5.5,12.33435,11.859528,0.0,0.0 -2014-01-25 01:30:00+00:00,40.25,5.5,12.599411,11.507141,0.0,0.0 -2014-01-25 02:30:00+00:00,40.25,5.5,12.201545,11.165894,0.0,0.0 -2014-01-25 03:30:00+00:00,40.25,5.5,11.010907,11.161011,0.0,0.0 -2014-01-25 04:30:00+00:00,40.25,5.5,9.962648,11.380615,0.0,0.0 -2014-01-25 05:30:00+00:00,40.25,5.5,9.009476,11.546783,0.0,0.0 -2014-01-25 06:30:00+00:00,40.25,5.5,8.089729,11.633911,0.05826389,0.05826389 -2014-01-25 07:30:00+00:00,40.25,5.5,7.7129483,11.722687,65.18569,26.395554 -2014-01-25 08:30:00+00:00,40.25,5.5,7.771857,11.834259,216.4311,64.53403 -2014-01-25 09:30:00+00:00,40.25,5.5,8.941986,11.670837,338.5287,73.26407 -2014-01-25 10:30:00+00:00,40.25,5.5,9.932496,11.872009,357.8732,92.57135 -2014-01-25 11:30:00+00:00,40.25,5.5,10.522591,11.845673,362.753,98.096436 -2014-01-25 12:30:00+00:00,40.25,5.5,10.465499,11.222626,292.68747,72.19411 -2014-01-25 13:30:00+00:00,40.25,5.5,9.967826,11.106445,156.78073,77.8975 -2014-01-25 14:30:00+00:00,40.25,5.5,10.108683,11.548126,66.01601,57.677258 -2014-01-25 15:30:00+00:00,40.25,5.5,10.753175,12.244202,31.755278,25.339895 -2014-01-25 16:30:00+00:00,40.25,5.5,11.781735,12.967163,5.375104,5.3006597 -2014-01-25 17:30:00+00:00,40.25,5.5,11.788002,13.565521,0.0,0.0 -2014-01-25 18:30:00+00:00,40.25,5.5,13.023189,13.881531,0.0,0.0 -2014-01-25 19:30:00+00:00,40.25,5.5,14.232446,13.997711,0.0,0.0 -2014-01-25 20:30:00+00:00,40.25,5.5,14.705907,14.273529,0.0,0.0 -2014-01-25 21:30:00+00:00,40.25,5.5,12.611356,14.075073,0.0,0.0 -2014-01-25 22:30:00+00:00,40.25,5.5,14.780068,14.07428,0.0,0.0 -2014-01-25 23:30:00+00:00,40.25,5.5,14.227155,14.037903,0.0,0.0 -2014-01-26 00:30:00+00:00,40.25,5.5,14.728495,13.875,0.0,0.0 -2014-01-26 01:30:00+00:00,40.25,5.5,15.789215,13.673828,0.0,0.0 -2014-01-26 02:30:00+00:00,40.25,5.5,15.960038,13.511749,0.0,0.0 -2014-01-26 03:30:00+00:00,40.25,5.5,15.685237,13.416473,0.0,0.0 -2014-01-26 04:30:00+00:00,40.25,5.5,15.303512,13.540802,0.0,0.0 -2014-01-26 05:30:00+00:00,40.25,5.5,15.030166,13.564148,0.0,0.0 -2014-01-26 06:30:00+00:00,40.25,5.5,14.17325,13.547058,0.08739583,0.08739583 -2014-01-26 07:30:00+00:00,40.25,5.5,13.1531925,13.608948,59.86889,30.410208 -2014-01-26 08:30:00+00:00,40.25,5.5,12.127306,13.8437805,213.95479,61.474472 -2014-01-26 09:30:00+00:00,40.25,5.5,11.283136,14.048218,343.2046,93.016754 -2014-01-26 10:30:00+00:00,40.25,5.5,10.925943,13.979797,428.87097,126.42938 -2014-01-26 11:30:00+00:00,40.25,5.5,11.169439,13.879059,490.96857,116.61749 -2014-01-26 12:30:00+00:00,40.25,5.5,11.272744,13.807678,493.4449,94.68555 -2014-01-26 13:30:00+00:00,40.25,5.5,10.560176,13.734924,421.86444,88.375824 -2014-01-26 14:30:00+00:00,40.25,5.5,9.069724,13.667053,295.2949,95.22655 -2014-01-26 15:30:00+00:00,40.25,5.5,7.460837,13.638275,144.45737,69.52014 -2014-01-26 16:30:00+00:00,40.25,5.5,6.7476697,13.635834,20.801146,14.7207985 -2014-01-26 17:30:00+00:00,40.25,5.5,6.585531,13.668671,0.0,0.0 -2014-01-26 18:30:00+00:00,40.25,5.5,6.1335588,13.639618,0.0,0.0 -2014-01-26 19:30:00+00:00,40.25,5.5,5.213119,13.637726,0.0,0.0 -2014-01-26 20:30:00+00:00,40.25,5.5,5.0770965,13.680084,0.0,0.0 -2014-01-26 21:30:00+00:00,40.25,5.5,4.6276417,14.0512085,0.0,0.0 -2014-01-26 22:30:00+00:00,40.25,5.5,4.900217,14.100616,0.0,0.0 -2014-01-26 23:30:00+00:00,40.25,5.5,5.1530943,14.152191,0.0,0.0 -2014-01-27 00:30:00+00:00,40.25,5.5,5.280417,14.181519,0.0,0.0 -2014-01-27 01:30:00+00:00,40.25,5.5,5.800646,14.2135315,0.0,0.0 -2014-01-27 02:30:00+00:00,40.25,5.5,6.7819114,14.229828,0.0,0.0 -2014-01-27 03:30:00+00:00,40.25,5.5,7.5150394,14.297974,0.0,0.0 -2014-01-27 04:30:00+00:00,40.25,5.5,7.867647,14.422852,0.0,0.0 -2014-01-27 05:30:00+00:00,40.25,5.5,8.4343405,14.447571,0.0,0.0 -2014-01-27 06:30:00+00:00,40.25,5.5,7.9172177,14.328644,0.05826389,0.05826389 -2014-01-27 07:30:00+00:00,40.25,5.5,9.390794,13.808502,25.564444,22.536701 -2014-01-27 08:30:00+00:00,40.25,5.5,11.182594,12.635956,85.710106,79.61736 -2014-01-27 09:30:00+00:00,40.25,5.5,12.065098,12.519775,196.60593,151.94638 -2014-01-27 10:30:00+00:00,40.25,5.5,12.011266,11.955078,253.45952,195.12538 -2014-01-27 11:30:00+00:00,40.25,5.5,10.972947,11.592651,247.0065,187.27014 -2014-01-27 12:30:00+00:00,40.25,5.5,9.434603,11.697174,244.603,133.32019 -2014-01-27 13:30:00+00:00,40.25,5.5,8.861095,11.780243,154.33354,127.46834 -2014-01-27 14:30:00+00:00,40.25,5.5,8.944323,11.701508,82.92788,77.17017 -2014-01-27 15:30:00+00:00,40.25,5.5,8.217043,11.616821,46.613228,46.613228 -2014-01-27 16:30:00+00:00,40.25,5.5,7.6315513,11.592926,9.133299,9.133299 -2014-01-27 17:30:00+00:00,40.25,5.5,7.9653225,11.299988,0.0,0.0 -2014-01-27 18:30:00+00:00,40.25,5.5,8.148436,10.839569,0.0,0.0 -2014-01-27 19:30:00+00:00,40.25,5.5,7.8697534,10.217316,0.0,0.0 -2014-01-27 20:30:00+00:00,40.25,5.5,7.4684386,9.907562,0.0,0.0 -2014-01-27 21:30:00+00:00,40.25,5.5,8.172818,9.825836,0.0,0.0 -2014-01-27 22:30:00+00:00,40.25,5.5,8.477131,9.66214,0.0,0.0 -2014-01-27 23:30:00+00:00,40.25,5.5,8.145898,9.62793,0.0,0.0 -2014-01-28 00:30:00+00:00,40.25,5.5,7.5342784,9.5937195,0.0,0.0 -2014-01-28 01:30:00+00:00,40.25,5.5,7.594995,9.6502075,0.0,0.0 -2014-01-28 02:30:00+00:00,40.25,5.5,7.6995173,9.776978,0.0,0.0 -2014-01-28 03:30:00+00:00,40.25,5.5,6.8735967,10.04303,0.0,0.0 -2014-01-28 04:30:00+00:00,40.25,5.5,7.1153874,10.185028,0.0,0.0 -2014-01-28 05:30:00+00:00,40.25,5.5,8.405144,10.347107,0.0,0.0 -2014-01-28 06:30:00+00:00,40.25,5.5,8.977445,10.411713,0.189375,0.17697917 -2014-01-28 07:30:00+00:00,40.25,5.5,9.071275,10.45813,53.1391,25.169481 -2014-01-28 08:30:00+00:00,40.25,5.5,8.841877,10.619659,188.87105,70.04362 -2014-01-28 09:30:00+00:00,40.25,5.5,10.299863,10.678314,341.29636,85.226715 -2014-01-28 10:30:00+00:00,40.25,5.5,9.870075,10.783356,418.6161,98.50421 -2014-01-28 11:30:00+00:00,40.25,5.5,9.008044,10.854492,467.35605,112.18912 -2014-01-28 12:30:00+00:00,40.25,5.5,7.939932,10.927521,493.77994,96.74542 -2014-01-28 13:30:00+00:00,40.25,5.5,6.1108217,11.097473,432.93506,94.929596 -2014-01-28 14:30:00+00:00,40.25,5.5,3.9556794,11.318726,295.01813,85.79202 -2014-01-28 15:30:00+00:00,40.25,5.5,3.735123,11.575562,154.42094,63.166046 -2014-01-28 16:30:00+00:00,40.25,5.5,6.2331896,11.696899,28.230139,17.632952 -2014-01-28 17:30:00+00:00,40.25,5.5,8.074011,11.589386,0.0,0.0 -2014-01-28 18:30:00+00:00,40.25,5.5,8.861953,11.710754,0.0,0.0 -2014-01-28 19:30:00+00:00,40.25,5.5,9.469257,12.183411,0.0,0.0 -2014-01-28 20:30:00+00:00,40.25,5.5,9.908049,12.388641,0.0,0.0 -2014-01-28 21:30:00+00:00,40.25,5.5,10.323242,12.554779,0.0,0.0 -2014-01-28 22:30:00+00:00,40.25,5.5,9.940999,12.7803955,0.0,0.0 -2014-01-28 23:30:00+00:00,40.25,5.5,9.399265,12.522217,0.0,0.0 -2014-01-29 00:30:00+00:00,40.25,5.5,9.47651,12.823273,0.0,0.0 -2014-01-29 01:30:00+00:00,40.25,5.5,10.612017,12.662018,0.0,0.0 -2014-01-29 02:30:00+00:00,40.25,5.5,10.786568,13.264435,0.0,0.0 -2014-01-29 03:30:00+00:00,40.25,5.5,10.200637,13.491394,0.0,0.0 -2014-01-29 04:30:00+00:00,40.25,5.5,8.892098,13.601074,0.0,0.0 -2014-01-29 05:30:00+00:00,40.25,5.5,7.7808013,13.610046,0.0,0.0 -2014-01-29 06:30:00+00:00,40.25,5.5,7.028129,13.604889,0.2621875,0.24979168 -2014-01-29 07:30:00+00:00,40.25,5.5,6.7173595,13.613281,56.911877,27.78823 -2014-01-29 08:30:00+00:00,40.25,5.5,6.4944158,13.609497,178.28108,70.745735 -2014-01-29 09:30:00+00:00,40.25,5.5,4.826963,13.695557,264.00577,118.74744 -2014-01-29 10:30:00+00:00,40.25,5.5,5.051198,13.687134,280.59717,148.82729 -2014-01-29 11:30:00+00:00,40.25,5.5,5.0957766,13.640991,369.99265,182.96602 -2014-01-29 12:30:00+00:00,40.25,5.5,5.37834,13.670837,407.79306,165.70824 -2014-01-29 13:30:00+00:00,40.25,5.5,6.407552,13.739807,382.1849,134.65257 -2014-01-29 14:30:00+00:00,40.25,5.5,6.761945,13.771576,251.66782,110.29346 -2014-01-29 15:30:00+00:00,40.25,5.5,7.1549463,13.796539,119.14056,85.94681 -2014-01-29 16:30:00+00:00,40.25,5.5,7.1727605,13.79953,17.71302,16.807186 -2014-01-29 17:30:00+00:00,40.25,5.5,6.9801097,13.774017,0.0,0.0 -2014-01-29 18:30:00+00:00,40.25,5.5,7.15049,13.674103,0.0,0.0 -2014-01-29 19:30:00+00:00,40.25,5.5,7.2723565,13.544342,0.0,0.0 -2014-01-29 20:30:00+00:00,40.25,5.5,7.4077353,13.542175,0.0,0.0 -2014-01-29 21:30:00+00:00,40.25,5.5,7.3297677,12.400848,0.0,0.0 -2014-01-29 22:30:00+00:00,40.25,5.5,7.1742187,12.557495,0.0,0.0 -2014-01-29 23:30:00+00:00,40.25,5.5,8.025104,12.627014,0.0,0.0 -2014-01-30 00:30:00+00:00,40.25,5.5,8.622265,12.778748,0.0,0.0 -2014-01-30 01:30:00+00:00,40.25,5.5,8.940944,12.922089,0.0,0.0 -2014-01-30 02:30:00+00:00,40.25,5.5,9.3832655,12.91098,0.0,0.0 -2014-01-30 03:30:00+00:00,40.25,5.5,9.381233,12.740204,0.0,0.0 -2014-01-30 04:30:00+00:00,40.25,5.5,10.640001,12.285736,0.0,0.0 -2014-01-30 05:30:00+00:00,40.25,5.5,11.349431,11.886932,0.0,0.0 -2014-01-30 06:30:00+00:00,40.25,5.5,10.541071,11.8793335,0.21850695,0.21850695 -2014-01-30 07:30:00+00:00,40.25,5.5,10.497747,12.1345215,37.450832,21.170382 -2014-01-30 08:30:00+00:00,40.25,5.5,10.363476,12.120422,152.64381,77.979576 -2014-01-30 09:30:00+00:00,40.25,5.5,8.577361,11.396912,321.29636,97.98616 -2014-01-30 10:30:00+00:00,40.25,5.5,8.451203,11.3703,413.86734,105.543945 -2014-01-30 11:30:00+00:00,40.25,5.5,8.335267,11.186249,461.442,124.64017 -2014-01-30 12:30:00+00:00,40.25,5.5,9.047395,11.043732,425.63718,141.74683 -2014-01-30 13:30:00+00:00,40.25,5.5,10.026689,10.730713,343.71442,115.72609 -2014-01-30 14:30:00+00:00,40.25,5.5,10.479797,10.088928,227.3124,85.528534 -2014-01-30 15:30:00+00:00,40.25,5.5,10.657119,9.876343,92.67295,53.721493 -2014-01-30 16:30:00+00:00,40.25,5.5,11.506416,10.311523,22.680243,14.056076 -2014-01-30 17:30:00+00:00,40.25,5.5,11.538891,10.458405,0.0,0.0 -2014-01-30 18:30:00+00:00,40.25,5.5,11.304464,10.692413,0.0,0.0 -2014-01-30 19:30:00+00:00,40.25,5.5,10.696175,10.858307,0.0,0.0 -2014-01-30 20:30:00+00:00,40.25,5.5,9.825855,11.27121,0.0,0.0 -2014-01-30 21:30:00+00:00,40.25,5.5,8.108101,11.331482,0.0,0.0 -2014-01-30 22:30:00+00:00,40.25,5.5,6.2109513,11.302155,0.0,0.0 -2014-01-30 23:30:00+00:00,40.25,5.5,4.425189,11.236206,0.0,0.0 -2014-01-31 00:30:00+00:00,40.25,5.5,3.6044755,11.172394,0.0,0.0 -2014-01-31 01:30:00+00:00,40.25,5.5,3.7477427,11.138458,0.0,0.0 -2014-01-31 02:30:00+00:00,40.25,5.5,4.1859803,11.116211,0.0,0.0 -2014-01-31 03:30:00+00:00,40.25,5.5,4.392925,11.103729,0.0,0.0 -2014-01-31 04:30:00+00:00,40.25,5.5,3.9195304,11.1623535,0.0,0.0 -2014-01-31 05:30:00+00:00,40.25,5.5,3.1648092,11.222626,0.0,0.0 -2014-01-31 06:30:00+00:00,40.25,5.5,2.2080393,11.270142,0.50982636,0.4602083 -2014-01-31 07:30:00+00:00,40.25,5.5,1.6455376,11.401001,71.85722,29.40646 -2014-01-31 08:30:00+00:00,40.25,5.5,1.9816917,11.534271,212.97882,69.9913 -2014-01-31 09:30:00+00:00,40.25,5.5,1.9994035,12.184479,371.9154,81.83304 -2014-01-31 10:30:00+00:00,40.25,5.5,2.1905746,12.313995,421.35458,119.13632 -2014-01-31 11:30:00+00:00,40.25,5.5,2.5269032,12.397339,510.8666,99.57431 -2014-01-31 12:30:00+00:00,40.25,5.5,2.4330664,12.486908,517.10114,102.76868 -2014-01-31 13:30:00+00:00,40.25,5.5,2.1983013,12.562103,450.21112,90.40326 -2014-01-31 14:30:00+00:00,40.25,5.5,1.7153851,12.676941,316.72244,73.595276 -2014-01-31 15:30:00+00:00,40.25,5.5,1.5098611,12.683472,168.41948,60.26368 -2014-01-31 16:30:00+00:00,40.25,5.5,2.038595,12.641388,34.275314,15.860558 -2014-01-31 17:30:00+00:00,40.25,5.5,2.360087,12.566742,0.0,0.0 -2014-01-31 18:30:00+00:00,40.25,5.5,2.2669334,12.430176,0.0,0.0 -2014-01-31 19:30:00+00:00,40.25,5.5,2.002667,12.280579,0.0,0.0 -2014-01-31 20:30:00+00:00,40.25,5.5,1.5846679,12.198334,0.0,0.0 -2014-01-31 21:30:00+00:00,40.25,5.5,1.645509,11.753357,0.0,0.0 -2014-01-31 22:30:00+00:00,40.25,5.5,1.4743443,11.696075,0.0,0.0 -2014-01-31 23:30:00+00:00,40.25,5.5,1.4136069,11.582611,0.0,0.0 -2014-02-01 00:30:00+00:00,40.25,5.5,1.1923499,11.476471,0.0,0.0 -2014-02-01 01:30:00+00:00,40.25,5.5,1.0475786,11.443329,0.0,0.0 -2014-02-01 02:30:00+00:00,40.25,5.5,0.64642394,11.407501,0.0,0.0 -2014-02-01 03:30:00+00:00,40.25,5.5,0.91092086,11.40152,0.0,0.0 -2014-02-01 04:30:00+00:00,40.25,5.5,1.6111072,11.471832,0.0,0.0 -2014-02-01 05:30:00+00:00,40.25,5.5,2.4277668,11.560333,0.0,0.0 -2014-02-01 06:30:00+00:00,40.25,5.5,3.054358,11.715363,0.62635416,0.58913195 -2014-02-01 07:30:00+00:00,40.25,5.5,3.497486,11.852722,67.2833,35.119484 -2014-02-01 08:30:00+00:00,40.25,5.5,3.3541012,11.9711,187.82224,80.89494 -2014-02-01 09:30:00+00:00,40.25,5.5,3.525407,11.993103,309.847,132.74747 -2014-02-01 10:30:00+00:00,40.25,5.5,4.4214125,12.094086,446.0159,123.31058 -2014-02-01 11:30:00+00:00,40.25,5.5,5.253978,12.230896,541.74786,90.002625 -2014-02-01 12:30:00+00:00,40.25,5.5,5.6331763,12.378052,520.6262,110.06604 -2014-02-01 13:30:00+00:00,40.25,5.5,5.789692,12.61615,406.5549,138.90778 -2014-02-01 14:30:00+00:00,40.25,5.5,6.182575,12.982086,279.4464,120.27771 -2014-02-01 15:30:00+00:00,40.25,5.5,6.1431856,13.389587,138.09174,80.16708 -2014-02-01 16:30:00+00:00,40.25,5.5,6.2389855,13.53537,19.548437,19.548437 -2014-02-01 17:30:00+00:00,40.25,5.5,6.3507953,13.209595,0.0,0.0 -2014-02-01 18:30:00+00:00,40.25,5.5,6.2596602,12.94165,0.0,0.0 -2014-02-01 19:30:00+00:00,40.25,5.5,5.5931215,12.759766,0.0,0.0 -2014-02-01 20:30:00+00:00,40.25,5.5,4.4529676,13.171326,0.0,0.0 -2014-02-01 21:30:00+00:00,40.25,5.5,4.7408967,12.990234,0.0,0.0 -2014-02-01 22:30:00+00:00,40.25,5.5,6.777275,12.287659,0.0,0.0 -2014-02-01 23:30:00+00:00,40.25,5.5,13.211081,11.507141,0.0,0.0 -2014-02-02 00:30:00+00:00,40.25,5.5,14.0042515,11.308136,0.0,0.0 -2014-02-02 01:30:00+00:00,40.25,5.5,12.521505,11.159637,0.0,0.0 -2014-02-02 02:30:00+00:00,40.25,5.5,11.940919,10.973145,0.0,0.0 -2014-02-02 03:30:00+00:00,40.25,5.5,12.452928,10.757568,0.0,0.0 -2014-02-02 04:30:00+00:00,40.25,5.5,13.601828,10.529816,0.0,0.0 -2014-02-02 05:30:00+00:00,40.25,5.5,13.774285,10.528992,0.0,0.0 -2014-02-02 06:30:00+00:00,40.25,5.5,13.466526,10.657135,0.72833335,0.65388894 -2014-02-02 07:30:00+00:00,40.25,5.5,14.019347,10.643555,58.63073,30.599064 -2014-02-02 08:30:00+00:00,40.25,5.5,14.754199,10.66745,180.74284,68.72791 -2014-02-02 09:30:00+00:00,40.25,5.5,15.339219,10.520569,309.2643,93.53595 -2014-02-02 10:30:00+00:00,40.25,5.5,15.113193,10.556671,447.5163,105.60202 -2014-02-02 11:30:00+00:00,40.25,5.5,14.554315,10.570801,469.62845,115.7272 -2014-02-02 12:30:00+00:00,40.25,5.5,14.626079,10.669617,498.14993,111.53888 -2014-02-02 13:30:00+00:00,40.25,5.5,14.512756,10.916931,416.09604,95.45059 -2014-02-02 14:30:00+00:00,40.25,5.5,14.228074,11.129517,298.14996,96.93999 -2014-02-02 15:30:00+00:00,40.25,5.5,14.1560755,11.253021,155.41145,62.233192 -2014-02-02 16:30:00+00:00,40.25,5.5,14.193966,11.47348,34.624897,15.850279 -2014-02-02 17:30:00+00:00,40.25,5.5,13.957913,11.720795,0.0,0.0 -2014-02-02 18:30:00+00:00,40.25,5.5,13.673381,11.893738,0.0,0.0 -2014-02-02 19:30:00+00:00,40.25,5.5,13.340055,12.009644,0.0,0.0 -2014-02-02 20:30:00+00:00,40.25,5.5,12.749086,12.051453,0.0,0.0 -2014-02-02 21:30:00+00:00,40.25,5.5,12.096859,11.772919,0.0,0.0 -2014-02-02 22:30:00+00:00,40.25,5.5,11.569373,11.723236,0.0,0.0 -2014-02-02 23:30:00+00:00,40.25,5.5,10.723409,11.628204,0.0,0.0 -2014-02-03 00:30:00+00:00,40.25,5.5,10.2812605,11.523956,0.0,0.0 -2014-02-03 01:30:00+00:00,40.25,5.5,9.939783,11.465881,0.0,0.0 -2014-02-03 02:30:00+00:00,40.25,5.5,9.537046,11.403442,0.0,0.0 -2014-02-03 03:30:00+00:00,40.25,5.5,8.700957,11.370575,0.0,0.0 -2014-02-03 04:30:00+00:00,40.25,5.5,7.4450765,11.34967,0.0,0.0 -2014-02-03 05:30:00+00:00,40.25,5.5,5.928559,11.340179,0.0,0.0 -2014-02-03 06:30:00+00:00,40.25,5.5,4.273228,11.303253,1.121632,0.9479167 -2014-02-03 07:30:00+00:00,40.25,5.5,4.1494417,11.392578,83.62708,33.048508 -2014-02-03 08:30:00+00:00,40.25,5.5,5.7953167,11.841888,231.76979,74.85951 -2014-02-03 09:30:00+00:00,40.25,5.5,6.656394,12.104675,330.77924,124.92833 -2014-02-03 10:30:00+00:00,40.25,5.5,7.0917325,12.374237,404.89432,176.2483 -2014-02-03 11:30:00+00:00,40.25,5.5,7.1704926,12.500488,456.21255,157.9031 -2014-02-03 12:30:00+00:00,40.25,5.5,7.5603642,12.604462,538.95105,103.994995 -2014-02-03 13:30:00+00:00,40.25,5.5,7.8646455,12.789886,461.31088,90.23575 -2014-02-03 14:30:00+00:00,40.25,5.5,7.8063993,12.9296875,349.1332,87.69052 -2014-02-03 15:30:00+00:00,40.25,5.5,7.799839,13.043732,187.02107,67.9951 -2014-02-03 16:30:00+00:00,40.25,5.5,8.201218,13.173218,44.26802,24.35177 -2014-02-03 17:30:00+00:00,40.25,5.5,8.312962,13.379822,0.0,0.0 -2014-02-03 18:30:00+00:00,40.25,5.5,8.797495,13.527771,0.0,0.0 -2014-02-03 19:30:00+00:00,40.25,5.5,9.481873,13.545685,0.0,0.0 -2014-02-03 20:30:00+00:00,40.25,5.5,9.279577,13.561157,0.0,0.0 -2014-02-03 21:30:00+00:00,40.25,5.5,8.557323,13.665955,0.0,0.0 -2014-02-03 22:30:00+00:00,40.25,5.5,8.197535,13.744141,0.0,0.0 -2014-02-03 23:30:00+00:00,40.25,5.5,7.5982294,13.817169,0.0,0.0 -2014-02-04 00:30:00+00:00,40.25,5.5,7.277358,13.410217,0.0,0.0 -2014-02-04 01:30:00+00:00,40.25,5.5,7.0275917,13.410492,0.0,0.0 -2014-02-04 02:30:00+00:00,40.25,5.5,6.8637753,13.0877075,0.0,0.0 -2014-02-04 03:30:00+00:00,40.25,5.5,6.4207087,13.098022,0.0,0.0 -2014-02-04 04:30:00+00:00,40.25,5.5,6.266386,13.168335,0.0,0.0 -2014-02-04 05:30:00+00:00,40.25,5.5,6.1621275,13.234039,0.0,0.0 -2014-02-04 06:30:00+00:00,40.25,5.5,6.685829,13.304626,1.1798959,1.1798959 -2014-02-04 07:30:00+00:00,40.25,5.5,7.2689834,13.197113,66.030594,44.339867 -2014-02-04 08:30:00+00:00,40.25,5.5,7.597415,13.010864,166.1325,109.36188 -2014-02-04 09:30:00+00:00,40.25,5.5,7.6751776,12.612061,291.12885,146.04422 -2014-02-04 10:30:00+00:00,40.25,5.5,7.9630194,12.371277,396.09604,163.52884 -2014-02-04 11:30:00+00:00,40.25,5.5,8.160344,12.181213,519.03845,129.8836 -2014-02-04 12:30:00+00:00,40.25,5.5,7.6951103,12.031372,521.79156,118.80081 -2014-02-04 13:30:00+00:00,40.25,5.5,6.9618297,11.981964,475.9358,102.354065 -2014-02-04 14:30:00+00:00,40.25,5.5,6.9382777,11.961334,350.50247,92.70801 -2014-02-04 15:30:00+00:00,40.25,5.5,7.4602656,11.989838,185.66638,69.51928 -2014-02-04 16:30:00+00:00,40.25,5.5,7.159557,12.013733,49.32264,21.340626 -2014-02-04 17:30:00+00:00,40.25,5.5,6.801692,12.045471,0.0,0.0 -2014-02-04 18:30:00+00:00,40.25,5.5,6.5061626,12.154358,0.0,0.0 -2014-02-04 19:30:00+00:00,40.25,5.5,6.71483,12.493988,0.0,0.0 -2014-02-04 20:30:00+00:00,40.25,5.5,7.859099,12.871338,0.0,0.0 -2014-02-04 21:30:00+00:00,40.25,5.5,7.845587,12.976135,0.0,0.0 -2014-02-04 22:30:00+00:00,40.25,5.5,7.876997,12.973694,0.0,0.0 -2014-02-04 23:30:00+00:00,40.25,5.5,7.8540587,13.126526,0.0,0.0 -2014-02-05 00:30:00+00:00,40.25,5.5,8.679478,13.248138,0.0,0.0 -2014-02-05 01:30:00+00:00,40.25,5.5,9.371658,13.394745,0.0,0.0 -2014-02-05 02:30:00+00:00,40.25,5.5,9.581378,13.466705,0.0,0.0 -2014-02-05 03:30:00+00:00,40.25,5.5,10.128761,13.4704895,0.0,0.0 -2014-02-05 04:30:00+00:00,40.25,5.5,10.948623,13.558716,0.0,0.0 -2014-02-05 05:30:00+00:00,40.25,5.5,10.801712,13.567413,0.0,0.0 -2014-02-05 06:30:00+00:00,40.25,5.5,11.757312,13.708038,0.7574653,0.74506944 -2014-02-05 07:30:00+00:00,40.25,5.5,12.851322,13.823151,14.144201,14.144201 -2014-02-05 08:30:00+00:00,40.25,5.5,11.512004,13.840515,44.51566,44.51566 -2014-02-05 09:30:00+00:00,40.25,5.5,12.820758,13.428955,177.10118,141.0658 -2014-02-05 10:30:00+00:00,40.25,5.5,12.620564,13.745789,283.05893,147.39267 -2014-02-05 11:30:00+00:00,40.25,5.5,13.45964,14.0112915,373.41577,189.2556 -2014-02-05 12:30:00+00:00,40.25,5.5,12.6338,14.268097,253.29929,146.9924 -2014-02-05 13:30:00+00:00,40.25,5.5,11.457078,14.387573,350.38593,109.43031 -2014-02-05 14:30:00+00:00,40.25,5.5,11.259149,14.6006775,239.34445,91.79048 -2014-02-05 15:30:00+00:00,40.25,5.5,10.798344,14.823273,138.60156,62.845345 -2014-02-05 16:30:00+00:00,40.25,5.5,11.2745905,14.861298,46.32191,19.5808 -2014-02-05 17:30:00+00:00,40.25,5.5,11.224714,14.829529,0.0,0.0 -2014-02-05 18:30:00+00:00,40.25,5.5,8.752326,14.246399,0.0,0.0 -2014-02-05 19:30:00+00:00,40.25,5.5,6.4662066,13.684967,0.0,0.0 -2014-02-05 20:30:00+00:00,40.25,5.5,4.581783,13.424072,0.0,0.0 -2014-02-05 21:30:00+00:00,40.25,5.5,3.2906663,13.21991,0.0,0.0 -2014-02-05 22:30:00+00:00,40.25,5.5,2.0372643,13.183533,0.0,0.0 -2014-02-05 23:30:00+00:00,40.25,5.5,1.4782885,13.185425,0.0,0.0 -2014-02-06 00:30:00+00:00,40.25,5.5,1.691393,13.205811,0.0,0.0 -2014-02-06 01:30:00+00:00,40.25,5.5,1.9380383,13.269318,0.0,0.0 -2014-02-06 02:30:00+00:00,40.25,5.5,1.9992465,13.299744,0.0,0.0 -2014-02-06 03:30:00+00:00,40.25,5.5,2.6764646,13.334747,0.0,0.0 -2014-02-06 04:30:00+00:00,40.25,5.5,3.259193,13.419739,0.0,0.0 -2014-02-06 05:30:00+00:00,40.25,5.5,3.6340435,13.574738,0.0,0.0 -2014-02-06 06:30:00+00:00,40.25,5.5,4.0584726,13.760162,1.966493,1.5570139 -2014-02-06 07:30:00+00:00,40.25,5.5,4.2196517,13.928223,90.152916,37.142185 -2014-02-06 08:30:00+00:00,40.25,5.5,5.0872226,14.016174,242.66565,79.327576 -2014-02-06 09:30:00+00:00,40.25,5.5,6.6656966,14.2388,398.35388,81.64209 -2014-02-06 10:30:00+00:00,40.25,5.5,6.0618644,14.268646,502.44708,90.856964 -2014-02-06 11:30:00+00:00,40.25,5.5,5.7188473,14.282776,554.27515,93.95535 -2014-02-06 12:30:00+00:00,40.25,5.5,6.869443,14.332733,545.4041,95.023834 -2014-02-06 13:30:00+00:00,40.25,5.5,7.308553,14.316711,475.17834,94.151306 -2014-02-06 14:30:00+00:00,40.25,5.5,7.207391,14.252899,357.04288,82.81906 -2014-02-06 15:30:00+00:00,40.25,5.5,6.747033,14.226013,203.49594,63.00261 -2014-02-06 16:30:00+00:00,40.25,5.5,6.466637,14.287659,52.265102,21.863367 -2014-02-06 17:30:00+00:00,40.25,5.5,6.293379,14.396515,0.0,0.0 -2014-02-06 18:30:00+00:00,40.25,5.5,6.778555,14.468201,0.0,0.0 -2014-02-06 19:30:00+00:00,40.25,5.5,7.6443214,14.494263,0.0,0.0 -2014-02-06 20:30:00+00:00,40.25,5.5,8.437117,14.476349,0.0,0.0 -2014-02-06 21:30:00+00:00,40.25,5.5,8.823807,14.350372,0.0,0.0 -2014-02-06 22:30:00+00:00,40.25,5.5,8.965004,14.3454895,0.0,0.0 -2014-02-06 23:30:00+00:00,40.25,5.5,9.018979,14.457336,0.0,0.0 -2014-02-07 00:30:00+00:00,40.25,5.5,8.570528,14.628906,0.0,0.0 -2014-02-07 01:30:00+00:00,40.25,5.5,9.097597,14.77063,0.0,0.0 -2014-02-07 02:30:00+00:00,40.25,5.5,9.247229,14.901215,0.0,0.0 -2014-02-07 03:30:00+00:00,40.25,5.5,10.050577,15.095032,0.0,0.0 -2014-02-07 04:30:00+00:00,40.25,5.5,10.714621,15.420013,0.0,0.0 -2014-02-07 05:30:00+00:00,40.25,5.5,10.305559,15.481079,0.0,0.0 -2014-02-07 06:30:00+00:00,40.25,5.5,9.5232525,15.225616,2.2578473,1.7739236 -2014-02-07 07:30:00+00:00,40.25,5.5,9.65737,15.062744,89.94899,35.722183 -2014-02-07 08:30:00+00:00,40.25,5.5,10.514086,15.020935,249.73045,66.62503 -2014-02-07 09:30:00+00:00,40.25,5.5,10.910605,14.885193,394.42087,86.95364 -2014-02-07 10:30:00+00:00,40.25,5.5,10.289777,14.667999,472.5563,122.92374 -2014-02-07 11:30:00+00:00,40.25,5.5,9.309423,14.483948,539.16956,126.21445 -2014-02-07 12:30:00+00:00,40.25,5.5,8.95493,13.521545,481.54395,155.16562 -2014-02-07 13:30:00+00:00,40.25,5.5,8.238835,12.958466,376.8681,126.320435 -2014-02-07 14:30:00+00:00,40.25,5.5,7.0760517,12.846344,266.35098,116.07945 -2014-02-07 15:30:00+00:00,40.25,5.5,6.415695,12.817841,188.65254,71.190094 -2014-02-07 16:30:00+00:00,40.25,5.5,5.7984486,12.760284,48.60889,22.240036 -2014-02-07 17:30:00+00:00,40.25,5.5,6.047094,12.789886,0.0,0.0 -2014-02-07 18:30:00+00:00,40.25,5.5,5.881264,12.768982,0.0,0.0 -2014-02-07 19:30:00+00:00,40.25,5.5,5.2313604,12.733704,0.0,0.0 -2014-02-07 20:30:00+00:00,40.25,5.5,4.2597914,12.757568,0.0,0.0 -2014-02-07 21:30:00+00:00,40.25,5.5,3.4914038,12.881653,0.0,0.0 -2014-02-07 22:30:00+00:00,40.25,5.5,4.995955,13.411591,0.0,0.0 -2014-02-07 23:30:00+00:00,40.25,5.5,7.2297053,13.949127,0.0,0.0 -2014-02-08 00:30:00+00:00,40.25,5.5,8.448168,14.107117,0.0,0.0 -2014-02-08 01:30:00+00:00,40.25,5.5,7.4701743,14.027832,0.0,0.0 -2014-02-08 02:30:00+00:00,40.25,5.5,7.26465,13.946686,0.0,0.0 -2014-02-08 03:30:00+00:00,40.25,5.5,8.408427,13.931732,0.0,0.0 -2014-02-08 04:30:00+00:00,40.25,5.5,10.068507,13.969757,0.0,0.0 -2014-02-08 05:30:00+00:00,40.25,5.5,10.855855,13.980072,0.0,0.0 -2014-02-08 06:30:00+00:00,40.25,5.5,10.49413,14.008026,2.6802778,2.1590972 -2014-02-08 07:30:00+00:00,40.25,5.5,10.543462,14.048492,91.53677,40.747227 -2014-02-08 08:30:00+00:00,40.25,5.5,11.208952,14.091644,250.47336,75.03662 -2014-02-08 09:30:00+00:00,40.25,5.5,12.60393,14.092987,349.0458,144.138 -2014-02-08 10:30:00+00:00,40.25,5.5,12.536109,13.971924,457.93143,138.09256 -2014-02-08 11:30:00+00:00,40.25,5.5,12.525407,13.936371,522.549,122.79697 -2014-02-08 12:30:00+00:00,40.25,5.5,13.027427,13.922241,510.7792,115.90387 -2014-02-08 13:30:00+00:00,40.25,5.5,13.14948,14.006683,439.7668,119.69217 -2014-02-08 14:30:00+00:00,40.25,5.5,12.323464,14.082428,359.9271,84.95874 -2014-02-08 15:30:00+00:00,40.25,5.5,12.273953,14.127197,202.43259,72.26346 -2014-02-08 16:30:00+00:00,40.25,5.5,12.6152525,14.207581,49.133263,32.542603 -2014-02-08 17:30:00+00:00,40.25,5.5,12.208075,14.247742,0.0,0.0 -2014-02-08 18:30:00+00:00,40.25,5.5,11.82001,14.237427,0.0,0.0 -2014-02-08 19:30:00+00:00,40.25,5.5,10.93175,14.377228,0.0,0.0 -2014-02-08 20:30:00+00:00,40.25,5.5,9.569085,14.463318,0.0,0.0 -2014-02-08 21:30:00+00:00,40.25,5.5,9.797353,14.051453,0.0,0.0 -2014-02-08 22:30:00+00:00,40.25,5.5,8.805015,13.879059,0.0,0.0 -2014-02-08 23:30:00+00:00,40.25,5.5,11.249789,13.639893,0.0,0.0 -2014-02-09 00:30:00+00:00,40.25,5.5,10.740248,13.199554,0.0,0.0 -2014-02-09 01:30:00+00:00,40.25,5.5,10.045559,12.255615,0.0,0.0 -2014-02-09 02:30:00+00:00,40.25,5.5,7.922469,12.256958,0.0,0.0 -2014-02-09 03:30:00+00:00,40.25,5.5,6.812606,12.36203,0.0,0.0 -2014-02-09 04:30:00+00:00,40.25,5.5,7.0500817,12.266754,0.0,0.0 -2014-02-09 05:30:00+00:00,40.25,5.5,6.5031905,12.049011,0.0,0.0 -2014-02-09 06:30:00+00:00,40.25,5.5,5.6063185,11.879059,3.0153124,2.394861 -2014-02-09 07:30:00+00:00,40.25,5.5,3.553621,11.770477,88.56517,35.020866 -2014-02-09 08:30:00+00:00,40.25,5.5,0.96738285,11.87146,246.23447,71.14517 -2014-02-09 09:30:00+00:00,40.25,5.5,1.8604316,12.027039,400.2184,98.53375 -2014-02-09 10:30:00+00:00,40.25,5.5,4.399659,12.348999,432.36697,183.66823 -2014-02-09 11:30:00+00:00,40.25,5.5,4.455921,12.672058,445.5498,232.29082 -2014-02-09 12:30:00+00:00,40.25,5.5,2.8983524,12.829254,497.43616,186.34558 -2014-02-09 13:30:00+00:00,40.25,5.5,3.804948,12.981293,358.7326,237.72122 -2014-02-09 14:30:00+00:00,40.25,5.5,5.9588695,13.099915,155.64455,155.64455 -2014-02-09 15:30:00+00:00,40.25,5.5,7.281401,13.224274,85.578995,85.50455 -2014-02-09 16:30:00+00:00,40.25,5.5,8.503437,13.49411,34.56663,33.57392 -2014-02-09 17:30:00+00:00,40.25,5.5,9.876773,13.780792,0.029131945,0.029131945 -2014-02-09 18:30:00+00:00,40.25,5.5,10.806543,14.020782,0.0,0.0 -2014-02-09 19:30:00+00:00,40.25,5.5,10.245944,13.807678,0.0,0.0 -2014-02-09 20:30:00+00:00,40.25,5.5,10.32605,13.591858,0.0,0.0 -2014-02-09 21:30:00+00:00,40.25,5.5,10.525305,13.829132,0.0,0.0 -2014-02-09 22:30:00+00:00,40.25,5.5,10.894452,14.048492,0.0,0.0 -2014-02-09 23:30:00+00:00,40.25,5.5,11.483347,14.176086,0.0,0.0 -2014-02-10 00:30:00+00:00,40.25,5.5,10.970088,14.231445,0.0,0.0 -2014-02-10 01:30:00+00:00,40.25,5.5,10.938636,15.029602,0.0,0.0 -2014-02-10 02:30:00+00:00,40.25,5.5,12.35831,15.266876,0.0,0.0 -2014-02-10 03:30:00+00:00,40.25,5.5,12.266257,15.001373,0.0,0.0 -2014-02-10 04:30:00+00:00,40.25,5.5,12.439931,14.89035,0.0,0.0 -2014-02-10 05:30:00+00:00,40.25,5.5,13.525117,15.125732,0.0,0.0 -2014-02-10 06:30:00+00:00,40.25,5.5,13.070856,15.124634,1.1070486,1.1070486 -2014-02-10 07:30:00+00:00,40.25,5.5,12.404836,15.04834,19.694098,19.694098 -2014-02-10 08:30:00+00:00,40.25,5.5,12.42086,14.91452,60.917675,60.917675 -2014-02-10 09:30:00+00:00,40.25,5.5,13.778038,14.044678,86.627815,85.83365 -2014-02-10 10:30:00+00:00,40.25,5.5,12.586622,13.811737,111.30368,111.30368 -2014-02-10 11:30:00+00:00,40.25,5.5,11.975956,14.194275,238.76176,177.4619 -2014-02-10 12:30:00+00:00,40.25,5.5,11.732626,14.264587,334.52286,221.86264 -2014-02-10 13:30:00+00:00,40.25,5.5,11.740124,14.206482,281.3692,194.0107 -2014-02-10 14:30:00+00:00,40.25,5.5,10.689205,13.57312,263.40854,123.63493 -2014-02-10 15:30:00+00:00,40.25,5.5,8.450262,13.109955,146.20535,74.39518 -2014-02-10 16:30:00+00:00,40.25,5.5,6.7281656,12.199158,41.52948,28.227154 -2014-02-10 17:30:00+00:00,40.25,5.5,9.4952345,11.276093,0.072847225,0.072847225 -2014-02-10 18:30:00+00:00,40.25,5.5,10.049914,11.482422,0.0,0.0 -2014-02-10 19:30:00+00:00,40.25,5.5,11.842061,12.269745,0.0,0.0 -2014-02-10 20:30:00+00:00,40.25,5.5,14.996529,12.629456,0.0,0.0 -2014-02-10 21:30:00+00:00,40.25,5.5,15.031399,12.481201,0.0,0.0 -2014-02-10 22:30:00+00:00,40.25,5.5,15.1257305,12.377228,0.0,0.0 -2014-02-10 23:30:00+00:00,40.25,5.5,15.477454,11.488403,0.0,0.0 -2014-02-11 00:30:00+00:00,40.25,5.5,14.361378,11.142822,0.0,0.0 -2014-02-11 01:30:00+00:00,40.25,5.5,13.656526,11.058655,0.0,0.0 -2014-02-11 02:30:00+00:00,40.25,5.5,14.736758,11.142822,0.0,0.0 -2014-02-11 03:30:00+00:00,40.25,5.5,15.049172,11.270416,0.0,0.0 -2014-02-11 04:30:00+00:00,40.25,5.5,15.4599495,11.431946,0.0,0.0 -2014-02-11 05:30:00+00:00,40.25,5.5,15.247212,11.460449,0.0,0.0 -2014-02-11 06:30:00+00:00,40.25,5.5,15.056964,11.39502,3.8164582,2.960243 -2014-02-11 07:30:00+00:00,40.25,5.5,14.954523,11.3784485,92.323364,45.864544 -2014-02-11 08:30:00+00:00,40.25,5.5,14.865145,11.508209,266.51123,86.40877 -2014-02-11 09:30:00+00:00,40.25,5.5,14.72945,11.670288,416.28543,108.6445 -2014-02-11 10:30:00+00:00,40.25,5.5,13.176174,11.90213,528.14264,113.83496 -2014-02-11 11:30:00+00:00,40.25,5.5,10.663518,12.083771,608.04065,91.719604 -2014-02-11 12:30:00+00:00,40.25,5.5,8.503214,12.163574,592.48346,97.741455 -2014-02-11 13:30:00+00:00,40.25,5.5,9.131941,12.319153,434.85788,134.16592 -2014-02-11 14:30:00+00:00,40.25,5.5,10.273573,12.092194,342.25775,108.958405 -2014-02-11 15:30:00+00:00,40.25,5.5,11.265142,11.870117,206.74431,69.25392 -2014-02-11 16:30:00+00:00,40.25,5.5,11.378519,12.007477,69.11871,33.219826 -2014-02-11 17:30:00+00:00,40.25,5.5,10.9414425,12.243408,0.17479166,0.16239583 -2014-02-11 18:30:00+00:00,40.25,5.5,9.909269,12.359314,0.0,0.0 -2014-02-11 19:30:00+00:00,40.25,5.5,9.5435915,12.345215,0.0,0.0 -2014-02-11 20:30:00+00:00,40.25,5.5,10.386231,12.496155,0.0,0.0 -2014-02-11 21:30:00+00:00,40.25,5.5,10.771231,12.25235,0.0,0.0 -2014-02-11 22:30:00+00:00,40.25,5.5,11.923137,11.732208,0.0,0.0 -2014-02-11 23:30:00+00:00,40.25,5.5,12.388851,12.180145,0.0,0.0 -2014-02-12 00:30:00+00:00,40.25,5.5,11.563391,12.502106,0.0,0.0 -2014-02-12 01:30:00+00:00,40.25,5.5,12.294571,12.547455,0.0,0.0 -2014-02-12 02:30:00+00:00,40.25,5.5,13.479583,12.341675,0.0,0.0 -2014-02-12 03:30:00+00:00,40.25,5.5,13.412241,12.153809,0.0,0.0 -2014-02-12 04:30:00+00:00,40.25,5.5,14.213876,12.14975,0.0,0.0 -2014-02-12 05:30:00+00:00,40.25,5.5,14.395722,12.081055,0.0,0.0 -2014-02-12 06:30:00+00:00,40.25,5.5,14.855393,11.952637,4.122361,2.9311113 -2014-02-12 07:30:00+00:00,40.25,5.5,14.4436865,11.921692,103.80187,46.36118 -2014-02-12 08:30:00+00:00,40.25,5.5,13.268573,11.93988,276.70786,74.008804 -2014-02-12 09:30:00+00:00,40.25,5.5,13.504776,12.054443,438.89282,85.15289 -2014-02-12 10:30:00+00:00,40.25,5.5,11.563905,12.104401,552.4689,92.94324 -2014-02-12 11:30:00+00:00,40.25,5.5,9.57579,12.192627,611.95905,97.685425 -2014-02-12 12:30:00+00:00,40.25,5.5,9.094338,12.295532,609.206,97.401764 -2014-02-12 13:30:00+00:00,40.25,5.5,8.869844,12.423401,539.7377,92.5961 -2014-02-12 14:30:00+00:00,40.25,5.5,9.142346,12.469269,414.33347,82.06088 -2014-02-12 15:30:00+00:00,40.25,5.5,8.900607,12.4817505,246.8317,65.264984 -2014-02-12 16:30:00+00:00,40.25,5.5,8.175754,12.500214,75.45518,29.914589 -2014-02-12 17:30:00+00:00,40.25,5.5,7.7630677,12.618042,0.29131943,0.25409722 -2014-02-12 18:30:00+00:00,40.25,5.5,8.148884,12.752686,0.0,0.0 -2014-02-12 19:30:00+00:00,40.25,5.5,8.762462,12.840668,0.0,0.0 -2014-02-12 20:30:00+00:00,40.25,5.5,8.558638,12.945435,0.0,0.0 -2014-02-12 21:30:00+00:00,40.25,5.5,7.5349007,12.874329,0.0,0.0 -2014-02-12 22:30:00+00:00,40.25,5.5,8.149865,13.004913,0.0,0.0 -2014-02-12 23:30:00+00:00,40.25,5.5,8.874725,13.151489,0.0,0.0 -2014-02-13 00:30:00+00:00,40.25,5.5,9.443593,13.24408,0.0,0.0 -2014-02-13 01:30:00+00:00,40.25,5.5,9.761608,13.3160095,0.0,0.0 -2014-02-13 02:30:00+00:00,40.25,5.5,10.234777,13.376831,0.0,0.0 -2014-02-13 03:30:00+00:00,40.25,5.5,9.93066,13.482697,0.0,0.0 -2014-02-13 04:30:00+00:00,40.25,5.5,9.1722555,13.594299,0.0,0.0 -2014-02-13 05:30:00+00:00,40.25,5.5,8.227882,13.709412,0.0,0.0 -2014-02-13 06:30:00+00:00,40.25,5.5,8.14621,13.817169,5.549896,4.271806 -2014-02-13 07:30:00+00:00,40.25,5.5,8.0648365,13.951019,111.1143,42.691734 -2014-02-13 08:30:00+00:00,40.25,5.5,7.8373575,13.979797,276.5185,72.56615 -2014-02-13 09:30:00+00:00,40.25,5.5,7.5049396,13.9192505,407.15213,117.71503 -2014-02-13 10:30:00+00:00,40.25,5.5,8.184718,14.102234,462.0392,191.81107 -2014-02-13 11:30:00+00:00,40.25,5.5,9.203662,14.421234,472.62918,235.43346 -2014-02-13 12:30:00+00:00,40.25,5.5,9.460256,14.603668,562.2431,123.651276 -2014-02-13 13:30:00+00:00,40.25,5.5,9.466174,14.711426,513.7071,93.53003 -2014-02-13 14:30:00+00:00,40.25,5.5,9.988294,14.788269,390.10916,88.61063 -2014-02-13 15:30:00+00:00,40.25,5.5,10.098908,14.882751,237.26141,65.52252 -2014-02-13 16:30:00+00:00,40.25,5.5,11.055972,15.098572,74.94535,30.186531 -2014-02-13 17:30:00+00:00,40.25,5.5,11.1402,15.359467,0.42243055,0.3852083 -2014-02-13 18:30:00+00:00,40.25,5.5,11.230676,15.566345,0.0,0.0 -2014-02-13 19:30:00+00:00,40.25,5.5,10.104842,15.478088,0.0,0.0 -2014-02-13 20:30:00+00:00,40.25,5.5,9.306245,14.781494,0.0,0.0 -2014-02-13 21:30:00+00:00,40.25,5.5,8.333149,14.169281,0.0,0.0 -2014-02-13 22:30:00+00:00,40.25,5.5,5.979005,13.894806,0.0,0.0 -2014-02-13 23:30:00+00:00,40.25,5.5,4.3144956,13.816101,0.0,0.0 -2014-02-14 00:30:00+00:00,40.25,5.5,2.5164611,13.664886,0.0,0.0 -2014-02-14 01:30:00+00:00,40.25,5.5,1.6738794,13.574463,0.0,0.0 -2014-02-14 02:30:00+00:00,40.25,5.5,1.5802952,13.448761,0.0,0.0 -2014-02-14 03:30:00+00:00,40.25,5.5,1.2104985,13.335297,0.0,0.0 -2014-02-14 04:30:00+00:00,40.25,5.5,1.1993805,13.262543,0.0,0.0 -2014-02-14 05:30:00+00:00,40.25,5.5,2.1467354,13.30191,0.0,0.0 -2014-02-14 06:30:00+00:00,40.25,5.5,3.0728014,13.428406,6.3801737,4.1962156 -2014-02-14 07:30:00+00:00,40.25,5.5,4.9430623,13.620087,114.0859,42.38739 -2014-02-14 08:30:00+00:00,40.25,5.5,6.5670867,13.845947,279.89798,70.808365 -2014-02-14 09:30:00+00:00,40.25,5.5,7.614599,14.301239,427.82217,86.342255 -2014-02-14 10:30:00+00:00,40.25,5.5,7.487045,14.517883,532.35236,95.42328 -2014-02-14 11:30:00+00:00,40.25,5.5,7.0364637,14.751892,584.5155,98.32321 -2014-02-14 12:30:00+00:00,40.25,5.5,7.1911955,14.93515,575.7901,100.46799 -2014-02-14 13:30:00+00:00,40.25,5.5,7.4683423,15.130615,510.73547,93.3504 -2014-02-14 14:30:00+00:00,40.25,5.5,7.154174,15.239746,391.53665,84.10666 -2014-02-14 15:30:00+00:00,40.25,5.5,6.799532,15.245178,235.74648,66.663086 -2014-02-14 16:30:00+00:00,40.25,5.5,6.6107326,15.15152,73.56153,32.525387 -2014-02-14 17:30:00+00:00,40.25,5.5,6.9260416,15.071686,0.5972222,0.54760414 -2014-02-14 18:30:00+00:00,40.25,5.5,7.4744034,15.013336,0.0,0.0 -2014-02-14 19:30:00+00:00,40.25,5.5,7.7582617,14.967712,0.0,0.0 -2014-02-14 20:30:00+00:00,40.25,5.5,7.9511585,14.948456,0.0,0.0 -2014-02-14 21:30:00+00:00,40.25,5.5,7.8090105,14.961731,0.0,0.0 -2014-02-14 22:30:00+00:00,40.25,5.5,8.141506,15.136566,0.0,0.0 -2014-02-14 23:30:00+00:00,40.25,5.5,8.547169,15.354584,0.0,0.0 -2014-02-15 00:30:00+00:00,40.25,5.5,8.789467,15.525055,0.0,0.0 -2014-02-15 01:30:00+00:00,40.25,5.5,8.744276,15.544617,0.0,0.0 -2014-02-15 02:30:00+00:00,40.25,5.5,8.556409,15.447418,0.0,0.0 -2014-02-15 03:30:00+00:00,40.25,5.5,8.314973,15.320099,0.0,0.0 -2014-02-15 04:30:00+00:00,40.25,5.5,8.222919,15.342621,0.0,0.0 -2014-02-15 05:30:00+00:00,40.25,5.5,8.457342,15.511505,0.0,0.0 -2014-02-15 06:30:00+00:00,40.25,5.5,8.405162,15.718628,7.327014,4.696354 -2014-02-15 07:30:00+00:00,40.25,5.5,8.441511,15.826691,120.18934,43.564514 -2014-02-15 08:30:00+00:00,40.25,5.5,8.303162,15.68634,290.99774,70.8394 -2014-02-15 09:30:00+00:00,40.25,5.5,6.242711,15.169434,442.51993,86.2486 -2014-02-15 10:30:00+00:00,40.25,5.5,6.213613,15.040741,549.0458,97.772064 -2014-02-15 11:30:00+00:00,40.25,5.5,6.4982986,14.994873,604.9088,98.25427 -2014-02-15 12:30:00+00:00,40.25,5.5,6.6707892,14.943268,597.4361,97.085266 -2014-02-15 13:30:00+00:00,40.25,5.5,6.824942,14.899292,526.5986,95.98566 -2014-02-15 14:30:00+00:00,40.25,5.5,6.6712933,14.891144,406.26355,83.223206 -2014-02-15 15:30:00+00:00,40.25,5.5,6.5030346,14.870239,246.90453,66.04512 -2014-02-15 16:30:00+00:00,40.25,5.5,6.4635377,14.853424,80.67004,32.21337 -2014-02-15 17:30:00+00:00,40.25,5.5,6.425248,14.879761,0.81572914,0.72888887 -2014-02-15 18:30:00+00:00,40.25,5.5,6.1073823,14.901733,0.0,0.0 -2014-02-15 19:30:00+00:00,40.25,5.5,5.8225913,14.944641,0.0,0.0 -2014-02-15 20:30:00+00:00,40.25,5.5,5.4924335,14.957947,0.0,0.0 -2014-02-15 21:30:00+00:00,40.25,5.5,4.8814216,14.807007,0.0,0.0 -2014-02-15 22:30:00+00:00,40.25,5.5,4.6500797,14.747803,0.0,0.0 -2014-02-15 23:30:00+00:00,40.25,5.5,4.568128,14.666107,0.0,0.0 -2014-02-16 00:30:00+00:00,40.25,5.5,4.4541645,14.563202,0.0,0.0 -2014-02-16 01:30:00+00:00,40.25,5.5,3.529468,14.416077,0.0,0.0 -2014-02-16 02:30:00+00:00,40.25,5.5,2.2143302,14.266754,0.0,0.0 -2014-02-16 03:30:00+00:00,40.25,5.5,1.4402324,14.199432,0.0,0.0 -2014-02-16 04:30:00+00:00,40.25,5.5,1.4640536,14.2309265,0.0,0.0 -2014-02-16 05:30:00+00:00,40.25,5.5,1.7886132,14.285492,0.0,0.0 -2014-02-16 06:30:00+00:00,40.25,5.5,2.301704,14.428009,7.6911807,6.078021 -2014-02-16 07:30:00+00:00,40.25,5.5,2.5993001,14.585999,110.313156,59.684925 -2014-02-16 08:30:00+00:00,40.25,5.5,2.390462,14.703033,273.44495,92.37459 -2014-02-16 09:30:00+00:00,40.25,5.5,0.52458495,14.48938,419.4318,112.039 -2014-02-16 10:30:00+00:00,40.25,5.5,1.3207887,14.535522,517.30505,145.0759 -2014-02-16 11:30:00+00:00,40.25,5.5,2.6546776,14.549377,583.5978,123.89844 -2014-02-16 12:30:00+00:00,40.25,5.5,3.9049935,14.5338745,586.4528,104.11969 -2014-02-16 13:30:00+00:00,40.25,5.5,4.3273597,14.472534,523.64154,93.79797 -2014-02-16 14:30:00+00:00,40.25,5.5,3.813297,14.325378,403.68527,83.89603 -2014-02-16 15:30:00+00:00,40.25,5.5,4.0878673,14.01535,246.0451,66.848495 -2014-02-16 16:30:00+00:00,40.25,5.5,4.893367,13.608124,81.4275,33.18177 -2014-02-16 17:30:00+00:00,40.25,5.5,4.7068806,13.354584,1.0342361,0.91013885 -2014-02-16 18:30:00+00:00,40.25,5.5,3.5619788,13.2378235,0.0,0.0 -2014-02-16 19:30:00+00:00,40.25,5.5,2.977826,13.194122,0.0,0.0 -2014-02-16 20:30:00+00:00,40.25,5.5,3.3963625,13.120026,0.0,0.0 -2014-02-16 21:30:00+00:00,40.25,5.5,4.4591722,12.842285,0.0,0.0 -2014-02-16 22:30:00+00:00,40.25,5.5,5.99243,12.690247,0.0,0.0 -2014-02-16 23:30:00+00:00,40.25,5.5,6.636736,12.511353,0.0,0.0 -2014-02-17 00:30:00+00:00,40.25,5.5,6.052982,12.406555,0.0,0.0 -2014-02-17 01:30:00+00:00,40.25,5.5,4.7333384,12.368011,0.0,0.0 -2014-02-17 02:30:00+00:00,40.25,5.5,3.6972735,12.309357,0.0,0.0 -2014-02-17 03:30:00+00:00,40.25,5.5,2.992769,12.287384,0.0,0.0 -2014-02-17 04:30:00+00:00,40.25,5.5,2.9875183,12.268372,0.0,0.0 -2014-02-17 05:30:00+00:00,40.25,5.5,2.9688187,12.329987,0.0,0.0 -2014-02-17 06:30:00+00:00,40.25,5.5,2.775526,12.399231,9.206111,5.6820135 -2014-02-17 07:30:00+00:00,40.25,5.5,2.6657917,12.519226,125.22941,45.241768 -2014-02-17 08:30:00+00:00,40.25,5.5,2.5668728,12.617493,293.241,75.34108 -2014-02-17 09:30:00+00:00,40.25,5.5,2.8463817,12.304749,446.78796,87.17865 -2014-02-17 10:30:00+00:00,40.25,5.5,2.8733115,12.469269,536.7952,99.89099 -2014-02-17 11:30:00+00:00,40.25,5.5,2.7638838,12.60907,608.30286,100.33295 -2014-02-17 12:30:00+00:00,40.25,5.5,3.1332135,12.719574,601.44196,99.453125 -2014-02-17 13:30:00+00:00,40.25,5.5,3.9883776,12.781189,535.42596,94.77426 -2014-02-17 14:30:00+00:00,40.25,5.5,4.8052382,12.870789,409.16232,92.77313 -2014-02-17 15:30:00+00:00,40.25,5.5,5.5333996,12.905823,246.39468,74.55652 -2014-02-17 16:30:00+00:00,40.25,5.5,6.257544,12.950348,75.061874,49.72295 -2014-02-17 17:30:00+00:00,40.25,5.5,6.852752,13.0217285,1.2090278,1.2090278 -2014-02-17 18:30:00+00:00,40.25,5.5,7.17221,13.098846,0.0,0.0 -2014-02-17 19:30:00+00:00,40.25,5.5,7.397672,13.193573,0.0,0.0 -2014-02-17 20:30:00+00:00,40.25,5.5,7.454848,13.335022,0.0,0.0 -2014-02-17 21:30:00+00:00,40.25,5.5,7.2491302,13.462341,0.0,0.0 -2014-02-17 22:30:00+00:00,40.25,5.5,7.156249,13.586151,0.0,0.0 -2014-02-17 23:30:00+00:00,40.25,5.5,7.21157,13.684692,0.0,0.0 -2014-02-18 00:30:00+00:00,40.25,5.5,7.752689,13.814728,0.0,0.0 -2014-02-18 01:30:00+00:00,40.25,5.5,8.26621,13.96106,0.0,0.0 -2014-02-18 02:30:00+00:00,40.25,5.5,8.682616,14.190186,0.0,0.0 -2014-02-18 03:30:00+00:00,40.25,5.5,8.897094,14.491547,0.0,0.0 -2014-02-18 04:30:00+00:00,40.25,5.5,8.870784,14.745636,0.0,0.0 -2014-02-18 05:30:00+00:00,40.25,5.5,8.897326,14.968811,0.0,0.0 -2014-02-18 06:30:00+00:00,40.25,5.5,8.984759,15.05838,9.468333,7.358819 -2014-02-18 07:30:00+00:00,40.25,5.5,9.445945,15.094513,114.45007,68.475174 -2014-02-18 08:30:00+00:00,40.25,5.5,9.840406,15.112427,295.77563,91.724014 -2014-02-18 09:30:00+00:00,40.25,5.5,9.796179,15.160187,424.89432,128.32208 -2014-02-18 10:30:00+00:00,40.25,5.5,9.677565,15.164825,496.51843,200.85208 -2014-02-18 11:30:00+00:00,40.25,5.5,9.633597,15.203918,465.50607,265.02823 -2014-02-18 12:30:00+00:00,40.25,5.5,9.228156,15.245178,381.06326,288.64194 -2014-02-18 13:30:00+00:00,40.25,5.5,8.182134,15.283722,268.8419,248.96286 -2014-02-18 14:30:00+00:00,40.25,5.5,7.503609,15.315491,187.50177,177.63673 -2014-02-18 15:30:00+00:00,40.25,5.5,6.820844,15.303253,109.65768,108.42921 -2014-02-18 16:30:00+00:00,40.25,5.5,5.4936304,15.158844,41.92278,40.111076 -2014-02-18 17:30:00+00:00,40.25,5.5,5.4778724,14.929443,1.1798959,1.1798959 -2014-02-18 18:30:00+00:00,40.25,5.5,6.702544,14.804016,0.0,0.0 -2014-02-18 19:30:00+00:00,40.25,5.5,7.8215084,14.680481,0.0,0.0 -2014-02-18 20:30:00+00:00,40.25,5.5,8.0824375,14.496155,0.0,0.0 -2014-02-18 21:30:00+00:00,40.25,5.5,7.696943,14.1128235,0.0,0.0 -2014-02-18 22:30:00+00:00,40.25,5.5,8.386202,13.970825,0.0,0.0 -2014-02-18 23:30:00+00:00,40.25,5.5,8.731721,13.913818,0.0,0.0 -2014-02-19 00:30:00+00:00,40.25,5.5,8.204608,13.910309,0.0,0.0 -2014-02-19 01:30:00+00:00,40.25,5.5,6.706256,13.927673,0.0,0.0 -2014-02-19 02:30:00+00:00,40.25,5.5,4.7977448,13.909485,0.0,0.0 -2014-02-19 03:30:00+00:00,40.25,5.5,2.2489443,13.918976,0.0,0.0 -2014-02-19 04:30:00+00:00,40.25,5.5,2.3972876,13.878265,0.0,0.0 -2014-02-19 05:30:00+00:00,40.25,5.5,6.1191196,13.649658,0.0,0.0 -2014-02-19 06:30:00+00:00,40.25,5.5,10.03687,13.269592,4.4428124,4.045729 -2014-02-19 07:30:00+00:00,40.25,5.5,13.218776,13.008423,59.51927,45.47243 -2014-02-19 08:30:00+00:00,40.25,5.5,14.163868,12.842834,115.353226,101.04579 -2014-02-19 09:30:00+00:00,40.25,5.5,14.219699,12.81134,143.84555,140.16014 -2014-02-19 10:30:00+00:00,40.25,5.5,13.721983,12.743744,221.99557,192.64859 -2014-02-19 11:30:00+00:00,40.25,5.5,13.320253,12.730164,327.28326,191.02138 -2014-02-19 12:30:00+00:00,40.25,5.5,12.986157,12.748077,439.00937,169.41406 -2014-02-19 13:30:00+00:00,40.25,5.5,12.39523,12.789886,514.94525,119.42462 -2014-02-19 14:30:00+00:00,40.25,5.5,11.869074,12.836853,431.28903,85.47836 -2014-02-19 15:30:00+00:00,40.25,5.5,11.851863,12.912323,262.60736,68.38359 -2014-02-19 16:30:00+00:00,40.25,5.5,11.711574,13.1015625,92.87688,36.49094 -2014-02-19 17:30:00+00:00,40.25,5.5,11.206421,13.383362,2.0976043,1.6509029 -2014-02-19 18:30:00+00:00,40.25,5.5,11.124657,13.609497,0.0,0.0 -2014-02-19 19:30:00+00:00,40.25,5.5,10.912787,13.710205,0.0,0.0 -2014-02-19 20:30:00+00:00,40.25,5.5,10.4906645,13.684418,0.0,0.0 -2014-02-19 21:30:00+00:00,40.25,5.5,10.572519,13.3573,0.0,0.0 -2014-02-19 22:30:00+00:00,40.25,5.5,10.377969,13.288605,0.0,0.0 -2014-02-19 23:30:00+00:00,40.25,5.5,10.299456,13.288055,0.0,0.0 -2014-02-20 00:30:00+00:00,40.25,5.5,9.998406,13.204437,0.0,0.0 -2014-02-20 01:30:00+00:00,40.25,5.5,9.400882,13.109436,0.0,0.0 -2014-02-20 02:30:00+00:00,40.25,5.5,8.850884,13.010071,0.0,0.0 -2014-02-20 03:30:00+00:00,40.25,5.5,8.208763,12.909058,0.0,0.0 -2014-02-20 04:30:00+00:00,40.25,5.5,7.5299854,12.872406,0.0,0.0 -2014-02-20 05:30:00+00:00,40.25,5.5,7.2466455,12.804535,0.0,0.0 -2014-02-20 06:30:00+00:00,40.25,5.5,7.0401764,12.779572,12.658402,7.781736 -2014-02-20 07:30:00+00:00,40.25,5.5,6.7098813,12.772247,138.41219,50.234688 -2014-02-20 08:30:00+00:00,40.25,5.5,6.140706,12.73587,305.6372,86.54605 -2014-02-20 09:30:00+00:00,40.25,5.5,5.3362556,12.869446,439.40268,122.81494 -2014-02-20 10:30:00+00:00,40.25,5.5,5.083155,12.966339,567.99695,111.536316 -2014-02-20 11:30:00+00:00,40.25,5.5,5.030294,13.010345,616.51843,120.41141 -2014-02-20 12:30:00+00:00,40.25,5.5,4.6709223,13.019562,609.1768,112.90848 -2014-02-20 13:30:00+00:00,40.25,5.5,4.48497,13.005188,539.25696,112.46594 -2014-02-20 14:30:00+00:00,40.25,5.5,4.8212976,13.01358,419.40268,100.95361 -2014-02-20 15:30:00+00:00,40.25,5.5,5.6385627,12.997559,261.7188,71.2177 -2014-02-20 16:30:00+00:00,40.25,5.5,5.9616375,12.978577,94.04222,38.04097 -2014-02-20 17:30:00+00:00,40.25,5.5,5.83597,12.961456,2.4471874,1.9632638 -2014-02-20 18:30:00+00:00,40.25,5.5,5.6065693,12.970703,0.0,0.0 -2014-02-20 19:30:00+00:00,40.25,5.5,5.4383974,12.967163,0.0,0.0 -2014-02-20 20:30:00+00:00,40.25,5.5,5.203675,13.007904,0.0,0.0 -2014-02-20 21:30:00+00:00,40.25,5.5,4.5813265,13.157196,0.0,0.0 -2014-02-20 22:30:00+00:00,40.25,5.5,4.3467665,13.190582,0.0,0.0 -2014-02-20 23:30:00+00:00,40.25,5.5,4.0000815,13.241089,0.0,0.0 -2014-02-21 00:30:00+00:00,40.25,5.5,3.730217,13.257385,0.0,0.0 -2014-02-21 01:30:00+00:00,40.25,5.5,3.1328855,13.332855,0.0,0.0 -2014-02-21 02:30:00+00:00,40.25,5.5,2.5433316,13.351044,0.0,0.0 -2014-02-21 03:30:00+00:00,40.25,5.5,2.6642632,13.388763,0.0,0.0 -2014-02-21 04:30:00+00:00,40.25,5.5,3.0481255,13.460999,0.0,0.0 -2014-02-21 05:30:00+00:00,40.25,5.5,3.2823305,13.487335,0.0,0.0 -2014-02-21 06:30:00+00:00,40.25,5.5,3.446379,13.51474,13.25566,8.776077 -2014-02-21 07:30:00+00:00,40.25,5.5,3.8227084,13.585327,130.06552,64.00066 -2014-02-21 08:30:00+00:00,40.25,5.5,4.4053383,13.685516,298.9511,107.68065 -2014-02-21 09:30:00+00:00,40.25,5.5,4.430308,13.739532,451.36188,110.81259 -2014-02-21 10:30:00+00:00,40.25,5.5,4.2300606,13.832367,566.3509,118.3035 -2014-02-21 11:30:00+00:00,40.25,5.5,3.8518739,13.953186,618.96564,124.298065 -2014-02-21 12:30:00+00:00,40.25,5.5,4.2267647,13.787598,599.05304,128.43387 -2014-02-21 13:30:00+00:00,40.25,5.5,6.0388155,13.4045105,522.4908,136.05347 -2014-02-21 14:30:00+00:00,40.25,5.5,7.449357,13.029602,400.53885,117.7529 -2014-02-21 15:30:00+00:00,40.25,5.5,7.7423854,12.745911,240.94678,72.12398 -2014-02-21 16:30:00+00:00,40.25,5.5,7.876098,12.409821,77.9024,38.04507 -2014-02-21 17:30:00+00:00,40.25,5.5,8.265257,12.21109,2.0976043,1.7377431 -2014-02-21 18:30:00+00:00,40.25,5.5,8.719089,12.163849,0.0,0.0 -2014-02-21 19:30:00+00:00,40.25,5.5,9.011854,12.360413,0.0,0.0 -2014-02-21 20:30:00+00:00,40.25,5.5,9.306688,12.571625,0.0,0.0 -2014-02-21 21:30:00+00:00,40.25,5.5,9.541787,12.614777,0.0,0.0 -2014-02-21 22:30:00+00:00,40.25,5.5,10.124514,12.463562,0.0,0.0 -2014-02-21 23:30:00+00:00,40.25,5.5,10.396598,12.221954,0.0,0.0 -2014-02-22 00:30:00+00:00,40.25,5.5,10.222601,11.943939,0.0,0.0 -2014-02-22 01:30:00+00:00,40.25,5.5,10.089132,11.776978,0.0,0.0 -2014-02-22 02:30:00+00:00,40.25,5.5,9.988656,11.632843,0.0,0.0 -2014-02-22 03:30:00+00:00,40.25,5.5,9.993474,11.591583,0.0,0.0 -2014-02-22 04:30:00+00:00,40.25,5.5,9.77913,11.587494,0.0,0.0 -2014-02-22 05:30:00+00:00,40.25,5.5,9.319249,11.60379,0.0,0.0 -2014-02-22 06:30:00+00:00,40.25,5.5,8.792952,11.664612,13.67809,10.029896 -2014-02-22 07:30:00+00:00,40.25,5.5,8.239882,11.794647,126.36559,69.28476 -2014-02-22 08:30:00+00:00,40.25,5.5,7.789868,11.930389,278.98026,131.30219 -2014-02-22 09:30:00+00:00,40.25,5.5,7.535962,12.086487,448.3757,141.44208 -2014-02-22 10:30:00+00:00,40.25,5.5,6.910418,12.131561,561.15063,157.70074 -2014-02-22 11:30:00+00:00,40.25,5.5,6.5807214,12.169556,634.5082,127.270386 -2014-02-22 12:30:00+00:00,40.25,5.5,6.409357,12.225464,613.0661,126.29059 -2014-02-22 13:30:00+00:00,40.25,5.5,6.248139,12.372894,524.7049,127.32294 -2014-02-22 14:30:00+00:00,40.25,5.5,6.471649,12.488831,395.0764,121.832855 -2014-02-22 15:30:00+00:00,40.25,5.5,6.374387,12.618317,235.30948,82.38245 -2014-02-22 16:30:00+00:00,40.25,5.5,6.3760853,12.673706,93.25562,41.65951 -2014-02-22 17:30:00+00:00,40.25,5.5,6.8466682,12.683197,2.9861457,2.4401736 -2014-02-22 18:30:00+00:00,40.25,5.5,7.099657,12.680206,0.0,0.0 -2014-02-22 19:30:00+00:00,40.25,5.5,6.970285,12.645447,0.0,0.0 -2014-02-22 20:30:00+00:00,40.25,5.5,6.9003105,12.5998535,0.0,0.0 -2014-02-22 21:30:00+00:00,40.25,5.5,6.8807945,12.673157,0.0,0.0 -2014-02-22 22:30:00+00:00,40.25,5.5,7.188923,12.644928,0.0,0.0 -2014-02-22 23:30:00+00:00,40.25,5.5,7.2536936,12.656586,0.0,0.0 -2014-02-23 00:30:00+00:00,40.25,5.5,7.240168,12.746185,0.0,0.0 -2014-02-23 01:30:00+00:00,40.25,5.5,6.9675603,12.843109,0.0,0.0 -2014-02-23 02:30:00+00:00,40.25,5.5,6.707642,12.916931,0.0,0.0 -2014-02-23 03:30:00+00:00,40.25,5.5,6.571139,12.996765,0.0,0.0 -2014-02-23 04:30:00+00:00,40.25,5.5,6.510125,13.068695,0.0,0.0 -2014-02-23 05:30:00+00:00,40.25,5.5,6.319393,13.110504,0.0,0.0 -2014-02-23 06:30:00+00:00,40.25,5.5,6.042061,13.125427,17.887848,9.536667 -2014-02-23 07:30:00+00:00,40.25,5.5,5.80178,13.145538,155.73195,51.62146 -2014-02-23 08:30:00+00:00,40.25,5.5,5.594204,13.16806,333.60516,76.753784 -2014-02-23 09:30:00+00:00,40.25,5.5,4.8983955,13.361633,489.06033,90.573975 -2014-02-23 10:30:00+00:00,40.25,5.5,4.632226,13.411041,599.8105,98.45453 -2014-02-23 11:30:00+00:00,40.25,5.5,4.2036276,13.415649,656.28534,101.00043 -2014-02-23 12:30:00+00:00,40.25,5.5,3.758779,13.404785,645.69543,101.144165 -2014-02-23 13:30:00+00:00,40.25,5.5,3.360839,13.431671,576.1543,96.45184 -2014-02-23 14:30:00+00:00,40.25,5.5,2.9366868,13.455017,452.1776,87.13321 -2014-02-23 15:30:00+00:00,40.25,5.5,2.3788779,13.431122,287.44348,71.02022 -2014-02-23 16:30:00+00:00,40.25,5.5,2.0375156,13.40155,109.686806,40.606598 -2014-02-23 17:30:00+00:00,40.25,5.5,2.1011524,13.319824,4.1952085,2.9667363 -2014-02-23 18:30:00+00:00,40.25,5.5,2.526089,13.265259,0.0,0.0 -2014-02-23 19:30:00+00:00,40.25,5.5,3.1966774,13.211761,0.0,0.0 -2014-02-23 20:30:00+00:00,40.25,5.5,3.8724172,13.203888,0.0,0.0 -2014-02-23 21:30:00+00:00,40.25,5.5,5.08562,13.174835,0.0,0.0 -2014-02-23 22:30:00+00:00,40.25,5.5,5.3881903,13.142273,0.0,0.0 -2014-02-23 23:30:00+00:00,40.25,5.5,5.6843762,13.123535,0.0,0.0 -2014-02-24 00:30:00+00:00,40.25,5.5,5.8191442,13.085541,0.0,0.0 -2014-02-24 01:30:00+00:00,40.25,5.5,5.803489,13.040192,0.0,0.0 -2014-02-24 02:30:00+00:00,40.25,5.5,5.668469,13.008148,0.0,0.0 -2014-02-24 03:30:00+00:00,40.25,5.5,5.693373,12.971771,0.0,0.0 -2014-02-24 04:30:00+00:00,40.25,5.5,6.1907806,12.948151,0.0,0.0 -2014-02-24 05:30:00+00:00,40.25,5.5,6.6178584,12.93161,0.0,0.0 -2014-02-24 06:30:00+00:00,40.25,5.5,6.852559,12.901733,19.737812,10.704166 -2014-02-24 07:30:00+00:00,40.25,5.5,6.750377,12.905273,160.39326,53.180557 -2014-02-24 08:30:00+00:00,40.25,5.5,6.5827336,12.932404,343.13174,77.95401 -2014-02-24 09:30:00+00:00,40.25,5.5,6.4273834,12.767639,500.23294,91.161835 -2014-02-24 10:30:00+00:00,40.25,5.5,5.970654,12.765991,612.39606,97.72534 -2014-02-24 11:30:00+00:00,40.25,5.5,5.51347,12.790436,650.8665,116.081055 -2014-02-24 12:30:00+00:00,40.25,5.5,5.3392334,12.786896,650.47327,113.36731 -2014-02-24 13:30:00+00:00,40.25,5.5,5.1994066,12.779297,564.9671,117.83792 -2014-02-24 14:30:00+00:00,40.25,5.5,5.068503,12.778748,453.89645,98.12149 -2014-02-24 15:30:00+00:00,40.25,5.5,4.7050176,12.78418,285.05453,76.61018 -2014-02-24 16:30:00+00:00,40.25,5.5,4.403162,12.812164,110.473404,42.956703 -2014-02-24 17:30:00+00:00,40.25,5.5,4.243452,12.873779,4.6904516,3.337882 -2014-02-24 18:30:00+00:00,40.25,5.5,4.4820127,12.988892,0.0,0.0 -2014-02-24 19:30:00+00:00,40.25,5.5,4.76368,13.139008,0.0,0.0 -2014-02-24 20:30:00+00:00,40.25,5.5,5.0656486,13.320648,0.0,0.0 -2014-02-24 21:30:00+00:00,40.25,5.5,5.674428,13.330688,0.0,0.0 -2014-02-24 22:30:00+00:00,40.25,5.5,6.316508,13.521545,0.0,0.0 -2014-02-24 23:30:00+00:00,40.25,5.5,6.481001,13.607056,0.0,0.0 -2014-02-25 00:30:00+00:00,40.25,5.5,6.533377,13.592926,0.0,0.0 -2014-02-25 01:30:00+00:00,40.25,5.5,6.5743575,13.533478,0.0,0.0 -2014-02-25 02:30:00+00:00,40.25,5.5,6.483296,13.461273,0.0,0.0 -2014-02-25 03:30:00+00:00,40.25,5.5,6.452218,13.383362,0.0,0.0 -2014-02-25 04:30:00+00:00,40.25,5.5,6.530372,13.385803,0.0,0.0 -2014-02-25 05:30:00+00:00,40.25,5.5,6.395371,13.416473,0.0,0.0 -2014-02-25 06:30:00+00:00,40.25,5.5,5.7984977,13.520172,16.518576,13.366735 -2014-02-25 07:30:00+00:00,40.25,5.5,5.223599,13.642609,131.1143,74.34367 -2014-02-25 08:30:00+00:00,40.25,5.5,4.9515266,13.814453,271.37646,118.10199 -2014-02-25 09:30:00+00:00,40.25,5.5,5.1598363,13.642883,421.45657,116.607635 -2014-02-25 10:30:00+00:00,40.25,5.5,5.974543,13.695007,445.66632,158.25186 -2014-02-25 11:30:00+00:00,40.25,5.5,7.397612,13.682251,499.73767,193.69745 -2014-02-25 12:30:00+00:00,40.25,5.5,8.466032,13.623352,605.01074,132.00906 -2014-02-25 13:30:00+00:00,40.25,5.5,8.71709,13.661621,536.60583,133.04428 -2014-02-25 14:30:00+00:00,40.25,5.5,8.303041,13.739807,374.33347,126.081436 -2014-02-25 15:30:00+00:00,40.25,5.5,7.564637,13.64859,220.69914,87.278885 -2014-02-25 16:30:00+00:00,40.25,5.5,7.068634,13.572571,84.98177,38.336807 -2014-02-25 17:30:00+00:00,40.25,5.5,6.753503,13.531036,3.9038541,2.7622569 -2014-02-25 18:30:00+00:00,40.25,5.5,6.479669,13.548126,0.0,0.0 -2014-02-25 19:30:00+00:00,40.25,5.5,6.654095,13.535919,0.0,0.0 -2014-02-25 20:30:00+00:00,40.25,5.5,7.425902,13.501984,0.0,0.0 -2014-02-25 21:30:00+00:00,40.25,5.5,8.759114,13.533203,0.0,0.0 -2014-02-25 22:30:00+00:00,40.25,5.5,9.046907,13.533752,0.0,0.0 -2014-02-25 23:30:00+00:00,40.25,5.5,8.640898,13.516388,0.0,0.0 -2014-02-26 00:30:00+00:00,40.25,5.5,8.226156,13.50824,0.0,0.0 -2014-02-26 01:30:00+00:00,40.25,5.5,8.276213,13.575836,0.0,0.0 -2014-02-26 02:30:00+00:00,40.25,5.5,8.49772,13.621155,0.0,0.0 -2014-02-26 03:30:00+00:00,40.25,5.5,8.31539,13.659973,0.0,0.0 -2014-02-26 04:30:00+00:00,40.25,5.5,7.501838,13.671112,0.0,0.0 -2014-02-26 05:30:00+00:00,40.25,5.5,7.5614457,13.692017,0.0,0.0 -2014-02-26 06:30:00+00:00,40.25,5.5,7.4380417,13.73465,23.015278,12.008611 -2014-02-26 07:30:00+00:00,40.25,5.5,7.2384157,13.601349,169.03128,58.579857 -2014-02-26 08:30:00+00:00,40.25,5.5,7.2815995,13.142548,348.6379,85.929535 -2014-02-26 09:30:00+00:00,40.25,5.5,6.8700814,12.017242,488.08438,111.41284 -2014-02-26 10:30:00+00:00,40.25,5.5,6.194735,11.709381,590.05084,126.8522 -2014-02-26 11:30:00+00:00,40.25,5.5,5.256457,11.487061,627.72015,134.86429 -2014-02-26 12:30:00+00:00,40.25,5.5,4.9149666,11.441437,639.1841,126.064514 -2014-02-26 13:30:00+00:00,40.25,5.5,5.0829453,11.480255,566.5403,124.101685 -2014-02-26 14:30:00+00:00,40.25,5.5,4.997212,11.52533,455.4551,97.9429 -2014-02-26 15:30:00+00:00,40.25,5.5,4.7953086,11.615448,275.7028,78.15343 -2014-02-26 16:30:00+00:00,40.25,5.5,4.6864357,11.674377,117.43625,42.623123 -2014-02-26 17:30:00+00:00,40.25,5.5,4.52851,11.708588,6.0451736,4.146632 -2014-02-26 18:30:00+00:00,40.25,5.5,4.263846,11.71698,0.0,0.0 -2014-02-26 19:30:00+00:00,40.25,5.5,3.7733505,11.71347,0.0,0.0 -2014-02-26 20:30:00+00:00,40.25,5.5,3.2388732,11.683594,0.0,0.0 -2014-02-26 21:30:00+00:00,40.25,5.5,2.6746964,11.613556,0.0,0.0 -2014-02-26 22:30:00+00:00,40.25,5.5,3.220037,11.632568,0.0,0.0 -2014-02-26 23:30:00+00:00,40.25,5.5,3.3819675,11.630676,0.0,0.0 -2014-02-27 00:30:00+00:00,40.25,5.5,4.319827,11.619812,0.0,0.0 -2014-02-27 01:30:00+00:00,40.25,5.5,5.188609,11.615173,0.0,0.0 -2014-02-27 02:30:00+00:00,40.25,5.5,5.796654,11.557892,0.0,0.0 -2014-02-27 03:30:00+00:00,40.25,5.5,5.857231,11.443878,0.0,0.0 -2014-02-27 04:30:00+00:00,40.25,5.5,5.653432,11.406403,0.0,0.0 -2014-02-27 05:30:00+00:00,40.25,5.5,5.9130096,11.373566,0.0,0.0 -2014-02-27 06:30:00+00:00,40.25,5.5,6.110179,11.375183,25.491632,12.6732645 -2014-02-27 07:30:00+00:00,40.25,5.5,6.087105,11.443054,171.09976,55.709602 -2014-02-27 08:30:00+00:00,40.25,5.5,5.6664677,11.477814,358.31018,82.57248 -2014-02-27 09:30:00+00:00,40.25,5.5,5.273409,11.4835205,510.83746,94.345825 -2014-02-27 10:30:00+00:00,40.25,5.5,4.146339,11.512024,612.27954,111.86667 -2014-02-27 11:30:00+00:00,40.25,5.5,3.0440624,11.594025,681.6022,103.59656 -2014-02-27 12:30:00+00:00,40.25,5.5,2.9608269,11.668396,677.9605,101.15857 -2014-02-27 13:30:00+00:00,40.25,5.5,4.3554306,11.902679,605.41864,96.456024 -2014-02-27 14:30:00+00:00,40.25,5.5,5.4001236,12.131561,459.54834,113.018005 -2014-02-27 15:30:00+00:00,40.25,5.5,6.0783567,12.30069,280.74283,100.06955 -2014-02-27 16:30:00+00:00,40.25,5.5,6.97262,12.4991455,96.06698,67.663055 -2014-02-27 17:30:00+00:00,40.25,5.5,7.446722,12.634338,4.9089584,4.7352433 -2014-02-27 18:30:00+00:00,40.25,5.5,7.602424,12.72879,0.0,0.0 -2014-02-27 19:30:00+00:00,40.25,5.5,7.8750525,12.724182,0.0,0.0 -2014-02-27 20:30:00+00:00,40.25,5.5,8.140142,12.755402,0.0,0.0 -2014-02-27 21:30:00+00:00,40.25,5.5,9.133098,12.568085,0.0,0.0 -2014-02-27 22:30:00+00:00,40.25,5.5,9.085314,12.670166,0.0,0.0 -2014-02-27 23:30:00+00:00,40.25,5.5,8.928561,12.678314,0.0,0.0 -2014-02-28 00:30:00+00:00,40.25,5.5,8.878307,12.638672,0.0,0.0 -2014-02-28 01:30:00+00:00,40.25,5.5,8.469111,12.598236,0.0,0.0 -2014-02-28 02:30:00+00:00,40.25,5.5,8.067635,12.561584,0.0,0.0 -2014-02-28 03:30:00+00:00,40.25,5.5,7.790096,12.556671,0.0,0.0 -2014-02-28 04:30:00+00:00,40.25,5.5,7.582597,12.606903,0.0,0.0 -2014-02-28 05:30:00+00:00,40.25,5.5,7.322825,12.639221,0.0,0.0 -2014-02-28 06:30:00+00:00,40.25,5.5,7.476403,12.682098,20.320452,16.746702 -2014-02-28 07:30:00+00:00,40.25,5.5,8.373341,12.779297,104.28257,91.005066 -2014-02-28 08:30:00+00:00,40.25,5.5,10.1381235,13.102905,260.5389,153.78534 -2014-02-28 09:30:00+00:00,40.25,5.5,11.654774,13.406433,497.56726,128.57684 -2014-02-28 10:30:00+00:00,40.25,5.5,10.820685,13.774017,511.11423,224.18372 -2014-02-28 11:30:00+00:00,40.25,5.5,11.3198,13.714813,432.04648,280.49683 -2014-02-28 12:30:00+00:00,40.25,5.5,12.23207,13.752563,337.93146,248.64958 -2014-02-28 13:30:00+00:00,40.25,5.5,11.922419,13.880707,219.59209,194.40208 -2014-02-28 14:30:00+00:00,40.25,5.5,10.846369,13.747681,284.85062,164.13704 -2014-02-28 15:30:00+00:00,40.25,5.5,9.404257,13.972992,209.1915,116.28622 -2014-02-28 16:30:00+00:00,40.25,5.5,10.40626,11.633118,107.5892,54.615696 -2014-02-28 17:30:00+00:00,40.25,5.5,10.623428,11.225616,5.185729,4.081354 -2014-02-28 18:30:00+00:00,40.25,5.5,10.612608,11.652924,0.0,0.0 -2014-02-28 19:30:00+00:00,40.25,5.5,11.775599,11.574738,0.0,0.0 -2014-02-28 20:30:00+00:00,40.25,5.5,12.435777,11.755829,0.0,0.0 -2014-02-28 21:30:00+00:00,40.25,5.5,14.268905,11.565765,0.0,0.0 -2014-02-28 22:30:00+00:00,40.25,5.5,14.012259,11.478638,0.0,0.0 -2014-02-28 23:30:00+00:00,40.25,5.5,13.386522,11.50415,0.0,0.0 -2014-03-01 00:30:00+00:00,40.25,5.5,12.8600025,10.940002,0.0,0.0 -2014-03-01 01:30:00+00:00,40.25,5.5,12.187802,9.665405,0.0,0.0 -2014-03-01 02:30:00+00:00,40.25,5.5,10.464558,9.836975,0.0,0.0 -2014-03-01 03:30:00+00:00,40.25,5.5,10.184939,11.045349,0.0,0.0 -2014-03-01 04:30:00+00:00,40.25,5.5,10.431619,11.75473,0.0,0.0 -2014-03-01 05:30:00+00:00,40.25,5.5,10.802103,11.728119,0.0,0.0 -2014-03-01 06:30:00+00:00,40.25,5.5,11.315305,11.623322,27.574654,13.90007 -2014-03-01 07:30:00+00:00,40.25,5.5,10.88991,11.852722,158.61615,67.03861 -2014-03-01 08:30:00+00:00,40.25,5.5,11.0103035,11.845398,351.1434,102.692825 -2014-03-01 09:30:00+00:00,40.25,5.5,11.267674,11.774261,512.46893,105.06061 -2014-03-01 10:30:00+00:00,40.25,5.5,10.889066,11.90213,605.59344,124.22821 -2014-03-01 11:30:00+00:00,40.25,5.5,9.924149,11.974365,649.1331,133.58142 -2014-03-01 12:30:00+00:00,40.25,5.5,8.997278,11.969482,622.549,171.6724 -2014-03-01 13:30:00+00:00,40.25,5.5,8.810332,11.955353,542.8695,161.7804 -2014-03-01 14:30:00+00:00,40.25,5.5,9.533976,11.971924,425.25842,165.15591 -2014-03-01 15:30:00+00:00,40.25,5.5,10.198843,11.9192505,262.09753,124.37138 -2014-03-01 16:30:00+00:00,40.25,5.5,10.259706,12.070465,102.08302,67.152054 -2014-03-01 17:30:00+00:00,40.25,5.5,9.869825,12.411163,6.32191,5.403646 -2014-03-01 18:30:00+00:00,40.25,5.5,9.419845,12.657684,0.0,0.0 -2014-03-01 19:30:00+00:00,40.25,5.5,8.403305,12.587097,0.0,0.0 -2014-03-01 20:30:00+00:00,40.25,5.5,7.131678,12.38266,0.0,0.0 -2014-03-01 21:30:00+00:00,40.25,5.5,6.8938403,12.243134,0.0,0.0 -2014-03-01 22:30:00+00:00,40.25,5.5,6.3207817,12.078064,0.0,0.0 -2014-03-01 23:30:00+00:00,40.25,5.5,6.0496874,11.906494,0.0,0.0 -2014-03-02 00:30:00+00:00,40.25,5.5,6.16982,11.84079,0.0,0.0 -2014-03-02 01:30:00+00:00,40.25,5.5,7.439686,11.859253,0.0,0.0 -2014-03-02 02:30:00+00:00,40.25,5.5,8.814192,11.86087,0.0,0.0 -2014-03-02 03:30:00+00:00,40.25,5.5,10.049805,11.754181,0.0,0.0 -2014-03-02 04:30:00+00:00,40.25,5.5,11.149045,11.577728,0.0,0.0 -2014-03-02 05:30:00+00:00,40.25,5.5,12.153329,11.419708,0.0,0.0 -2014-03-02 06:30:00+00:00,40.25,5.5,12.936085,11.3559265,32.250557,15.486181 -2014-03-02 07:30:00+00:00,40.25,5.5,13.573521,11.346161,174.93077,63.48664 -2014-03-02 08:30:00+00:00,40.25,5.5,14.079783,11.307068,362.7967,86.624664 -2014-03-02 09:30:00+00:00,40.25,5.5,14.579481,11.283173,493.67795,144.095 -2014-03-02 10:30:00+00:00,40.25,5.5,13.970267,11.388214,513.9401,222.3811 -2014-03-02 11:30:00+00:00,40.25,5.5,13.511869,11.443054,476.59128,217.07196 -2014-03-02 12:30:00+00:00,40.25,5.5,12.878025,11.369507,558.2227,233.74292 -2014-03-02 13:30:00+00:00,40.25,5.5,12.14215,11.409943,523.61237,167.32861 -2014-03-02 14:30:00+00:00,40.25,5.5,11.418194,11.532654,486.93362,90.39548 -2014-03-02 15:30:00+00:00,40.25,5.5,10.562704,11.730286,318.6452,75.81584 -2014-03-02 16:30:00+00:00,40.25,5.5,9.920484,11.970551,135.81934,46.78562 -2014-03-02 17:30:00+00:00,40.25,5.5,9.00348,12.094086,9.672256,5.8627424 -2014-03-02 18:30:00+00:00,40.25,5.5,7.5828185,12.203491,0.0,0.0 -2014-03-02 19:30:00+00:00,40.25,5.5,6.056793,12.234436,0.0,0.0 -2014-03-02 20:30:00+00:00,40.25,5.5,4.7007723,12.289825,0.0,0.0 -2014-03-02 21:30:00+00:00,40.25,5.5,5.6655784,12.665558,0.0,0.0 -2014-03-02 22:30:00+00:00,40.25,5.5,6.9427266,12.8064575,0.0,0.0 -2014-03-02 23:30:00+00:00,40.25,5.5,7.703102,12.979919,0.0,0.0 -2014-03-03 00:30:00+00:00,40.25,5.5,7.270748,13.117554,0.0,0.0 -2014-03-03 01:30:00+00:00,40.25,5.5,6.441939,13.218567,0.0,0.0 -2014-03-03 02:30:00+00:00,40.25,5.5,6.8336415,13.256287,0.0,0.0 -2014-03-03 03:30:00+00:00,40.25,5.5,7.234488,13.2030945,0.0,0.0 -2014-03-03 04:30:00+00:00,40.25,5.5,7.5925565,13.361633,0.0,0.0 -2014-03-03 05:30:00+00:00,40.25,5.5,7.885675,13.59375,0.0,0.0 -2014-03-03 06:30:00+00:00,40.25,5.5,7.0671406,13.640442,21.311007,12.240138 -2014-03-03 07:30:00+00:00,40.25,5.5,6.9769177,14.1649475,93.226494,58.74222 -2014-03-03 08:30:00+00:00,40.25,5.5,9.871497,12.937317,231.52216,107.13556 -2014-03-03 09:30:00+00:00,40.25,5.5,12.556002,11.718353,444.86514,103.484436 -2014-03-03 10:30:00+00:00,40.25,5.5,12.198354,11.422974,471.23077,170.17896 -2014-03-03 11:30:00+00:00,40.25,5.5,11.240842,11.257111,569.90515,183.17001 -2014-03-03 12:30:00+00:00,40.25,5.5,10.30415,11.23999,368.05527,217.82098 -2014-03-03 13:30:00+00:00,40.25,5.5,11.477099,11.282074,293.67798,182.7302 -2014-03-03 14:30:00+00:00,40.25,5.5,11.876058,11.534027,196.402,145.21536 -2014-03-03 15:30:00+00:00,40.25,5.5,10.990578,11.867401,225.89943,108.78443 -2014-03-03 16:30:00+00:00,40.25,5.5,10.990449,11.826935,129.67223,48.269966 -2014-03-03 17:30:00+00:00,40.25,5.5,10.7790985,11.8302,10.386007,6.241459 -2014-03-03 18:30:00+00:00,40.25,5.5,10.553579,11.867401,0.0,0.0 -2014-03-03 19:30:00+00:00,40.25,5.5,11.129378,12.144836,0.0,0.0 -2014-03-03 20:30:00+00:00,40.25,5.5,11.923698,13.383362,0.0,0.0 -2014-03-03 21:30:00+00:00,40.25,5.5,12.177179,13.715088,0.0,0.0 -2014-03-03 22:30:00+00:00,40.25,5.5,12.944721,13.506866,0.0,0.0 -2014-03-03 23:30:00+00:00,40.25,5.5,14.486745,13.090698,0.0,0.0 -2014-03-04 00:30:00+00:00,40.25,5.5,15.3861475,12.857483,0.0,0.0 -2014-03-04 01:30:00+00:00,40.25,5.5,13.545621,12.6397705,0.0,0.0 -2014-03-04 02:30:00+00:00,40.25,5.5,12.040297,11.957245,0.0,0.0 -2014-03-04 03:30:00+00:00,40.25,5.5,11.628807,11.735718,0.0,0.0 -2014-03-04 04:30:00+00:00,40.25,5.5,12.425818,11.121643,0.0,0.0 -2014-03-04 05:30:00+00:00,40.25,5.5,14.546895,11.196289,0.0,0.0 -2014-03-04 06:30:00+00:00,40.25,5.5,15.718334,11.117554,30.575382,19.407396 -2014-03-04 07:30:00+00:00,40.25,5.5,14.73337,10.670441,143.394,80.20799 -2014-03-04 08:30:00+00:00,40.25,5.5,15.1288,10.132629,290.83752,111.3555 -2014-03-04 09:30:00+00:00,40.25,5.5,17.723253,9.776428,391.05597,172.26262 -2014-03-04 10:30:00+00:00,40.25,5.5,17.515299,10.348175,521.39825,223.9202 -2014-03-04 11:30:00+00:00,40.25,5.5,17.75075,10.852875,609.2788,191.96817 -2014-03-04 12:30:00+00:00,40.25,5.5,18.10088,11.163452,568.3611,178.67264 -2014-03-04 13:30:00+00:00,40.25,5.5,18.172241,11.422699,525.0108,154.432 -2014-03-04 14:30:00+00:00,40.25,5.5,17.734161,11.769653,393.0953,120.27368 -2014-03-04 15:30:00+00:00,40.25,5.5,17.453575,12.529816,217.71298,91.51469 -2014-03-04 16:30:00+00:00,40.25,5.5,17.201046,12.617218,96.38747,46.34247 -2014-03-04 17:30:00+00:00,40.25,5.5,17.004005,12.714691,8.6380205,5.3993053 -2014-03-04 18:30:00+00:00,40.25,5.5,16.880873,12.83551,0.0,0.0 -2014-03-04 19:30:00+00:00,40.25,5.5,16.642477,12.75705,0.0,0.0 -2014-03-04 20:30:00+00:00,40.25,5.5,16.12354,12.663635,0.0,0.0 -2014-03-04 21:30:00+00:00,40.25,5.5,15.761889,12.388641,0.0,0.0 -2014-03-04 22:30:00+00:00,40.25,5.5,15.027197,12.303925,0.0,0.0 -2014-03-04 23:30:00+00:00,40.25,5.5,14.473564,12.141052,0.0,0.0 -2014-03-05 00:30:00+00:00,40.25,5.5,13.795235,12.013184,0.0,0.0 -2014-03-05 01:30:00+00:00,40.25,5.5,13.619199,11.896454,0.0,0.0 -2014-03-05 02:30:00+00:00,40.25,5.5,13.66072,11.803589,0.0,0.0 -2014-03-05 03:30:00+00:00,40.25,5.5,13.335622,11.773468,0.0,0.0 -2014-03-05 04:30:00+00:00,40.25,5.5,12.759692,11.735168,0.0,0.0 -2014-03-05 05:30:00+00:00,40.25,5.5,12.243715,11.74469,0.0,0.0 -2014-03-05 06:30:00+00:00,40.25,5.5,12.009546,11.743317,41.689724,18.38587 -2014-03-05 07:30:00+00:00,40.25,5.5,11.703071,11.790283,209.70134,60.298447 -2014-03-05 08:30:00+00:00,40.25,5.5,11.3754225,11.866577,393.37207,82.281494 -2014-03-05 09:30:00+00:00,40.25,5.5,11.598334,12.002869,546.38007,98.86624 -2014-03-05 10:30:00+00:00,40.25,5.5,11.684198,12.053619,661.5293,99.85376 -2014-03-05 11:30:00+00:00,40.25,5.5,11.616667,12.136444,701.9954,106.60498 -2014-03-05 12:30:00+00:00,40.25,5.5,11.542891,12.246918,662.1557,112.46716 -2014-03-05 13:30:00+00:00,40.25,5.5,10.899873,12.352814,585.54974,97.37204 -2014-03-05 14:30:00+00:00,40.25,5.5,10.041654,12.477966,476.86804,92.44095 -2014-03-05 15:30:00+00:00,40.25,5.5,9.616331,12.62619,323.2337,78.9525 -2014-03-05 16:30:00+00:00,40.25,5.5,9.652014,12.723633,144.03493,49.317947 -2014-03-05 17:30:00+00:00,40.25,5.5,9.639935,12.867249,12.367084,7.1926045 -2014-03-05 18:30:00+00:00,40.25,5.5,9.608491,13.013062,0.0,0.0 -2014-03-05 19:30:00+00:00,40.25,5.5,9.264054,13.189789,0.0,0.0 -2014-03-05 20:30:00+00:00,40.25,5.5,8.716063,13.373566,0.0,0.0 -2014-03-05 21:30:00+00:00,40.25,5.5,8.811937,13.427856,0.0,0.0 -2014-03-05 22:30:00+00:00,40.25,5.5,9.070946,13.454193,0.0,0.0 -2014-03-05 23:30:00+00:00,40.25,5.5,9.463195,13.385803,0.0,0.0 -2014-03-06 00:30:00+00:00,40.25,5.5,10.428974,13.290497,0.0,0.0 -2014-03-06 01:30:00+00:00,40.25,5.5,10.942957,13.124359,0.0,0.0 -2014-03-06 02:30:00+00:00,40.25,5.5,10.771707,12.93512,0.0,0.0 -2014-03-06 03:30:00+00:00,40.25,5.5,11.439248,12.750519,0.0,0.0 -2014-03-06 04:30:00+00:00,40.25,5.5,11.934956,12.54068,0.0,0.0 -2014-03-06 05:30:00+00:00,40.25,5.5,11.808827,12.386749,0.0,0.0 -2014-03-06 06:30:00+00:00,40.25,5.5,11.749497,12.233612,44.90896,19.383888 -2014-03-06 07:30:00+00:00,40.25,5.5,11.513577,12.171997,210.77927,60.309204 -2014-03-06 08:30:00+00:00,40.25,5.5,10.937395,12.139679,397.08655,82.38495 -2014-03-06 09:30:00+00:00,40.25,5.5,10.544445,12.220856,547.2249,98.445404 -2014-03-06 10:30:00+00:00,40.25,5.5,9.949666,12.2966,645.40405,111.48718 -2014-03-06 11:30:00+00:00,40.25,5.5,9.44231,12.486359,705.7536,109.25873 -2014-03-06 12:30:00+00:00,40.25,5.5,9.195323,12.745636,700.37854,104.95093 -2014-03-06 13:30:00+00:00,40.25,5.5,8.906507,13.006256,626.0304,104.0509 -2014-03-06 14:30:00+00:00,40.25,5.5,8.951942,13.287781,501.777,90.96863 -2014-03-06 15:30:00+00:00,40.25,5.5,9.270135,13.535919,332.49808,76.19269 -2014-03-06 16:30:00+00:00,40.25,5.5,9.383143,13.673553,146.36559,49.56392 -2014-03-06 17:30:00+00:00,40.25,5.5,9.55034,13.759338,13.386736,7.5918055 -2014-03-06 18:30:00+00:00,40.25,5.5,9.434959,13.762604,0.0,0.0 -2014-03-06 19:30:00+00:00,40.25,5.5,9.027348,13.773743,0.0,0.0 -2014-03-06 20:30:00+00:00,40.25,5.5,8.794112,13.763702,0.0,0.0 -2014-03-06 21:30:00+00:00,40.25,5.5,8.211881,13.807404,0.0,0.0 -2014-03-06 22:30:00+00:00,40.25,5.5,7.7904625,13.807678,0.0,0.0 -2014-03-06 23:30:00+00:00,40.25,5.5,7.2602434,13.851379,0.0,0.0 -2014-03-07 00:30:00+00:00,40.25,5.5,6.708409,13.81012,0.0,0.0 -2014-03-07 01:30:00+00:00,40.25,5.5,6.4774384,13.73819,0.0,0.0 -2014-03-07 02:30:00+00:00,40.25,5.5,6.381459,13.645599,0.0,0.0 -2014-03-07 03:30:00+00:00,40.25,5.5,6.234446,13.56308,0.0,0.0 -2014-03-07 04:30:00+00:00,40.25,5.5,6.1565857,13.527496,0.0,0.0 -2014-03-07 05:30:00+00:00,40.25,5.5,5.9866886,13.547607,0.0,0.0 -2014-03-07 06:30:00+00:00,40.25,5.5,5.6087265,13.612762,47.967953,20.308578 -2014-03-07 07:30:00+00:00,40.25,5.5,5.4899898,13.719971,218.79092,61.471146 -2014-03-07 08:30:00+00:00,40.25,5.5,5.700836,13.805237,400.37863,82.760956 -2014-03-07 09:30:00+00:00,40.25,5.5,6.2326875,14.07074,553.6488,97.39911 -2014-03-07 10:30:00+00:00,40.25,5.5,6.403105,14.164124,667.3414,103.3454 -2014-03-07 11:30:00+00:00,40.25,5.5,6.5730267,14.184235,715.6153,106.31445 -2014-03-07 12:30:00+00:00,40.25,5.5,6.6297746,14.16629,705.4623,106.709045 -2014-03-07 13:30:00+00:00,40.25,5.5,6.8156495,14.124481,631.47833,101.29657 -2014-03-07 14:30:00+00:00,40.25,5.5,6.996947,14.070465,500.8593,94.58017 -2014-03-07 15:30:00+00:00,40.25,5.5,6.9495296,14.00885,334.5957,79.146515 -2014-03-07 16:30:00+00:00,40.25,5.5,6.8068905,13.96106,150.95406,50.23117 -2014-03-07 17:30:00+00:00,40.25,5.5,6.5806737,13.929565,14.77059,8.14427 -2014-03-07 18:30:00+00:00,40.25,5.5,6.5190206,13.904327,0.0,0.0 -2014-03-07 19:30:00+00:00,40.25,5.5,6.7655377,13.86087,0.0,0.0 -2014-03-07 20:30:00+00:00,40.25,5.5,7.1486044,13.828308,0.0,0.0 -2014-03-07 21:30:00+00:00,40.25,5.5,6.6079593,13.701263,0.0,0.0 -2014-03-07 22:30:00+00:00,40.25,5.5,6.5631366,13.721619,0.0,0.0 -2014-03-07 23:30:00+00:00,40.25,5.5,6.691567,13.750122,0.0,0.0 -2014-03-08 00:30:00+00:00,40.25,5.5,6.924487,13.749023,0.0,0.0 -2014-03-08 01:30:00+00:00,40.25,5.5,6.843823,13.755829,0.0,0.0 -2014-03-08 02:30:00+00:00,40.25,5.5,6.858175,13.752838,0.0,0.0 -2014-03-08 03:30:00+00:00,40.25,5.5,6.8056154,13.808228,0.0,0.0 -2014-03-08 04:30:00+00:00,40.25,5.5,6.2124453,13.862518,0.0,0.0 -2014-03-08 05:30:00+00:00,40.25,5.5,5.8016686,13.883148,0.0,0.0 -2014-03-08 06:30:00+00:00,40.25,5.5,5.7370973,13.899719,52.148575,21.659964 -2014-03-08 07:30:00+00:00,40.25,5.5,5.6433454,13.937164,226.61319,62.381683 -2014-03-08 08:30:00+00:00,40.25,5.5,5.1397543,13.908661,413.9693,82.67703 -2014-03-08 09:30:00+00:00,40.25,5.5,4.9512205,13.903503,572.71655,94.63965 -2014-03-08 10:30:00+00:00,40.25,5.5,4.748622,13.943695,683.61237,101.49945 -2014-03-08 11:30:00+00:00,40.25,5.5,4.6298966,13.940704,732.20667,109.045166 -2014-03-08 12:30:00+00:00,40.25,5.5,4.95826,13.9263,721.3982,106.42651 -2014-03-08 13:30:00+00:00,40.25,5.5,5.414794,13.897522,649.70123,99.05719 -2014-03-08 14:30:00+00:00,40.25,5.5,5.6533365,13.824493,519.7377,91.023285 -2014-03-08 15:30:00+00:00,40.25,5.5,5.819786,13.740631,347.6765,76.654175 -2014-03-08 16:30:00+00:00,40.25,5.5,6.0050945,13.639618,157.18861,50.943787 -2014-03-08 17:30:00+00:00,40.25,5.5,6.6803765,13.558716,16.19809,8.727951 -2014-03-08 18:30:00+00:00,40.25,5.5,7.545794,13.577728,0.0,0.0 -2014-03-08 19:30:00+00:00,40.25,5.5,7.242111,13.688232,0.0,0.0 -2014-03-08 20:30:00+00:00,40.25,5.5,6.9437857,13.815277,0.0,0.0 -2014-03-08 21:30:00+00:00,40.25,5.5,8.024118,14.147308,0.0,0.0 -2014-03-08 22:30:00+00:00,40.25,5.5,7.6867695,14.092743,0.0,0.0 -2014-03-08 23:30:00+00:00,40.25,5.5,7.9382443,13.917358,0.0,0.0 -2014-03-09 00:30:00+00:00,40.25,5.5,7.337327,13.846222,0.0,0.0 -2014-03-09 01:30:00+00:00,40.25,5.5,7.1160793,13.7300415,0.0,0.0 -2014-03-09 02:30:00+00:00,40.25,5.5,7.6531196,13.579102,0.0,0.0 -2014-03-09 03:30:00+00:00,40.25,5.5,8.351977,13.441437,0.0,0.0 -2014-03-09 04:30:00+00:00,40.25,5.5,8.540301,13.371399,0.0,0.0 -2014-03-09 05:30:00+00:00,40.25,5.5,8.210833,13.336395,0.0,0.0 -2014-03-09 06:30:00+00:00,40.25,5.5,7.49377,13.313568,54.5375,22.609444 -2014-03-09 07:30:00+00:00,40.25,5.5,6.6519494,13.37384,227.76396,63.730988 -2014-03-09 08:30:00+00:00,40.25,5.5,5.683116,13.394196,413.0516,84.328 -2014-03-09 09:30:00+00:00,40.25,5.5,5.5718856,13.606781,570.40045,96.43091 -2014-03-09 10:30:00+00:00,40.25,5.5,4.5409203,13.63147,679.2861,103.88635 -2014-03-09 11:30:00+00:00,40.25,5.5,3.8134873,13.702057,731.0268,105.80542 -2014-03-09 12:30:00+00:00,40.25,5.5,3.7837586,13.715088,718.9656,104.763306 -2014-03-09 13:30:00+00:00,40.25,5.5,4.5263743,13.729492,643.29193,103.39404 -2014-03-09 14:30:00+00:00,40.25,5.5,4.780319,13.708038,515.7173,92.48764 -2014-03-09 15:30:00+00:00,40.25,5.5,4.945061,13.681152,345.75375,77.784 -2014-03-09 16:30:00+00:00,40.25,5.5,5.0561285,13.6285095,158.03348,51.887924 -2014-03-09 17:30:00+00:00,40.25,5.5,5.2459636,13.536743,17.174063,9.244792 -2014-03-09 18:30:00+00:00,40.25,5.5,5.0916414,13.431671,0.0,0.0 -2014-03-09 19:30:00+00:00,40.25,5.5,4.6569023,13.317932,0.0,0.0 -2014-03-09 20:30:00+00:00,40.25,5.5,4.112812,13.190063,0.0,0.0 -2014-03-09 21:30:00+00:00,40.25,5.5,3.4130569,12.917206,0.0,0.0 -2014-03-09 22:30:00+00:00,40.25,5.5,2.8369095,12.796661,0.0,0.0 -2014-03-09 23:30:00+00:00,40.25,5.5,2.4962428,12.675598,0.0,0.0 -2014-03-10 00:30:00+00:00,40.25,5.5,2.025947,12.572174,0.0,0.0 -2014-03-10 01:30:00+00:00,40.25,5.5,1.7013022,12.501038,0.0,0.0 -2014-03-10 02:30:00+00:00,40.25,5.5,2.0593662,12.466278,0.0,0.0 -2014-03-10 03:30:00+00:00,40.25,5.5,2.740779,12.515411,0.0,0.0 -2014-03-10 04:30:00+00:00,40.25,5.5,3.4534414,12.585724,0.0,0.0 -2014-03-10 05:30:00+00:00,40.25,5.5,3.6297286,12.695404,0.0,0.0 -2014-03-10 06:30:00+00:00,40.25,5.5,3.5029106,12.826538,58.49962,24.139446 -2014-03-10 07:30:00+00:00,40.25,5.5,3.358422,12.955505,235.64452,65.07207 -2014-03-10 08:30:00+00:00,40.25,5.5,3.2547178,13.0746765,420.2184,88.62836 -2014-03-10 09:30:00+00:00,40.25,5.5,3.4858263,13.324707,575.5716,103.7984 -2014-03-10 10:30:00+00:00,40.25,5.5,4.1600733,13.510681,631.7988,186.87845 -2014-03-10 11:30:00+00:00,40.25,5.5,4.631497,13.688751,613.1972,281.2721 -2014-03-10 12:30:00+00:00,40.25,5.5,5.148505,13.86087,535.8921,319.67978 -2014-03-10 13:30:00+00:00,40.25,5.5,5.7740984,13.980072,480.71365,294.00964 -2014-03-10 14:30:00+00:00,40.25,5.5,6.2680783,14.087036,320.46603,253.58218 -2014-03-10 15:30:00+00:00,40.25,5.5,6.7007685,14.078064,211.11429,166.04526 -2014-03-10 16:30:00+00:00,40.25,5.5,6.9309325,14.079163,81.63146,77.561356 -2014-03-10 17:30:00+00:00,40.25,5.5,6.8759303,14.027313,10.182083,9.971146 -2014-03-10 18:30:00+00:00,40.25,5.5,6.748544,13.938538,0.0,0.0 -2014-03-10 19:30:00+00:00,40.25,5.5,6.9282584,13.80957,0.0,0.0 -2014-03-10 20:30:00+00:00,40.25,5.5,6.829494,13.636108,0.0,0.0 -2014-03-10 21:30:00+00:00,40.25,5.5,6.7683477,13.475098,0.0,0.0 -2014-03-10 22:30:00+00:00,40.25,5.5,6.9955754,13.378723,0.0,0.0 -2014-03-10 23:30:00+00:00,40.25,5.5,6.894875,13.258453,0.0,0.0 -2014-03-11 00:30:00+00:00,40.25,5.5,6.7547374,13.241089,0.0,0.0 -2014-03-11 01:30:00+00:00,40.25,5.5,6.501437,13.215851,0.0,0.0 -2014-03-11 02:30:00+00:00,40.25,5.5,6.2553754,13.1371155,0.0,0.0 -2014-03-11 03:30:00+00:00,40.25,5.5,6.321639,13.077393,0.0,0.0 -2014-03-11 04:30:00+00:00,40.25,5.5,6.556484,13.043457,0.0,0.0 -2014-03-11 05:30:00+00:00,40.25,5.5,6.352118,13.040741,0.0,0.0 -2014-03-11 06:30:00+00:00,40.25,5.5,5.9069366,13.084717,42.840485,28.247639 -2014-03-11 07:30:00+00:00,40.25,5.5,5.3515687,13.231598,179.50468,98.01559 -2014-03-11 08:30:00+00:00,40.25,5.5,5.165546,13.33963,309.75958,168.79472 -2014-03-11 09:30:00+00:00,40.25,5.5,5.2677083,13.269318,480.17468,193.1325 -2014-03-11 10:30:00+00:00,40.25,5.5,5.08534,13.321716,582.1557,197.67899 -2014-03-11 11:30:00+00:00,40.25,5.5,4.937918,13.366241,566.9336,228.36975 -2014-03-11 12:30:00+00:00,40.25,5.5,4.8517566,13.383606,582.4762,232.88086 -2014-03-11 13:30:00+00:00,40.25,5.5,4.601526,13.411591,443.62698,233.5943 -2014-03-11 14:30:00+00:00,40.25,5.5,4.6077337,13.433838,361.19437,222.612 -2014-03-11 15:30:00+00:00,40.25,5.5,4.489279,13.4313965,218.92201,166.45729 -2014-03-11 16:30:00+00:00,40.25,5.5,4.361382,13.448517,119.11143,87.22063 -2014-03-11 17:30:00+00:00,40.25,5.5,4.380259,13.444702,16.766214,12.447916 -2014-03-11 18:30:00+00:00,40.25,5.5,4.5018544,13.429779,0.0,0.0 -2014-03-11 19:30:00+00:00,40.25,5.5,4.492581,13.4086,0.0,0.0 -2014-03-11 20:30:00+00:00,40.25,5.5,4.499318,13.406158,0.0,0.0 -2014-03-11 21:30:00+00:00,40.25,5.5,4.637189,13.344513,0.0,0.0 -2014-03-11 22:30:00+00:00,40.25,5.5,4.2754707,13.320892,0.0,0.0 -2014-03-11 23:30:00+00:00,40.25,5.5,4.239247,13.289154,0.0,0.0 -2014-03-12 00:30:00+00:00,40.25,5.5,4.397861,13.236755,0.0,0.0 -2014-03-12 01:30:00+00:00,40.25,5.5,4.7477994,13.217743,0.0,0.0 -2014-03-12 02:30:00+00:00,40.25,5.5,4.936629,13.172394,0.0,0.0 -2014-03-12 03:30:00+00:00,40.25,5.5,5.5744066,13.14444,0.0,0.0 -2014-03-12 04:30:00+00:00,40.25,5.5,6.5126987,13.09314,0.0,0.0 -2014-03-12 05:30:00+00:00,40.25,5.5,6.8931446,13.102356,0.014583333,0.014583333 -2014-03-12 06:30:00+00:00,40.25,5.5,6.7422814,13.11731,54.945347,25.362604 -2014-03-12 07:30:00+00:00,40.25,5.5,6.321806,13.19278,205.3459,67.91757 -2014-03-12 08:30:00+00:00,40.25,5.5,5.874163,13.225616,367.66196,95.80823 -2014-03-12 09:30:00+00:00,40.25,5.5,5.630937,13.389038,492.6583,103.63992 -2014-03-12 10:30:00+00:00,40.25,5.5,5.529134,13.425171,564.9671,171.03482 -2014-03-12 11:30:00+00:00,40.25,5.5,5.442845,13.448517,620.3931,139.2016 -2014-03-12 12:30:00+00:00,40.25,5.5,5.183693,13.454742,672.33777,125.490845 -2014-03-12 13:30:00+00:00,40.25,5.5,5.0144157,13.429504,576.47473,117.80533 -2014-03-12 14:30:00+00:00,40.25,5.5,4.979949,13.474304,502.33057,102.77707 -2014-03-12 15:30:00+00:00,40.25,5.5,4.963645,13.471863,335.01813,87.00186 -2014-03-12 16:30:00+00:00,40.25,5.5,5.108185,13.457733,159.60667,58.350212 -2014-03-12 17:30:00+00:00,40.25,5.5,5.3476114,13.440094,19.519306,10.808265 -2014-03-12 18:30:00+00:00,40.25,5.5,5.5694146,13.401276,0.0,0.0 -2014-03-12 19:30:00+00:00,40.25,5.5,5.739327,13.380646,0.0,0.0 -2014-03-12 20:30:00+00:00,40.25,5.5,5.861889,13.379272,0.0,0.0 -2014-03-12 21:30:00+00:00,40.25,5.5,5.600551,13.38089,0.0,0.0 -2014-03-12 22:30:00+00:00,40.25,5.5,6.034545,13.462891,0.0,0.0 -2014-03-12 23:30:00+00:00,40.25,5.5,5.5242143,13.393677,0.0,0.0 -2014-03-13 00:30:00+00:00,40.25,5.5,5.291471,13.427338,0.0,0.0 -2014-03-13 01:30:00+00:00,40.25,5.5,5.363034,13.401794,0.0,0.0 -2014-03-13 02:30:00+00:00,40.25,5.5,5.643935,13.383087,0.0,0.0 -2014-03-13 03:30:00+00:00,40.25,5.5,6.097036,13.345612,0.0,0.0 -2014-03-13 04:30:00+00:00,40.25,5.5,6.2799644,13.300812,0.0,0.0 -2014-03-13 05:30:00+00:00,40.25,5.5,6.5819044,13.24707,0.05826389,0.05826389 -2014-03-13 06:30:00+00:00,40.25,5.5,6.736587,13.259552,62.840485,26.34597 -2014-03-13 07:30:00+00:00,40.25,5.5,6.6492505,13.312225,224.02032,69.76555 -2014-03-13 08:30:00+00:00,40.25,5.5,6.389808,13.368683,429.2934,94.94855 -2014-03-13 09:30:00+00:00,40.25,5.5,6.2276936,13.655914,585.79736,95.96924 -2014-03-13 10:30:00+00:00,40.25,5.5,6.0805774,13.663513,700.7864,104.055725 -2014-03-13 11:30:00+00:00,40.25,5.5,5.8649893,13.700439,754.6247,104.89581 -2014-03-13 12:30:00+00:00,40.25,5.5,5.7800865,13.654816,737.5963,111.3078 -2014-03-13 13:30:00+00:00,40.25,5.5,5.8763266,13.591309,656.09595,113.44324 -2014-03-13 14:30:00+00:00,40.25,5.5,6.1743293,13.567413,521.17975,119.2189 -2014-03-13 15:30:00+00:00,40.25,5.5,6.627988,13.514191,352.4107,97.66882 -2014-03-13 16:30:00+00:00,40.25,5.5,6.8384805,13.458557,163.3066,66.55458 -2014-03-13 17:30:00+00:00,40.25,5.5,6.85328,13.426514,20.378716,14.9436455 -2014-03-13 18:30:00+00:00,40.25,5.5,6.821992,13.414581,0.0,0.0 -2014-03-13 19:30:00+00:00,40.25,5.5,6.8868656,13.395569,0.0,0.0 -2014-03-13 20:30:00+00:00,40.25,5.5,7.0983734,13.409668,0.0,0.0 -2014-03-13 21:30:00+00:00,40.25,5.5,6.887609,13.241913,0.0,0.0 -2014-03-13 22:30:00+00:00,40.25,5.5,7.0239367,13.229675,0.0,0.0 -2014-03-13 23:30:00+00:00,40.25,5.5,7.0318913,13.206085,0.0,0.0 -2014-03-14 00:30:00+00:00,40.25,5.5,6.894926,13.197937,0.0,0.0 -2014-03-14 01:30:00+00:00,40.25,5.5,6.861949,13.2022705,0.0,0.0 -2014-03-14 02:30:00+00:00,40.25,5.5,6.8579106,13.205261,0.0,0.0 -2014-03-14 03:30:00+00:00,40.25,5.5,6.674414,13.232666,0.0,0.0 -2014-03-14 04:30:00+00:00,40.25,5.5,6.426532,13.25766,0.0,0.0 -2014-03-14 05:30:00+00:00,40.25,5.5,6.189936,13.285339,0.17479166,0.17479166 -2014-03-14 06:30:00+00:00,40.25,5.5,5.8076534,13.345886,71.47851,33.842396 -2014-03-14 07:30:00+00:00,40.25,5.5,5.4090867,13.437653,241.68967,82.17352 -2014-03-14 08:30:00+00:00,40.25,5.5,4.882926,13.522064,433.28467,100.51575 -2014-03-14 09:30:00+00:00,40.25,5.5,3.9563835,13.546509,591.0997,115.57901 -2014-03-14 10:30:00+00:00,40.25,5.5,3.9992185,13.6008,653.3283,103.217834 -2014-03-14 11:30:00+00:00,40.25,5.5,4.0362267,13.6510315,736.3582,145.86926 -2014-03-14 12:30:00+00:00,40.25,5.5,4.0545077,13.630676,721.5147,121.48334 -2014-03-14 13:30:00+00:00,40.25,5.5,4.3592567,13.6285095,653.139,123.73895 -2014-03-14 14:30:00+00:00,40.25,5.5,4.6636505,13.592377,509.01663,118.43475 -2014-03-14 15:30:00+00:00,40.25,5.5,4.868287,13.529663,343.0589,107.48874 -2014-03-14 16:30:00+00:00,40.25,5.5,4.8667407,13.503357,151.14343,79.39531 -2014-03-14 17:30:00+00:00,40.25,5.5,4.773195,13.488953,18.383091,15.305695 -2014-03-14 18:30:00+00:00,40.25,5.5,4.3478255,13.482971,0.0,0.0 -2014-03-14 19:30:00+00:00,40.25,5.5,3.9657526,13.476471,0.0,0.0 -2014-03-14 20:30:00+00:00,40.25,5.5,3.787758,13.494659,0.0,0.0 -2014-03-14 21:30:00+00:00,40.25,5.5,4.4695144,13.245178,0.0,0.0 -2014-03-14 22:30:00+00:00,40.25,5.5,4.541965,13.199005,0.0,0.0 -2014-03-14 23:30:00+00:00,40.25,5.5,4.3742123,13.150421,0.0,0.0 -2014-03-15 00:30:00+00:00,40.25,5.5,4.111692,13.121643,0.0,0.0 -2014-03-15 01:30:00+00:00,40.25,5.5,3.9111202,13.0624695,0.0,0.0 -2014-03-15 02:30:00+00:00,40.25,5.5,3.9006042,13.012512,0.0,0.0 -2014-03-15 03:30:00+00:00,40.25,5.5,3.9761336,12.995392,0.0,0.0 -2014-03-15 04:30:00+00:00,40.25,5.5,3.8914862,12.960388,0.0,0.0 -2014-03-15 05:30:00+00:00,40.25,5.5,4.0385265,12.925629,0.32045138,0.30805555 -2014-03-15 06:30:00+00:00,40.25,5.5,4.1960526,12.944366,76.6351,31.268261 -2014-03-15 07:30:00+00:00,40.25,5.5,4.1785507,13.0486145,257.72754,69.07535 -2014-03-15 08:30:00+00:00,40.25,5.5,4.839164,13.121918,449.10403,85.83411 -2014-03-15 09:30:00+00:00,40.25,5.5,5.7340174,13.560638,607.1667,97.34787 -2014-03-15 10:30:00+00:00,40.25,5.5,5.985387,13.789215,713.6925,103.94501 -2014-03-15 11:30:00+00:00,40.25,5.5,6.192444,14.012634,760.7864,106.77637 -2014-03-15 12:30:00+00:00,40.25,5.5,6.512924,14.21814,744.1367,106.630554 -2014-03-15 13:30:00+00:00,40.25,5.5,7.0035315,14.319153,663.5395,107.22461 -2014-03-15 14:30:00+00:00,40.25,5.5,7.068592,14.496155,537.10114,93.96765 -2014-03-15 15:30:00+00:00,40.25,5.5,7.2853966,14.678864,366.83167,80.02524 -2014-03-15 16:30:00+00:00,40.25,5.5,8.354943,14.839569,177.77126,55.394905 -2014-03-15 17:30:00+00:00,40.25,5.5,9.277809,14.937042,25.4625,12.532465 -2014-03-15 18:30:00+00:00,40.25,5.5,9.911943,15.008972,0.0,0.0 -2014-03-15 19:30:00+00:00,40.25,5.5,10.209736,15.062744,0.0,0.0 -2014-03-15 20:30:00+00:00,40.25,5.5,10.7004385,15.080109,0.0,0.0 -2014-03-15 21:30:00+00:00,40.25,5.5,10.803751,15.004089,0.0,0.0 -2014-03-15 22:30:00+00:00,40.25,5.5,10.598791,14.927551,0.0,0.0 -2014-03-15 23:30:00+00:00,40.25,5.5,10.176849,14.785828,0.0,0.0 -2014-03-16 00:30:00+00:00,40.25,5.5,10.399171,14.496155,0.0,0.0 -2014-03-16 01:30:00+00:00,40.25,5.5,12.185026,14.163055,0.0,0.0 -2014-03-16 02:30:00+00:00,40.25,5.5,15.041235,13.9097595,0.0,0.0 -2014-03-16 03:30:00+00:00,40.25,5.5,16.345358,13.515839,0.0,0.0 -2014-03-16 04:30:00+00:00,40.25,5.5,16.321608,13.322815,0.0,0.0 -2014-03-16 05:30:00+00:00,40.25,5.5,15.479505,13.3697815,0.42243055,0.41003472 -2014-03-16 06:30:00+00:00,40.25,5.5,14.626824,13.419464,30.31316,28.340174 -2014-03-16 07:30:00+00:00,40.25,5.5,13.906157,13.481079,115.10559,86.540344 -2014-03-16 08:30:00+00:00,40.25,5.5,13.647496,13.574738,238.19368,165.06816 -2014-03-16 09:30:00+00:00,40.25,5.5,12.691999,13.566071,411.68237,202.41904 -2014-03-16 10:30:00+00:00,40.25,5.5,12.877198,13.631744,569.68665,177.09451 -2014-03-16 11:30:00+00:00,40.25,5.5,12.5477295,13.667603,663.81635,167.6225 -2014-03-16 12:30:00+00:00,40.25,5.5,11.777749,13.69989,651.46375,178.33798 -2014-03-16 13:30:00+00:00,40.25,5.5,10.467297,13.786224,604.9671,143.82831 -2014-03-16 14:30:00+00:00,40.25,5.5,9.03285,13.892914,506.2053,118.130005 -2014-03-16 15:30:00+00:00,40.25,5.5,7.223928,13.94693,346.42383,95.06958 -2014-03-16 16:30:00+00:00,40.25,5.5,5.69111,14.021332,179.21336,56.55159 -2014-03-16 17:30:00+00:00,40.25,5.5,4.9071465,14.067749,26.03059,12.839965 -2014-03-16 18:30:00+00:00,40.25,5.5,4.212641,14.117981,0.0,0.0 -2014-03-16 19:30:00+00:00,40.25,5.5,3.6888616,14.145111,0.0,0.0 -2014-03-16 20:30:00+00:00,40.25,5.5,3.623018,14.210022,0.0,0.0 -2014-03-16 21:30:00+00:00,40.25,5.5,4.375882,14.24231,0.0,0.0 -2014-03-16 22:30:00+00:00,40.25,5.5,5.78939,14.421509,0.0,0.0 -2014-03-16 23:30:00+00:00,40.25,5.5,6.244492,14.518402,0.0,0.0 -2014-03-17 00:30:00+00:00,40.25,5.5,6.179641,14.543945,0.0,0.0 -2014-03-17 01:30:00+00:00,40.25,5.5,5.79852,14.528992,0.0,0.0 -2014-03-17 02:30:00+00:00,40.25,5.5,5.4941125,14.454895,0.0,0.0 -2014-03-17 03:30:00+00:00,40.25,5.5,5.3821144,14.37915,0.0,0.0 -2014-03-17 04:30:00+00:00,40.25,5.5,5.315519,14.300415,0.0,0.0 -2014-03-17 05:30:00+00:00,40.25,5.5,5.1644664,14.253723,0.85944444,0.74777776 -2014-03-17 06:30:00+00:00,40.25,5.5,5.1631374,14.245026,84.646736,35.222187 -2014-03-17 07:30:00+00:00,40.25,5.5,4.946542,14.28656,268.85645,70.67424 -2014-03-17 08:30:00+00:00,40.25,5.5,4.3960986,14.402496,455.9795,93.68985 -2014-03-17 09:30:00+00:00,40.25,5.5,3.6000068,14.829529,618.616,97.430664 -2014-03-17 10:30:00+00:00,40.25,5.5,3.3666902,14.893066,726.8753,105.57507 -2014-03-17 11:30:00+00:00,40.25,5.5,3.467488,14.964172,778.35376,105.69318 -2014-03-17 12:30:00+00:00,40.25,5.5,3.718498,15.018768,762.0392,110.68469 -2014-03-17 13:30:00+00:00,40.25,5.5,3.9823499,15.052704,687.66187,101.28027 -2014-03-17 14:30:00+00:00,40.25,5.5,4.2636566,15.063812,551.5803,99.54965 -2014-03-17 15:30:00+00:00,40.25,5.5,4.47854,15.015228,382.316,79.502106 -2014-03-17 16:30:00+00:00,40.25,5.5,4.5769415,14.9487,188.33206,56.140274 -2014-03-17 17:30:00+00:00,40.25,5.5,4.848065,14.929993,29.17698,13.715521 -2014-03-17 18:30:00+00:00,40.25,5.5,5.0942316,14.896057,0.0,0.0 -2014-03-17 19:30:00+00:00,40.25,5.5,5.220617,14.862915,0.0,0.0 -2014-03-17 20:30:00+00:00,40.25,5.5,5.202678,14.843109,0.0,0.0 -2014-03-17 21:30:00+00:00,40.25,5.5,4.5275383,14.764099,0.0,0.0 -2014-03-17 22:30:00+00:00,40.25,5.5,4.2689114,14.858307,0.0,0.0 -2014-03-17 23:30:00+00:00,40.25,5.5,3.9011889,14.929443,0.0,0.0 -2014-03-18 00:30:00+00:00,40.25,5.5,3.6204064,14.926453,0.0,0.0 -2014-03-18 01:30:00+00:00,40.25,5.5,3.597383,14.8811035,0.0,0.0 -2014-03-18 02:30:00+00:00,40.25,5.5,3.7679114,14.796143,0.0,0.0 -2014-03-18 03:30:00+00:00,40.25,5.5,3.9304066,14.716064,0.0,0.0 -2014-03-18 04:30:00+00:00,40.25,5.5,3.9731576,14.634613,0.0,0.0 -2014-03-18 05:30:00+00:00,40.25,5.5,4.065672,14.610443,1.2672917,1.06875 -2014-03-18 06:30:00+00:00,40.25,5.5,4.0529947,14.600128,92.600136,34.92368 -2014-03-18 07:30:00+00:00,40.25,5.5,3.9275923,14.603668,280.85934,68.97774 -2014-03-18 08:30:00+00:00,40.25,5.5,3.8526015,14.665558,469.54105,86.826385 -2014-03-18 09:30:00+00:00,40.25,5.5,3.3016846,14.741577,626.2198,97.700806 -2014-03-18 10:30:00+00:00,40.25,5.5,3.6653385,14.840393,733.96924,103.98285 -2014-03-18 11:30:00+00:00,40.25,5.5,3.823445,14.942749,782.88403,106.68695 -2014-03-18 12:30:00+00:00,40.25,5.5,3.7372816,14.997864,768.8418,105.760864 -2014-03-18 13:30:00+00:00,40.25,5.5,3.3272345,15.032318,692.7893,101.43176 -2014-03-18 14:30:00+00:00,40.25,5.5,3.0055218,15.054321,561.28174,93.14435 -2014-03-18 15:30:00+00:00,40.25,5.5,2.8579504,14.997864,386.93362,79.73938 -2014-03-18 16:30:00+00:00,40.25,5.5,2.5540798,14.858582,192.23593,56.7558 -2014-03-18 17:30:00+00:00,40.25,5.5,2.3494165,14.726654,30.939548,14.299236 -2014-03-18 18:30:00+00:00,40.25,5.5,2.2838259,14.624573,0.0,0.0 -2014-03-18 19:30:00+00:00,40.25,5.5,2.792479,14.602844,0.0,0.0 -2014-03-18 20:30:00+00:00,40.25,5.5,3.8102665,14.571075,0.0,0.0 -2014-03-18 21:30:00+00:00,40.25,5.5,5.20726,14.261871,0.0,0.0 -2014-03-18 22:30:00+00:00,40.25,5.5,6.0278788,14.396515,0.0,0.0 -2014-03-18 23:30:00+00:00,40.25,5.5,6.6873217,14.4817505,0.0,0.0 -2014-03-19 00:30:00+00:00,40.25,5.5,7.246822,14.389465,0.0,0.0 -2014-03-19 01:30:00+00:00,40.25,5.5,7.8815336,14.205933,0.0,0.0 -2014-03-19 02:30:00+00:00,40.25,5.5,8.185717,14.057159,0.0,0.0 -2014-03-19 03:30:00+00:00,40.25,5.5,8.281796,13.965668,0.0,0.0 -2014-03-19 04:30:00+00:00,40.25,5.5,8.254989,13.96051,0.0,0.0 -2014-03-19 05:30:00+00:00,40.25,5.5,8.369077,13.9852295,1.6751736,1.4270139 -2014-03-19 06:30:00+00:00,40.25,5.5,8.662332,14.028107,93.08083,37.166424 -2014-03-19 07:30:00+00:00,40.25,5.5,8.669883,14.00531,270.42966,73.66206 -2014-03-19 08:30:00+00:00,40.25,5.5,8.747596,13.941772,455.70273,101.19345 -2014-03-19 09:30:00+00:00,40.25,5.5,8.415921,13.780243,607.5745,118.36685 -2014-03-19 10:30:00+00:00,40.25,5.5,8.214843,13.712921,688.1426,132.58466 -2014-03-19 11:30:00+00:00,40.25,5.5,7.910931,13.66217,759.053,142.14557 -2014-03-19 12:30:00+00:00,40.25,5.5,8.017096,13.557922,734.90155,159.56384 -2014-03-19 13:30:00+00:00,40.25,5.5,7.962212,13.471039,667.9095,137.65326 -2014-03-19 14:30:00+00:00,40.25,5.5,7.48371,13.455566,547.92413,110.126465 -2014-03-19 15:30:00+00:00,40.25,5.5,6.932364,13.5494995,382.92783,85.114746 -2014-03-19 16:30:00+00:00,40.25,5.5,6.0885835,13.731384,192.04657,58.725586 -2014-03-19 17:30:00+00:00,40.25,5.5,5.1948233,13.927124,32.07573,15.174862 -2014-03-19 18:30:00+00:00,40.25,5.5,4.5937934,14.049835,0.0,0.0 -2014-03-19 19:30:00+00:00,40.25,5.5,3.917182,14.088928,0.0,0.0 -2014-03-19 20:30:00+00:00,40.25,5.5,3.4334664,14.088654,0.0,0.0 -2014-03-19 21:30:00+00:00,40.25,5.5,3.4420466,13.727325,0.0,0.0 -2014-03-19 22:30:00+00:00,40.25,5.5,2.8377492,13.677368,0.0,0.0 -2014-03-19 23:30:00+00:00,40.25,5.5,2.3733203,13.66217,0.0,0.0 -2014-03-20 00:30:00+00:00,40.25,5.5,1.6510987,13.577179,0.0,0.0 -2014-03-20 01:30:00+00:00,40.25,5.5,0.9071159,13.508514,0.0,0.0 -2014-03-20 02:30:00+00:00,40.25,5.5,0.36700204,13.462067,0.0,0.0 -2014-03-20 03:30:00+00:00,40.25,5.5,0.16290414,13.4305725,0.0,0.0 -2014-03-20 04:30:00+00:00,40.25,5.5,0.13799919,13.406952,0.0,0.0 -2014-03-20 05:30:00+00:00,40.25,5.5,0.5004998,13.437378,2.0393403,1.77875 -2014-03-20 06:30:00+00:00,40.25,5.5,1.1574991,13.501984,88.39038,45.219894 -2014-03-20 07:30:00+00:00,40.25,5.5,1.5645499,13.609497,270.08005,91.41701 -2014-03-20 08:30:00+00:00,40.25,5.5,1.8093578,13.764496,458.80542,107.621735 -2014-03-20 09:30:00+00:00,40.25,5.5,2.2582095,13.30896,621.6604,108.342285 -2014-03-20 10:30:00+00:00,40.25,5.5,2.5644593,13.496826,701.5293,151.26996 -2014-03-20 11:30:00+00:00,40.25,5.5,2.7596374,13.680634,732.9642,183.84644 -2014-03-20 12:30:00+00:00,40.25,5.5,2.9992301,13.845673,693.15344,215.0393 -2014-03-20 13:30:00+00:00,40.25,5.5,2.6863809,14.032196,596.83887,214.54611 -2014-03-20 14:30:00+00:00,40.25,5.5,2.0753355,14.126404,470.6481,181.58325 -2014-03-20 15:30:00+00:00,40.25,5.5,1.3851618,14.160614,319.7523,130.20667 -2014-03-20 16:30:00+00:00,40.25,5.5,0.64252734,14.164398,166.38014,70.34782 -2014-03-20 17:30:00+00:00,40.25,5.5,0.3002808,14.18042,30.327744,16.082361 -2014-03-20 18:30:00+00:00,40.25,5.5,0.23669283,14.129913,0.0,0.0 -2014-03-20 19:30:00+00:00,40.25,5.5,0.65222096,14.051453,0.0,0.0 -2014-03-20 20:30:00+00:00,40.25,5.5,1.436443,13.971649,0.0,0.0 -2014-03-20 21:30:00+00:00,40.25,5.5,1.6758754,13.612488,0.0,0.0 -2014-03-20 22:30:00+00:00,40.25,5.5,1.7951397,13.546783,0.0,0.0 -2014-03-20 23:30:00+00:00,40.25,5.5,1.9668746,13.496002,0.0,0.0 -2014-03-21 00:30:00+00:00,40.25,5.5,2.0931356,13.434937,0.0,0.0 -2014-03-21 01:30:00+00:00,40.25,5.5,1.7156459,13.358368,0.0,0.0 -2014-03-21 02:30:00+00:00,40.25,5.5,1.2152174,13.314941,0.0,0.0 -2014-03-21 03:30:00+00:00,40.25,5.5,0.8128235,13.269318,0.0,0.0 -2014-03-21 04:30:00+00:00,40.25,5.5,0.76804525,13.238647,0.0,0.0 -2014-03-21 05:30:00+00:00,40.25,5.5,1.0259366,13.223724,2.651146,2.1672223 -2014-03-21 06:30:00+00:00,40.25,5.5,1.4024721,13.242706,96.86816,41.77274 -2014-03-21 07:30:00+00:00,40.25,5.5,2.1186624,13.321442,263.84552,83.929184 -2014-03-21 08:30:00+00:00,40.25,5.5,2.6464093,13.397736,435.83383,133.30536 -2014-03-21 09:30:00+00:00,40.25,5.5,1.8379445,13.709137,562.1557,168.75699 -2014-03-21 10:30:00+00:00,40.25,5.5,1.430181,13.825317,704.2678,136.28857 -2014-03-21 11:30:00+00:00,40.25,5.5,1.4614996,13.961609,767.1957,136.45233 -2014-03-21 12:30:00+00:00,40.25,5.5,1.5837995,14.057709,745.8847,140.69122 -2014-03-21 13:30:00+00:00,40.25,5.5,1.7035381,14.07428,673.2118,123.523254 -2014-03-21 14:30:00+00:00,40.25,5.5,2.2196279,14.112274,553.3721,98.95892 -2014-03-21 15:30:00+00:00,40.25,5.5,2.7392008,14.13208,386.4238,82.97705 -2014-03-21 16:30:00+00:00,40.25,5.5,2.9803195,14.09082,191.23083,63.67997 -2014-03-21 17:30:00+00:00,40.25,5.5,2.5609057,14.056091,33.8383,16.527916 -2014-03-21 18:30:00+00:00,40.25,5.5,2.3265977,13.980347,0.0,0.0 -2014-03-21 19:30:00+00:00,40.25,5.5,2.7249846,13.939056,0.0,0.0 -2014-03-21 20:30:00+00:00,40.25,5.5,3.609705,13.932556,0.0,0.0 -2014-03-21 21:30:00+00:00,40.25,5.5,4.6832147,13.667328,0.0,0.0 -2014-03-21 22:30:00+00:00,40.25,5.5,5.270021,13.637726,0.0,0.0 -2014-03-21 23:30:00+00:00,40.25,5.5,5.8679285,13.6111145,0.0,0.0 -2014-03-22 00:30:00+00:00,40.25,5.5,6.4226255,13.673828,0.0,0.0 -2014-03-22 01:30:00+00:00,40.25,5.5,6.7680664,13.820435,0.0,0.0 -2014-03-22 02:30:00+00:00,40.25,5.5,7.1300144,13.945862,0.0,0.0 -2014-03-22 03:30:00+00:00,40.25,5.5,7.427369,14.011841,0.0,0.0 -2014-03-22 04:30:00+00:00,40.25,5.5,7.4815598,14.059601,0.0,0.0 -2014-03-22 05:30:00+00:00,40.25,5.5,7.667436,14.123138,2.083021,1.9093057 -2014-03-22 06:30:00+00:00,40.25,5.5,7.97863,14.196991,75.61542,50.38816 -2014-03-22 07:30:00+00:00,40.25,5.5,8.530819,14.298523,227.23956,108.32527 -2014-03-22 08:30:00+00:00,40.25,5.5,8.784984,14.31427,403.13174,162.34985 -2014-03-22 09:30:00+00:00,40.25,5.5,7.8686714,14.480408,498.1936,255.82338 -2014-03-22 10:30:00+00:00,40.25,5.5,8.198157,14.515686,538.77625,292.7082 -2014-03-22 11:30:00+00:00,40.25,5.5,8.467519,14.532257,503.24823,354.34167 -2014-03-22 12:30:00+00:00,40.25,5.5,8.673139,14.547455,471.15793,321.99078 -2014-03-22 13:30:00+00:00,40.25,5.5,8.644101,14.544739,413.2264,298.4939 -2014-03-22 14:30:00+00:00,40.25,5.5,8.523072,14.460327,300.87393,229.79587 -2014-03-22 15:30:00+00:00,40.25,5.5,8.346517,14.427185,150.67732,139.9933 -2014-03-22 16:30:00+00:00,40.25,5.5,8.01539,14.511353,86.23451,73.00667 -2014-03-22 17:30:00+00:00,40.25,5.5,7.9414225,14.642761,16.387465,16.176527 -2014-03-22 18:30:00+00:00,40.25,5.5,8.8006115,14.726105,0.0,0.0 -2014-03-22 19:30:00+00:00,40.25,5.5,8.847181,14.796417,0.0,0.0 -2014-03-22 20:30:00+00:00,40.25,5.5,8.479252,14.805634,0.0,0.0 -2014-03-22 21:30:00+00:00,40.25,5.5,8.523469,14.540405,0.0,0.0 -2014-03-22 22:30:00+00:00,40.25,5.5,8.702825,13.931213,0.0,0.0 -2014-03-22 23:30:00+00:00,40.25,5.5,9.05171,13.040741,0.0,0.0 -2014-03-23 00:30:00+00:00,40.25,5.5,9.194419,12.520294,0.0,0.0 -2014-03-23 01:30:00+00:00,40.25,5.5,8.082048,12.282776,0.0,0.0 -2014-03-23 02:30:00+00:00,40.25,5.5,7.638043,12.195068,0.0,0.0 -2014-03-23 03:30:00+00:00,40.25,5.5,7.1242275,12.122314,0.0,0.0 -2014-03-23 04:30:00+00:00,40.25,5.5,8.354094,12.037628,0.0,0.0 -2014-03-23 05:30:00+00:00,40.25,5.5,10.227031,11.615723,2.0684721,2.0684721 -2014-03-23 06:30:00+00:00,40.25,5.5,10.632203,11.185699,72.99344,48.374237 -2014-03-23 07:30:00+00:00,40.25,5.5,10.515452,11.129517,207.73485,103.40099 -2014-03-23 08:30:00+00:00,40.25,5.5,10.208714,11.093414,376.8681,143.80452 -2014-03-23 09:30:00+00:00,40.25,5.5,9.219045,10.973663,450.42963,185.8475 -2014-03-23 10:30:00+00:00,40.25,5.5,8.827346,11.031494,644.0057,194.3327 -2014-03-23 11:30:00+00:00,40.25,5.5,8.156116,11.209595,766.58386,144.91144 -2014-03-23 12:30:00+00:00,40.25,5.5,7.750413,11.28833,755.6735,124.68201 -2014-03-23 13:30:00+00:00,40.25,5.5,7.4503927,10.857208,625.75366,130.70145 -2014-03-23 14:30:00+00:00,40.25,5.5,6.4470162,10.729889,495.29486,146.69223 -2014-03-23 15:30:00+00:00,40.25,5.5,6.130953,10.508362,280.30585,117.30281 -2014-03-23 16:30:00+00:00,40.25,5.5,6.853139,10.842285,175.71736,77.87337 -2014-03-23 17:30:00+00:00,40.25,5.5,6.888381,11.251953,37.96066,20.091875 -2014-03-23 18:30:00+00:00,40.25,5.5,5.974007,11.560608,0.0,0.0 -2014-03-23 19:30:00+00:00,40.25,5.5,5.660053,11.786499,0.0,0.0 -2014-03-23 20:30:00+00:00,40.25,5.5,6.0776744,12.06369,0.0,0.0 -2014-03-23 21:30:00+00:00,40.25,5.5,9.094974,12.136169,0.0,0.0 -2014-03-23 22:30:00+00:00,40.25,5.5,11.340983,12.038147,0.0,0.0 -2014-03-23 23:30:00+00:00,40.25,5.5,12.043063,12.118774,0.0,0.0 -2014-03-24 00:30:00+00:00,40.25,5.5,11.99954,12.033264,0.0,0.0 -2014-03-24 01:30:00+00:00,40.25,5.5,11.619203,12.048187,0.0,0.0 -2014-03-24 02:30:00+00:00,40.25,5.5,11.388781,12.2005005,0.0,0.0 -2014-03-24 03:30:00+00:00,40.25,5.5,11.348192,12.32431,0.0,0.0 -2014-03-24 04:30:00+00:00,40.25,5.5,10.447837,12.343018,0.0,0.0 -2014-03-24 05:30:00+00:00,40.25,5.5,8.932004,12.397339,5.4187846,3.569861 -2014-03-24 06:30:00+00:00,40.25,5.5,7.9121494,12.58493,120.67004,44.50434 -2014-03-24 07:30:00+00:00,40.25,5.5,8.517126,12.7144165,318.12082,75.82504 -2014-03-24 08:30:00+00:00,40.25,5.5,9.042872,12.789612,480.2621,97.48538 -2014-03-24 09:30:00+00:00,40.25,5.5,9.93463,12.693787,646.0596,103.75427 -2014-03-24 10:30:00+00:00,40.25,5.5,8.992283,12.550171,691.42004,118.9364 -2014-03-24 11:30:00+00:00,40.25,5.5,8.674278,12.463562,670.7063,193.46082 -2014-03-24 12:30:00+00:00,40.25,5.5,9.057518,12.40683,707.9532,203.90451 -2014-03-24 13:30:00+00:00,40.25,5.5,9.134638,12.366119,635.2948,212.25128 -2014-03-24 14:30:00+00:00,40.25,5.5,8.667101,12.412262,531.6823,171.2168 -2014-03-24 15:30:00+00:00,40.25,5.5,7.4735694,12.463287,367.26868,142.39496 -2014-03-24 16:30:00+00:00,40.25,5.5,6.349893,12.474701,178.4559,95.32882 -2014-03-24 17:30:00+00:00,40.25,5.5,5.102754,12.522217,32.92059,25.10302 -2014-03-24 18:30:00+00:00,40.25,5.5,4.0518126,12.6397705,0.0,0.0 -2014-03-24 19:30:00+00:00,40.25,5.5,3.4165852,12.758942,0.0,0.0 -2014-03-24 20:30:00+00:00,40.25,5.5,3.0961955,12.877838,0.0,0.0 -2014-03-24 21:30:00+00:00,40.25,5.5,3.6951725,13.070587,0.0,0.0 -2014-03-24 22:30:00+00:00,40.25,5.5,3.087513,13.078217,0.0,0.0 -2014-03-24 23:30:00+00:00,40.25,5.5,2.1337018,12.897125,0.0,0.0 -2014-03-25 00:30:00+00:00,40.25,5.5,2.7079592,12.4331665,0.0,0.0 -2014-03-25 01:30:00+00:00,40.25,5.5,2.292579,11.865753,0.0,0.0 -2014-03-25 02:30:00+00:00,40.25,5.5,1.4185433,11.5095825,0.0,0.0 -2014-03-25 03:30:00+00:00,40.25,5.5,2.8895028,11.607849,0.0,0.0 -2014-03-25 04:30:00+00:00,40.25,5.5,3.4582975,11.819336,0.0,0.0 -2014-03-25 05:30:00+00:00,40.25,5.5,5.2399077,11.983856,1.6897222,1.6897222 -2014-03-25 06:30:00+00:00,40.25,5.5,8.7216425,11.959961,42.418056,35.382225 -2014-03-25 07:30:00+00:00,40.25,5.5,9.547714,12.192352,135.3532,116.20628 -2014-03-25 08:30:00+00:00,40.25,5.5,9.822777,12.364746,398.93652,170.92337 -2014-03-25 09:30:00+00:00,40.25,5.5,9.806391,12.32132,520.78644,132.73596 -2014-03-25 10:30:00+00:00,40.25,5.5,10.899733,12.734772,600.91754,133.6488 -2014-03-25 11:30:00+00:00,40.25,5.5,10.779197,13.019012,718.36835,148.55261 -2014-03-25 12:30:00+00:00,40.25,5.5,9.325393,13.218292,772.10474,123.87732 -2014-03-25 13:30:00+00:00,40.25,5.5,8.245078,13.261444,712.16296,112.25568 -2014-03-25 14:30:00+00:00,40.25,5.5,8.304775,13.200897,499.89792,183.93063 -2014-03-25 15:30:00+00:00,40.25,5.5,8.779347,13.269043,280.50977,195.5834 -2014-03-25 16:30:00+00:00,40.25,5.5,9.737572,13.527496,166.38014,93.60209 -2014-03-25 17:30:00+00:00,40.25,5.5,10.024161,13.831848,39.16969,22.566633 -2014-03-25 18:30:00+00:00,40.25,5.5,8.320701,14.079712,0.0,0.0 -2014-03-25 19:30:00+00:00,40.25,5.5,7.032243,13.680084,0.0,0.0 -2014-03-25 20:30:00+00:00,40.25,5.5,8.907283,13.433044,0.0,0.0 -2014-03-25 21:30:00+00:00,40.25,5.5,6.9042873,12.129639,0.0,0.0 -2014-03-25 22:30:00+00:00,40.25,5.5,3.424648,11.866028,0.0,0.0 -2014-03-25 23:30:00+00:00,40.25,5.5,2.1066628,11.244629,0.0,0.0 -2014-03-26 00:30:00+00:00,40.25,5.5,1.8508466,10.930237,0.0,0.0 -2014-03-26 01:30:00+00:00,40.25,5.5,2.2625976,10.888977,0.0,0.0 -2014-03-26 02:30:00+00:00,40.25,5.5,2.9766037,10.919647,0.0,0.0 -2014-03-26 03:30:00+00:00,40.25,5.5,4.3747735,10.559662,0.0,0.0 -2014-03-26 04:30:00+00:00,40.25,5.5,6.7077475,10.3932495,0.0,0.0 -2014-03-26 05:30:00+00:00,40.25,5.5,9.205868,10.037872,4.6613193,3.9664235 -2014-03-26 06:30:00+00:00,40.25,5.5,10.355778,9.878784,88.6817,45.362328 -2014-03-26 07:30:00+00:00,40.25,5.5,11.073326,9.974609,176.94098,107.67462 -2014-03-26 08:30:00+00:00,40.25,5.5,11.353289,10.140778,268.40488,151.71179 -2014-03-26 09:30:00+00:00,40.25,5.5,11.301999,9.831818,350.09457,191.83173 -2014-03-26 10:30:00+00:00,40.25,5.5,11.526836,10.019409,452.99335,220.84804 -2014-03-26 11:30:00+00:00,40.25,5.5,10.316095,10.271088,431.23077,197.77011 -2014-03-26 12:30:00+00:00,40.25,5.5,8.232095,10.46817,445.82657,258.08023 -2014-03-26 13:30:00+00:00,40.25,5.5,5.6000485,10.700836,365.0545,166.0533 -2014-03-26 14:30:00+00:00,40.25,5.5,4.257071,10.995941,312.1485,181.4954 -2014-03-26 15:30:00+00:00,40.25,5.5,5.191235,11.2378235,245.15652,162.15353 -2014-03-26 16:30:00+00:00,40.25,5.5,7.9660363,11.366516,129.01674,84.92799 -2014-03-26 17:30:00+00:00,40.25,5.5,10.533142,11.509308,24.005833,20.444479 -2014-03-26 18:30:00+00:00,40.25,5.5,11.941763,11.566589,0.0,0.0 -2014-03-26 19:30:00+00:00,40.25,5.5,12.658359,11.678162,0.0,0.0 -2014-03-26 20:30:00+00:00,40.25,5.5,12.97179,11.553833,0.0,0.0 -2014-03-26 21:30:00+00:00,40.25,5.5,13.222954,11.385773,0.0,0.0 -2014-03-26 22:30:00+00:00,40.25,5.5,12.963128,11.258453,0.0,0.0 -2014-03-26 23:30:00+00:00,40.25,5.5,13.591887,11.184631,0.0,0.0 -2014-03-27 00:30:00+00:00,40.25,5.5,14.7010975,11.241364,0.0,0.0 -2014-03-27 01:30:00+00:00,40.25,5.5,14.624868,11.324982,0.0,0.0 -2014-03-27 02:30:00+00:00,40.25,5.5,13.79963,11.420532,0.0,0.0 -2014-03-27 03:30:00+00:00,40.25,5.5,13.134655,11.477264,0.0,0.0 -2014-03-27 04:30:00+00:00,40.25,5.5,12.761443,11.550293,0.0,0.0 -2014-03-27 05:30:00+00:00,40.25,5.5,12.7704735,11.630127,4.4428124,4.40559 -2014-03-27 06:30:00+00:00,40.25,5.5,12.456813,11.886383,74.275276,66.308784 -2014-03-27 07:30:00+00:00,40.25,5.5,12.138464,11.982513,185.62268,131.83018 -2014-03-27 08:30:00+00:00,40.25,5.5,11.808934,11.992004,340.85934,210.45444 -2014-03-27 09:30:00+00:00,40.25,5.5,11.266853,12.045471,421.45657,215.30786 -2014-03-27 10:30:00+00:00,40.25,5.5,11.219267,11.965668,527.3706,259.30157 -2014-03-27 11:30:00+00:00,40.25,5.5,10.639155,11.945862,533.7653,320.27057 -2014-03-27 12:30:00+00:00,40.25,5.5,9.891477,11.964844,614.14404,306.5403 -2014-03-27 13:30:00+00:00,40.25,5.5,9.226343,12.009918,621.42737,210.97885 -2014-03-27 14:30:00+00:00,40.25,5.5,8.44018,12.042786,538.29553,175.79495 -2014-03-27 15:30:00+00:00,40.25,5.5,7.6701784,12.137238,408.24463,105.678925 -2014-03-27 16:30:00+00:00,40.25,5.5,7.163207,12.238495,221.22354,67.911835 -2014-03-27 17:30:00+00:00,40.25,5.5,7.086114,12.318878,49.002186,20.126734 -2014-03-27 18:30:00+00:00,40.25,5.5,7.0447907,12.405457,0.0,0.0 -2014-03-27 19:30:00+00:00,40.25,5.5,6.757391,12.470612,0.0,0.0 -2014-03-27 20:30:00+00:00,40.25,5.5,6.004829,12.491791,0.0,0.0 -2014-03-27 21:30:00+00:00,40.25,5.5,5.130094,12.537689,0.0,0.0 -2014-03-27 22:30:00+00:00,40.25,5.5,4.264276,12.511902,0.0,0.0 -2014-03-27 23:30:00+00:00,40.25,5.5,3.8015783,12.486633,0.0,0.0 -2014-03-28 00:30:00+00:00,40.25,5.5,4.1852765,12.443756,0.0,0.0 -2014-03-28 01:30:00+00:00,40.25,5.5,4.5526266,12.399231,0.0,0.0 -2014-03-28 02:30:00+00:00,40.25,5.5,3.8488734,12.330536,0.0,0.0 -2014-03-28 03:30:00+00:00,40.25,5.5,2.8097577,12.286011,0.0,0.0 -2014-03-28 04:30:00+00:00,40.25,5.5,1.8062915,12.245575,0.0,0.0 -2014-03-28 05:30:00+00:00,40.25,5.5,0.84908265,12.257233,10.313194,6.118993 -2014-03-28 06:30:00+00:00,40.25,5.5,0.15349917,12.298248,142.24323,47.662743 -2014-03-28 07:30:00+00:00,40.25,5.5,0.7587183,12.431793,341.44202,75.792725 -2014-03-28 08:30:00+00:00,40.25,5.5,1.794566,12.601471,531.8425,91.87329 -2014-03-28 09:30:00+00:00,40.25,5.5,3.7597067,12.576233,686.7587,102.05237 -2014-03-28 10:30:00+00:00,40.25,5.5,4.576187,12.757568,791.9153,107.99988 -2014-03-28 11:30:00+00:00,40.25,5.5,5.2665653,12.922638,837.3195,112.6037 -2014-03-28 12:30:00+00:00,40.25,5.5,6.0259147,13.070068,818.5722,112.61859 -2014-03-28 13:30:00+00:00,40.25,5.5,6.585029,13.167511,740.29114,105.76306 -2014-03-28 14:30:00+00:00,40.25,5.5,6.852437,13.264984,605.8702,97.27985 -2014-03-28 15:30:00+00:00,40.25,5.5,7.1000013,13.345886,430.63354,81.63382 -2014-03-28 16:30:00+00:00,40.25,5.5,7.40526,13.400726,227.73483,66.208466 -2014-03-28 17:30:00+00:00,40.25,5.5,7.8227096,13.426514,46.016006,26.571283 -2014-03-28 18:30:00+00:00,40.25,5.5,8.00908,13.476746,0.0,0.0 -2014-03-28 19:30:00+00:00,40.25,5.5,8.308495,13.540253,0.0,0.0 -2014-03-28 20:30:00+00:00,40.25,5.5,8.886049,13.558441,0.0,0.0 -2014-03-28 21:30:00+00:00,40.25,5.5,10.242573,13.590759,0.0,0.0 -2014-03-28 22:30:00+00:00,40.25,5.5,10.794618,13.62088,0.0,0.0 -2014-03-28 23:30:00+00:00,40.25,5.5,10.541312,13.682526,0.0,0.0 -2014-03-29 00:30:00+00:00,40.25,5.5,9.560854,13.819885,0.0,0.0 -2014-03-29 01:30:00+00:00,40.25,5.5,9.135659,13.956726,0.0,0.0 -2014-03-29 02:30:00+00:00,40.25,5.5,9.738887,14.088379,0.0,0.0 -2014-03-29 03:30:00+00:00,40.25,5.5,10.537037,14.110657,0.0,0.0 -2014-03-29 04:30:00+00:00,40.25,5.5,10.799842,14.081329,0.0,0.0 -2014-03-29 05:30:00+00:00,40.25,5.5,11.193625,14.093536,8.579757,7.9593053 -2014-03-29 06:30:00+00:00,40.25,5.5,12.400875,14.035187,89.19153,73.60597 -2014-03-29 07:30:00+00:00,40.25,5.5,12.41845,13.987396,203.62704,164.5391 -2014-03-29 08:30:00+00:00,40.25,5.5,12.307231,13.95752,336.6933,232.93024 -2014-03-29 09:30:00+00:00,40.25,5.5,12.981222,14.071289,452.8768,272.00497 -2014-03-29 10:30:00+00:00,40.25,5.5,12.387483,14.034912,612.4397,299.3885 -2014-03-29 11:30:00+00:00,40.25,5.5,12.015534,14.16684,649.52637,289.99152 -2014-03-29 12:30:00+00:00,40.25,5.5,11.168174,14.312897,685.33124,299.37787 -2014-03-29 13:30:00+00:00,40.25,5.5,10.292132,14.538788,584.9088,308.92294 -2014-03-29 14:30:00+00:00,40.25,5.5,12.189524,14.90744,449.43906,260.3153 -2014-03-29 15:30:00+00:00,40.25,5.5,13.266285,15.0885315,231.95915,201.34644 -2014-03-29 16:30:00+00:00,40.25,5.5,12.786644,15.255768,112.279655,103.53139 -2014-03-29 17:30:00+00:00,40.25,5.5,12.059843,15.374939,23.84559,23.84559 -2014-03-29 18:30:00+00:00,40.25,5.5,11.557258,15.293762,0.0,0.0 -2014-03-29 19:30:00+00:00,40.25,5.5,11.336756,15.084991,0.0,0.0 -2014-03-29 20:30:00+00:00,40.25,5.5,11.249384,14.874603,0.0,0.0 -2014-03-29 21:30:00+00:00,40.25,5.5,11.915864,14.401123,0.0,0.0 -2014-03-29 22:30:00+00:00,40.25,5.5,12.056202,14.302582,0.0,0.0 -2014-03-29 23:30:00+00:00,40.25,5.5,12.784053,14.280334,0.0,0.0 -2014-03-30 00:30:00+00:00,40.25,5.5,12.690317,14.241516,0.0,0.0 -2014-03-30 01:30:00+00:00,40.25,5.5,12.702536,14.212463,0.0,0.0 -2014-03-30 02:30:00+00:00,40.25,5.5,11.643571,14.202667,0.0,0.0 -2014-03-30 03:30:00+00:00,40.25,5.5,10.541574,14.220337,0.0,0.0 -2014-03-30 04:30:00+00:00,40.25,5.5,11.107401,14.221405,0.0,0.0 -2014-03-30 05:30:00+00:00,40.25,5.5,11.376789,14.2395935,11.6241665,8.087639 -2014-03-30 06:30:00+00:00,40.25,5.5,10.897184,14.284119,94.42094,59.030834 -2014-03-30 07:30:00+00:00,40.25,5.5,10.2612095,14.304749,248.27379,123.60179 -2014-03-30 08:30:00+00:00,40.25,5.5,9.762331,14.36557,475.62988,139.60986 -2014-03-30 09:30:00+00:00,40.25,5.5,10.226845,14.279785,599.8542,173.58435 -2014-03-30 10:30:00+00:00,40.25,5.5,9.889188,14.291992,696.88257,193.66528 -2014-03-30 11:30:00+00:00,40.25,5.5,9.569646,14.299042,713.7362,226.41467 -2014-03-30 12:30:00+00:00,40.25,5.5,9.263782,14.289825,706.584,199.70605 -2014-03-30 13:30:00+00:00,40.25,5.5,8.555011,14.3194275,603.5541,249.40466 -2014-03-30 14:30:00+00:00,40.25,5.5,7.587666,14.3063965,467.15213,204.31967 -2014-03-30 15:30:00+00:00,40.25,5.5,7.3269215,14.31073,305.56436,167.57762 -2014-03-30 16:30:00+00:00,40.25,5.5,6.55049,14.301514,151.75525,103.85699 -2014-03-30 17:30:00+00:00,40.25,5.5,6.027236,14.336243,35.134724,29.575558 -2014-03-30 18:30:00+00:00,40.25,5.5,5.8842654,14.359314,0.0,0.0 -2014-03-30 19:30:00+00:00,40.25,5.5,5.7379932,14.362579,0.0,0.0 -2014-03-30 20:30:00+00:00,40.25,5.5,5.161977,14.309387,0.0,0.0 -2014-03-30 21:30:00+00:00,40.25,5.5,4.044554,13.917358,0.0,0.0 -2014-03-30 22:30:00+00:00,40.25,5.5,2.9581892,13.805237,0.0,0.0 -2014-03-30 23:30:00+00:00,40.25,5.5,2.1546268,13.750671,0.0,0.0 -2014-03-31 00:30:00+00:00,40.25,5.5,2.0148351,13.667328,0.0,0.0 -2014-03-31 01:30:00+00:00,40.25,5.5,2.1478703,13.588867,0.0,0.0 -2014-03-31 02:30:00+00:00,40.25,5.5,2.3060477,13.507965,0.0,0.0 -2014-03-31 03:30:00+00:00,40.25,5.5,2.8192594,13.503876,0.0,0.0 -2014-03-31 04:30:00+00:00,40.25,5.5,3.2833726,13.480011,0.0,0.0 -2014-03-31 05:30:00+00:00,40.25,5.5,3.226048,13.501984,13.226493,8.610382 -2014-03-31 06:30:00+00:00,40.25,5.5,2.9308536,13.513123,143.65617,55.39183 -2014-03-31 07:30:00+00:00,40.25,5.5,2.4353273,13.5633545,344.501,81.97876 -2014-03-31 08:30:00+00:00,40.25,5.5,1.8258691,13.618988,530.15283,90.754425 -2014-03-31 09:30:00+00:00,40.25,5.5,1.7732285,13.781342,653.8673,104.97296 -2014-03-31 10:30:00+00:00,40.25,5.5,2.440979,13.907837,779.184,119.36664 -2014-03-31 11:30:00+00:00,40.25,5.5,3.383075,14.041962,800.07263,124.0741 -2014-03-31 12:30:00+00:00,40.25,5.5,4.091855,14.141327,793.51764,130.51123 -2014-03-31 13:30:00+00:00,40.25,5.5,4.328621,14.202423,714.27515,122.48328 -2014-03-31 14:30:00+00:00,40.25,5.5,4.437873,14.201324,587.98236,102.32364 -2014-03-31 15:30:00+00:00,40.25,5.5,4.0700326,14.131012,416.0232,88.63971 -2014-03-31 16:30:00+00:00,40.25,5.5,3.7694967,14.0468445,223.05894,67.52606 -2014-03-31 17:30:00+00:00,40.25,5.5,3.6043658,13.952637,53.605244,22.880869 -2014-03-31 18:30:00+00:00,40.25,5.5,3.628682,13.886688,0.0,0.0 -2014-03-31 19:30:00+00:00,40.25,5.5,3.8117368,13.837524,0.0,0.0 -2014-03-31 20:30:00+00:00,40.25,5.5,4.017617,13.775635,0.0,0.0 -2014-03-31 21:30:00+00:00,40.25,5.5,4.0798726,13.742249,0.0,0.0 -2014-03-31 22:30:00+00:00,40.25,5.5,3.955021,13.700989,0.0,0.0 -2014-03-31 23:30:00+00:00,40.25,5.5,4.088718,13.681427,0.0,0.0 -2014-04-01 00:30:00+00:00,40.25,5.5,4.242435,13.655365,0.0,0.0 -2014-04-01 01:30:00+00:00,40.25,5.5,4.3446655,13.634186,0.0,0.0 -2014-04-01 02:30:00+00:00,40.25,5.5,4.741505,13.593201,0.0,0.0 -2014-04-01 03:30:00+00:00,40.25,5.5,5.43359,13.592133,0.0,0.0 -2014-04-01 04:30:00+00:00,40.25,5.5,5.8261733,13.606232,0.0,0.0 -2014-04-01 05:30:00+00:00,40.25,5.5,5.8530726,13.654572,15.265833,9.43368 -2014-04-01 06:30:00+00:00,40.25,5.5,5.6905355,13.691742,129.33719,77.45566 -2014-04-01 07:30:00+00:00,40.25,5.5,5.1967106,13.742523,279.1405,145.81952 -2014-04-01 08:30:00+00:00,40.25,5.5,4.8353667,13.791931,497.30502,156.0112 -2014-04-01 09:30:00+00:00,40.25,5.5,5.097535,13.880157,652.71655,165.61841 -2014-04-01 10:30:00+00:00,40.25,5.5,4.5577497,13.973267,803.0733,106.488464 -2014-04-01 11:30:00+00:00,40.25,5.5,4.0332913,14.0512085,832.498,115.74866 -2014-04-01 12:30:00+00:00,40.25,5.5,4.6304636,14.118256,829.52637,110.02234 -2014-04-01 13:30:00+00:00,40.25,5.5,5.462574,14.156525,751.0413,102.82623 -2014-04-01 14:30:00+00:00,40.25,5.5,6.3386846,14.139709,609.9343,107.25061 -2014-04-01 15:30:00+00:00,40.25,5.5,6.973357,14.159241,429.2934,96.797485 -2014-04-01 16:30:00+00:00,40.25,5.5,7.092583,14.144318,201.63141,70.481964 -2014-04-01 17:30:00+00:00,40.25,5.5,6.828746,14.13208,48.6817,30.812918 -2014-04-01 18:30:00+00:00,40.25,5.5,6.6931973,14.122314,0.0,0.0 -2014-04-01 19:30:00+00:00,40.25,5.5,6.909599,14.174713,0.0,0.0 -2014-04-01 20:30:00+00:00,40.25,5.5,7.0427194,14.264038,0.0,0.0 -2014-04-01 21:30:00+00:00,40.25,5.5,7.775537,14.200226,0.0,0.0 -2014-04-01 22:30:00+00:00,40.25,5.5,7.72661,14.32431,0.0,0.0 -2014-04-01 23:30:00+00:00,40.25,5.5,7.8902154,14.46521,0.0,0.0 -2014-04-02 00:30:00+00:00,40.25,5.5,8.288593,14.584656,0.0,0.0 -2014-04-02 01:30:00+00:00,40.25,5.5,8.056853,14.660675,0.0,0.0 -2014-04-02 02:30:00+00:00,40.25,5.5,8.064791,14.687286,0.0,0.0 -2014-04-02 03:30:00+00:00,40.25,5.5,8.462962,14.766815,0.0,0.0 -2014-04-02 04:30:00+00:00,40.25,5.5,8.868168,14.882477,0.0,0.0 -2014-04-02 05:30:00+00:00,40.25,5.5,9.209028,15.038849,10.109236,10.109236 -2014-04-02 06:30:00+00:00,40.25,5.5,9.355583,15.155304,95.61542,84.186844 -2014-04-02 07:30:00+00:00,40.25,5.5,9.347282,15.275848,256.88266,179.1038 -2014-04-02 08:30:00+00:00,40.25,5.5,9.472033,15.406982,417.509,245.52194 -2014-04-02 09:30:00+00:00,40.25,5.5,9.467824,15.86795,626.2198,219.02243 -2014-04-02 10:30:00+00:00,40.25,5.5,9.769776,16.003967,755.7172,193.19794 -2014-04-02 11:30:00+00:00,40.25,5.5,9.790978,16.164673,740.40765,289.63028 -2014-04-02 12:30:00+00:00,40.25,5.5,9.572666,16.233093,643.69977,349.51004 -2014-04-02 13:30:00+00:00,40.25,5.5,9.510589,16.200256,500.29123,341.30865 -2014-04-02 14:30:00+00:00,40.25,5.5,9.505259,16.111206,399.9125,285.35373 -2014-04-02 15:30:00+00:00,40.25,5.5,9.543489,16.007477,293.44492,198.03305 -2014-04-02 16:30:00+00:00,40.25,5.5,9.777955,15.933655,182.03928,98.328995 -2014-04-02 17:30:00+00:00,40.25,5.5,10.1218,15.945862,54.173332,35.435936 -2014-04-02 18:30:00+00:00,40.25,5.5,10.507451,15.9982605,0.0,0.0 -2014-04-02 19:30:00+00:00,40.25,5.5,10.958283,16.068848,0.0,0.0 -2014-04-02 20:30:00+00:00,40.25,5.5,11.409126,16.093018,0.0,0.0 -2014-04-02 21:30:00+00:00,40.25,5.5,11.133161,15.956451,0.0,0.0 -2014-04-02 22:30:00+00:00,40.25,5.5,11.280049,15.957825,0.0,0.0 -2014-04-02 23:30:00+00:00,40.25,5.5,11.346794,15.991211,0.0,0.0 -2014-04-03 00:30:00+00:00,40.25,5.5,11.68754,15.982513,0.0,0.0 -2014-04-03 01:30:00+00:00,40.25,5.5,11.638444,15.930389,0.0,0.0 -2014-04-03 02:30:00+00:00,40.25,5.5,10.68757,15.882874,0.0,0.0 -2014-04-03 03:30:00+00:00,40.25,5.5,9.74077,15.832123,0.0,0.0 -2014-04-03 04:30:00+00:00,40.25,5.5,9.981789,15.790863,0.0,0.0 -2014-04-03 05:30:00+00:00,40.25,5.5,10.217995,15.771301,6.467604,6.1697917 -2014-04-03 06:30:00+00:00,40.25,5.5,9.595864,15.753662,79.85431,72.88052 -2014-04-03 07:30:00+00:00,40.25,5.5,8.502245,15.485718,179.83972,152.65187 -2014-04-03 08:30:00+00:00,40.25,5.5,6.746964,15.02066,322.38885,233.91354 -2014-04-03 09:30:00+00:00,40.25,5.5,5.308933,14.924286,392.7894,261.01953 -2014-04-03 10:30:00+00:00,40.25,5.5,4.2985954,14.616699,396.72238,271.30585 -2014-04-03 11:30:00+00:00,40.25,5.5,6.170057,14.31427,235.35318,213.73694 -2014-04-03 12:30:00+00:00,40.25,5.5,7.1161556,14.04007,203.84554,203.84554 -2014-04-03 13:30:00+00:00,40.25,5.5,5.073504,13.914642,217.36339,212.13925 -2014-04-03 14:30:00+00:00,40.25,5.5,3.7724974,13.961884,474.5811,177.79791 -2014-04-03 15:30:00+00:00,40.25,5.5,5.512327,13.8437805,316.7807,119.156906 -2014-04-03 16:30:00+00:00,40.25,5.5,6.2941394,13.694458,201.76251,64.64441 -2014-04-03 17:30:00+00:00,40.25,5.5,6.9550405,13.875549,47.66205,20.623125 -2014-04-03 18:30:00+00:00,40.25,5.5,7.429789,14.105225,0.0,0.0 -2014-04-03 19:30:00+00:00,40.25,5.5,8.862792,14.082672,0.0,0.0 -2014-04-03 20:30:00+00:00,40.25,5.5,8.844272,13.934174,0.0,0.0 -2014-04-03 21:30:00+00:00,40.25,5.5,9.04024,13.986847,0.0,0.0 -2014-04-03 22:30:00+00:00,40.25,5.5,8.516223,14.028381,0.0,0.0 -2014-04-03 23:30:00+00:00,40.25,5.5,9.027322,13.997711,0.0,0.0 -2014-04-04 00:30:00+00:00,40.25,5.5,9.231476,13.887756,0.0,0.0 -2014-04-04 01:30:00+00:00,40.25,5.5,8.60654,13.715912,0.0,0.0 -2014-04-04 02:30:00+00:00,40.25,5.5,7.5763574,13.731659,0.0,0.0 -2014-04-04 03:30:00+00:00,40.25,5.5,5.4109535,13.1409,0.0,0.0 -2014-04-04 04:30:00+00:00,40.25,5.5,1.261967,12.983734,0.0,0.0 -2014-04-04 05:30:00+00:00,40.25,5.5,2.7530844,13.210693,14.77059,11.283714 -2014-04-04 06:30:00+00:00,40.25,5.5,6.453418,13.4843445,132.48358,62.59678 -2014-04-04 07:30:00+00:00,40.25,5.5,8.540032,13.589661,295.426,108.014694 -2014-04-04 08:30:00+00:00,40.25,5.5,10.018658,13.545166,392.25046,178.95424 -2014-04-04 09:30:00+00:00,40.25,5.5,12.021111,13.3298645,562.1849,205.00769 -2014-04-04 10:30:00+00:00,40.25,5.5,13.407486,13.295654,518.1645,205.32425 -2014-04-04 11:30:00+00:00,40.25,5.5,13.503587,13.828583,407.06473,211.24022 -2014-04-04 12:30:00+00:00,40.25,5.5,13.048436,13.808502,406.94818,193.54028 -2014-04-04 13:30:00+00:00,40.25,5.5,11.611594,13.915466,430.58987,300.04846 -2014-04-04 14:30:00+00:00,40.25,5.5,12.290655,14.128021,410.72095,233.84479 -2014-04-04 15:30:00+00:00,40.25,5.5,13.313262,14.3454895,168.47774,145.71985 -2014-04-04 16:30:00+00:00,40.25,5.5,13.308928,14.466003,104.10778,83.60834 -2014-04-04 17:30:00+00:00,40.25,5.5,12.501931,14.605011,29.104132,28.28514 -2014-04-04 18:30:00+00:00,40.25,5.5,11.370409,14.66095,0.014583333,0.014583333 -2014-04-04 19:30:00+00:00,40.25,5.5,11.184888,14.6753235,0.0,0.0 -2014-04-04 20:30:00+00:00,40.25,5.5,10.703902,14.834961,0.0,0.0 -2014-04-04 21:30:00+00:00,40.25,5.5,10.45715,14.760834,0.0,0.0 -2014-04-04 22:30:00+00:00,40.25,5.5,10.336618,14.762756,0.0,0.0 -2014-04-04 23:30:00+00:00,40.25,5.5,9.983883,14.680206,0.0,0.0 -2014-04-05 00:30:00+00:00,40.25,5.5,9.537425,14.600128,0.0,0.0 -2014-04-05 01:30:00+00:00,40.25,5.5,9.564169,14.4592285,0.0,0.0 -2014-04-05 02:30:00+00:00,40.25,5.5,9.89415,14.34848,0.0,0.0 -2014-04-05 03:30:00+00:00,40.25,5.5,9.826373,14.246674,0.0,0.0 -2014-04-05 04:30:00+00:00,40.25,5.5,9.960189,14.192902,0.0,0.0 -2014-04-05 05:30:00+00:00,40.25,5.5,10.56748,14.160065,22.738543,12.848681 -2014-04-05 06:30:00+00:00,40.25,5.5,11.178232,14.168488,172.33792,56.53827 -2014-04-05 07:30:00+00:00,40.25,5.5,11.476659,14.199158,363.1754,86.80487 -2014-04-05 08:30:00+00:00,40.25,5.5,11.568228,14.231445,542.5054,103.64053 -2014-04-05 09:30:00+00:00,40.25,5.5,10.735763,14.186676,697.87305,110.75928 -2014-04-05 10:30:00+00:00,40.25,5.5,11.365695,14.258331,790.4732,130.81714 -2014-04-05 11:30:00+00:00,40.25,5.5,11.378448,14.382935,827.10834,128.93512 -2014-04-05 12:30:00+00:00,40.25,5.5,11.479161,14.485565,822.60724,112.831726 -2014-04-05 13:30:00+00:00,40.25,5.5,11.479799,14.65686,740.4514,112.090576 -2014-04-05 14:30:00+00:00,40.25,5.5,11.700428,14.853699,597.15936,114.329834 -2014-04-05 15:30:00+00:00,40.25,5.5,11.661808,15.055145,426.6423,90.23758 -2014-04-05 16:30:00+00:00,40.25,5.5,11.267336,15.169983,238.82004,66.94466 -2014-04-05 17:30:00+00:00,40.25,5.5,10.532157,15.196564,62.76764,29.598717 -2014-04-05 18:30:00+00:00,40.25,5.5,9.845807,15.221558,0.029131945,0.029131945 -2014-04-05 19:30:00+00:00,40.25,5.5,9.769969,15.314667,0.0,0.0 -2014-04-05 20:30:00+00:00,40.25,5.5,10.525425,15.437103,0.0,0.0 -2014-04-05 21:30:00+00:00,40.25,5.5,10.482157,15.436035,0.0,0.0 -2014-04-05 22:30:00+00:00,40.25,5.5,10.769541,15.367889,0.0,0.0 -2014-04-05 23:30:00+00:00,40.25,5.5,10.673292,15.309235,0.0,0.0 -2014-04-06 00:30:00+00:00,40.25,5.5,10.567938,15.225891,0.0,0.0 -2014-04-06 01:30:00+00:00,40.25,5.5,10.743593,15.117859,0.0,0.0 -2014-04-06 02:30:00+00:00,40.25,5.5,10.954059,15.034515,0.0,0.0 -2014-04-06 03:30:00+00:00,40.25,5.5,10.812957,14.964722,0.0,0.0 -2014-04-06 04:30:00+00:00,40.25,5.5,10.574033,14.895508,0.0,0.0 -2014-04-06 05:30:00+00:00,40.25,5.5,10.158366,14.831421,25.88493,13.066562 -2014-04-06 06:30:00+00:00,40.25,5.5,9.618363,14.759766,180.55347,55.43473 -2014-04-06 07:30:00+00:00,40.25,5.5,8.917029,14.758667,378.57236,79.890625 -2014-04-06 08:30:00+00:00,40.25,5.5,8.3875265,14.78067,564.5301,94.51898 -2014-04-06 09:30:00+00:00,40.25,5.5,8.077004,14.927551,715.994,103.18152 -2014-04-06 10:30:00+00:00,40.25,5.5,7.8474636,14.927002,816.5329,109.35083 -2014-04-06 11:30:00+00:00,40.25,5.5,7.5390897,14.872711,858.25183,111.510315 -2014-04-06 12:30:00+00:00,40.25,5.5,7.009016,14.826813,838.22266,110.33014 -2014-04-06 13:30:00+00:00,40.25,5.5,6.7768764,14.784454,757.4943,106.82233 -2014-04-06 14:30:00+00:00,40.25,5.5,6.6484284,14.783112,623.77264,97.99603 -2014-04-06 15:30:00+00:00,40.25,5.5,6.3562775,14.810242,448.62332,85.4899 -2014-04-06 16:30:00+00:00,40.25,5.5,5.8543925,14.857208,251.55128,65.62904 -2014-04-06 17:30:00+00:00,40.25,5.5,5.4294677,14.947357,69.59941,27.570557 -2014-04-06 18:30:00+00:00,40.25,5.5,5.165862,15.047791,0.101979166,0.08958333 -2014-04-06 19:30:00+00:00,40.25,5.5,4.7753563,15.09967,0.0,0.0 -2014-04-06 20:30:00+00:00,40.25,5.5,4.2484813,15.060028,0.0,0.0 -2014-04-06 21:30:00+00:00,40.25,5.5,3.2445283,14.66394,0.0,0.0 -2014-04-06 22:30:00+00:00,40.25,5.5,3.0938942,14.628906,0.0,0.0 -2014-04-06 23:30:00+00:00,40.25,5.5,3.2301645,14.603668,0.0,0.0 -2014-04-07 00:30:00+00:00,40.25,5.5,3.3569705,14.563202,0.0,0.0 -2014-04-07 01:30:00+00:00,40.25,5.5,3.3738546,14.517883,0.0,0.0 -2014-04-07 02:30:00+00:00,40.25,5.5,3.4013186,14.479584,0.0,0.0 -2014-04-07 03:30:00+00:00,40.25,5.5,3.3212142,14.490173,0.0,0.0 -2014-04-07 04:30:00+00:00,40.25,5.5,2.969942,14.464661,0.0,0.0 -2014-04-07 05:30:00+00:00,40.25,5.5,2.570771,14.449188,28.681702,13.815868 -2014-04-07 06:30:00+00:00,40.25,5.5,2.4649177,14.423401,186.23448,56.263885 -2014-04-07 07:30:00+00:00,40.25,5.5,2.4378097,14.493439,385.5061,79.62723 -2014-04-07 08:30:00+00:00,40.25,5.5,2.44291,14.634338,570.24023,96.71738 -2014-04-07 09:30:00+00:00,40.25,5.5,3.0419376,15.036682,722.60724,103.46619 -2014-04-07 10:30:00+00:00,40.25,5.5,3.0112412,15.217468,824.0931,108.43579 -2014-04-07 11:30:00+00:00,40.25,5.5,3.0083046,15.400177,865.6517,112.7677 -2014-04-07 12:30:00+00:00,40.25,5.5,3.3598027,15.553589,847.85126,108.13312 -2014-04-07 13:30:00+00:00,40.25,5.5,3.5136273,15.618469,766.1324,104.80115 -2014-04-07 14:30:00+00:00,40.25,5.5,3.3279004,15.600525,631.0268,97.33331 -2014-04-07 15:30:00+00:00,40.25,5.5,3.0502508,15.48761,454.94528,85.173096 -2014-04-07 16:30:00+00:00,40.25,5.5,3.0660443,15.314941,256.76614,65.81831 -2014-04-07 17:30:00+00:00,40.25,5.5,3.315056,15.173767,72.78948,28.62629 -2014-04-07 18:30:00+00:00,40.25,5.5,3.4128664,15.074951,0.17479166,0.16239583 -2014-04-07 19:30:00+00:00,40.25,5.5,3.5522206,15.028809,0.0,0.0 -2014-04-07 20:30:00+00:00,40.25,5.5,3.735222,14.970703,0.0,0.0 -2014-04-07 21:30:00+00:00,40.25,5.5,3.4230208,14.792877,0.0,0.0 -2014-04-07 22:30:00+00:00,40.25,5.5,3.637087,14.77063,0.0,0.0 -2014-04-07 23:30:00+00:00,40.25,5.5,3.5612628,14.738861,0.0,0.0 -2014-04-08 00:30:00+00:00,40.25,5.5,3.592062,14.700043,0.0,0.0 -2014-04-08 01:30:00+00:00,40.25,5.5,3.7830286,14.634888,0.0,0.0 -2014-04-08 02:30:00+00:00,40.25,5.5,3.7851162,14.58194,0.0,0.0 -2014-04-08 03:30:00+00:00,40.25,5.5,3.5628247,14.545013,0.0,0.0 -2014-04-08 04:30:00+00:00,40.25,5.5,3.4610252,14.53009,0.0,0.0 -2014-04-08 05:30:00+00:00,40.25,5.5,3.4734197,14.536346,29.468298,18.660173 -2014-04-08 06:30:00+00:00,40.25,5.5,3.306182,14.560486,185.06914,66.78771 -2014-04-08 07:30:00+00:00,40.25,5.5,3.1217785,14.639496,387.80765,85.9989 -2014-04-08 08:30:00+00:00,40.25,5.5,2.9865482,14.781494,576.75146,94.65411 -2014-04-08 09:30:00+00:00,40.25,5.5,2.9470308,15.078766,726.5257,102.90509 -2014-04-08 10:30:00+00:00,40.25,5.5,3.1740303,15.248169,825.1272,109.06036 -2014-04-08 11:30:00+00:00,40.25,5.5,3.2302136,15.394745,854.3771,128.61896 -2014-04-08 12:30:00+00:00,40.25,5.5,3.1920547,15.494659,840.8738,115.53754 -2014-04-08 13:30:00+00:00,40.25,5.5,3.4228709,15.521271,759.43176,108.26343 -2014-04-08 14:30:00+00:00,40.25,5.5,3.7198768,15.45694,623.81635,99.10687 -2014-04-08 15:30:00+00:00,40.25,5.5,3.6805122,15.342346,447.31235,87.34317 -2014-04-08 16:30:00+00:00,40.25,5.5,3.5547526,15.194672,251.36192,67.18933 -2014-04-08 17:30:00+00:00,40.25,5.5,3.26396,15.080933,72.23597,29.251629 -2014-04-08 18:30:00+00:00,40.25,5.5,3.213415,15.016846,0.2621875,0.24979168 -2014-04-08 19:30:00+00:00,40.25,5.5,3.6325796,15.071686,0.0,0.0 -2014-04-08 20:30:00+00:00,40.25,5.5,4.099131,15.221832,0.0,0.0 -2014-04-08 21:30:00+00:00,40.25,5.5,4.950204,14.954407,0.0,0.0 -2014-04-08 22:30:00+00:00,40.25,5.5,5.853093,15.204163,0.0,0.0 -2014-04-08 23:30:00+00:00,40.25,5.5,6.9038267,15.34671,0.0,0.0 -2014-04-09 00:30:00+00:00,40.25,5.5,7.0157804,15.322815,0.0,0.0 -2014-04-09 01:30:00+00:00,40.25,5.5,7.1915536,15.214233,0.0,0.0 -2014-04-09 02:30:00+00:00,40.25,5.5,7.80543,15.049713,0.0,0.0 -2014-04-09 03:30:00+00:00,40.25,5.5,7.9103866,14.932434,0.0,0.0 -2014-04-09 04:30:00+00:00,40.25,5.5,7.971742,14.777679,0.0,0.0 -2014-04-09 05:30:00+00:00,40.25,5.5,7.578759,14.694336,33.809166,15.654999 -2014-04-09 06:30:00+00:00,40.25,5.5,6.896456,14.64682,196.94095,58.110413 -2014-04-09 07:30:00+00:00,40.25,5.5,6.76256,14.6796875,398.00427,81.28003 -2014-04-09 08:30:00+00:00,40.25,5.5,7.080819,14.717407,586.42377,95.15622 -2014-04-09 09:30:00+00:00,40.25,5.5,7.65649,14.696777,738.8782,104.300476 -2014-04-09 10:30:00+00:00,40.25,5.5,7.575395,14.663666,841.35443,109.52832 -2014-04-09 11:30:00+00:00,40.25,5.5,7.2600026,14.609894,885.02527,111.23236 -2014-04-09 12:30:00+00:00,40.25,5.5,6.733285,14.578674,865.8555,109.99347 -2014-04-09 13:30:00+00:00,40.25,5.5,6.4335055,14.611816,785.8265,105.22424 -2014-04-09 14:30:00+00:00,40.25,5.5,6.2548923,14.649536,647.3997,104.78424 -2014-04-09 15:30:00+00:00,40.25,5.5,6.305246,14.704376,470.1674,90.666626 -2014-04-09 16:30:00+00:00,40.25,5.5,6.248531,14.810242,270.79382,67.47435 -2014-04-09 17:30:00+00:00,40.25,5.5,6.2140746,14.90094,80.74288,30.685486 -2014-04-09 18:30:00+00:00,40.25,5.5,6.2421694,14.9565735,0.40788195,0.3706597 -2014-04-09 19:30:00+00:00,40.25,5.5,6.026109,14.998108,0.0,0.0 -2014-04-09 20:30:00+00:00,40.25,5.5,5.8008957,14.984833,0.0,0.0 -2014-04-09 21:30:00+00:00,40.25,5.5,5.6477175,14.698669,0.0,0.0 -2014-04-09 22:30:00+00:00,40.25,5.5,5.7005424,14.714142,0.0,0.0 -2014-04-09 23:30:00+00:00,40.25,5.5,5.5896106,14.745087,0.0,0.0 -2014-04-10 00:30:00+00:00,40.25,5.5,5.322115,14.767639,0.0,0.0 -2014-04-10 01:30:00+00:00,40.25,5.5,5.118813,14.807556,0.0,0.0 -2014-04-10 02:30:00+00:00,40.25,5.5,4.9307346,14.783936,0.0,0.0 -2014-04-10 03:30:00+00:00,40.25,5.5,4.462253,14.770355,0.0,0.0 -2014-04-10 04:30:00+00:00,40.25,5.5,3.9569578,14.7144165,0.0,0.0 -2014-04-10 05:30:00+00:00,40.25,5.5,3.5411842,14.657959,36.47486,16.657883 -2014-04-10 06:30:00+00:00,40.25,5.5,3.0545235,14.66745,201.63141,58.892075 -2014-04-10 07:30:00+00:00,40.25,5.5,2.724272,14.697876,402.34515,81.76175 -2014-04-10 08:30:00+00:00,40.25,5.5,2.4809325,14.764374,591.0414,96.547516 -2014-04-10 09:30:00+00:00,40.25,5.5,2.2875133,15.019287,738.4121,109.083374 -2014-04-10 10:30:00+00:00,40.25,5.5,2.278824,15.146881,839.57733,111.28772 -2014-04-10 11:30:00+00:00,40.25,5.5,2.2829204,15.300293,879.41705,113.516235 -2014-04-10 12:30:00+00:00,40.25,5.5,2.3834848,15.38797,857.80023,111.914856 -2014-04-10 13:30:00+00:00,40.25,5.5,2.5608654,15.44281,775.9066,107.26654 -2014-04-10 14:30:00+00:00,40.25,5.5,2.9023805,15.411041,640.7282,98.96893 -2014-04-10 15:30:00+00:00,40.25,5.5,2.896011,15.367615,463.8746,86.681885 -2014-04-10 16:30:00+00:00,40.25,5.5,2.8651989,15.257111,264.8652,67.43994 -2014-04-10 17:30:00+00:00,40.25,5.5,2.612535,15.11731,79.40274,31.367985 -2014-04-10 18:30:00+00:00,40.25,5.5,2.5152988,14.998657,0.50982636,0.4602083 -2014-04-10 19:30:00+00:00,40.25,5.5,2.818631,14.927551,0.0,0.0 -2014-04-10 20:30:00+00:00,40.25,5.5,2.9377017,14.913971,0.0,0.0 -2014-04-10 21:30:00+00:00,40.25,5.5,2.5602176,14.824921,0.0,0.0 -2014-04-10 22:30:00+00:00,40.25,5.5,2.843567,14.775513,0.0,0.0 -2014-04-10 23:30:00+00:00,40.25,5.5,3.2530851,14.736145,0.0,0.0 -2014-04-11 00:30:00+00:00,40.25,5.5,3.7861137,14.727997,0.0,0.0 -2014-04-11 01:30:00+00:00,40.25,5.5,3.9548373,14.699219,0.0,0.0 -2014-04-11 02:30:00+00:00,40.25,5.5,4.1922903,14.695679,0.0,0.0 -2014-04-11 03:30:00+00:00,40.25,5.5,4.0660315,14.664734,0.0,0.0 -2014-04-11 04:30:00+00:00,40.25,5.5,3.4092782,14.669098,0.0,0.0 -2014-04-11 05:30:00+00:00,40.25,5.5,3.2590842,14.68808,38.004375,17.306389 -2014-04-11 06:30:00+00:00,40.25,5.5,4.0195894,14.740204,199.12596,60.74214 -2014-04-11 07:30:00+00:00,40.25,5.5,4.72955,14.840118,394.7559,83.37988 -2014-04-11 08:30:00+00:00,40.25,5.5,4.96885,14.960663,577.5526,96.49759 -2014-04-11 09:30:00+00:00,40.25,5.5,4.7507277,15.173767,723.9619,107.637695 -2014-04-11 10:30:00+00:00,40.25,5.5,4.650323,15.253601,821.2234,112.60193 -2014-04-11 11:30:00+00:00,40.25,5.5,4.799945,15.313843,861.3399,118.321045 -2014-04-11 12:30:00+00:00,40.25,5.5,5.036044,15.376038,834.8432,128.14514 -2014-04-11 13:30:00+00:00,40.25,5.5,3.8517559,15.457733,742.9714,123.66901 -2014-04-11 14:30:00+00:00,40.25,5.5,3.3106797,15.489777,581.76245,141.56989 -2014-04-11 15:30:00+00:00,40.25,5.5,3.3807414,15.460724,414.88702,105.4592 -2014-04-11 16:30:00+00:00,40.25,5.5,3.8094008,15.348877,195.58627,102.80509 -2014-04-11 17:30:00+00:00,40.25,5.5,4.1898427,15.24762,68.943886,36.333366 -2014-04-11 18:30:00+00:00,40.25,5.5,4.0994205,15.190063,0.62635416,0.58913195 -2014-04-11 19:30:00+00:00,40.25,5.5,3.5850194,15.1936035,0.0,0.0 -2014-04-11 20:30:00+00:00,40.25,5.5,3.1419632,15.222626,0.0,0.0 -2014-04-11 21:30:00+00:00,40.25,5.5,1.6057514,15.000305,0.0,0.0 -2014-04-11 22:30:00+00:00,40.25,5.5,1.8681797,14.943817,0.0,0.0 -2014-04-11 23:30:00+00:00,40.25,5.5,3.3005443,14.90094,0.0,0.0 -2014-04-12 00:30:00+00:00,40.25,5.5,4.5828204,14.855591,0.0,0.0 -2014-04-12 01:30:00+00:00,40.25,5.5,5.267421,14.789886,0.0,0.0 -2014-04-12 02:30:00+00:00,40.25,5.5,5.4987364,14.817871,0.0,0.0 -2014-04-12 03:30:00+00:00,40.25,5.5,4.9338984,14.855316,0.0,0.0 -2014-04-12 04:30:00+00:00,40.25,5.5,4.277127,14.554779,0.0,0.0 -2014-04-12 05:30:00+00:00,40.25,5.5,4.822789,14.264038,13.532395,12.217049 -2014-04-12 06:30:00+00:00,40.25,5.5,4.5131016,14.200775,176.5331,78.32924 -2014-04-12 07:30:00+00:00,40.25,5.5,4.119688,14.25589,356.7661,110.16446 -2014-04-12 08:30:00+00:00,40.25,5.5,3.8918142,14.368011,563.75806,111.20621 -2014-04-12 09:30:00+00:00,40.25,5.5,4.823927,15.587494,691.47833,128.52472 -2014-04-12 10:30:00+00:00,40.25,5.5,4.7033796,15.673828,809.439,125.84625 -2014-04-12 11:30:00+00:00,40.25,5.5,4.195118,15.762604,862.345,116.496826 -2014-04-12 12:30:00+00:00,40.25,5.5,4.2554746,15.828033,837.9168,127.570496 -2014-04-12 13:30:00+00:00,40.25,5.5,5.1102133,15.811218,759.7667,115.54736 -2014-04-12 14:30:00+00:00,40.25,5.5,5.6158648,15.728943,627.63275,106.3233 -2014-04-12 15:30:00+00:00,40.25,5.5,5.6616974,15.671661,447.83673,103.713684 -2014-04-12 16:30:00+00:00,40.25,5.5,5.7099266,15.597565,259.54837,73.75023 -2014-04-12 17:30:00+00:00,40.25,5.5,5.459005,15.555206,81.66059,33.141876 -2014-04-12 18:30:00+00:00,40.25,5.5,4.95625,15.515015,0.85944444,0.77260417 -2014-04-12 19:30:00+00:00,40.25,5.5,4.648126,15.476746,0.0,0.0 -2014-04-12 20:30:00+00:00,40.25,5.5,4.689775,15.420807,0.0,0.0 -2014-04-12 21:30:00+00:00,40.25,5.5,3.9534981,15.169159,0.0,0.0 -2014-04-12 22:30:00+00:00,40.25,5.5,3.0583935,15.059479,0.0,0.0 -2014-04-12 23:30:00+00:00,40.25,5.5,2.411815,14.978577,0.0,0.0 -2014-04-13 00:30:00+00:00,40.25,5.5,2.4200552,14.905273,0.0,0.0 -2014-04-13 01:30:00+00:00,40.25,5.5,2.7300162,14.809448,0.0,0.0 -2014-04-13 02:30:00+00:00,40.25,5.5,3.2861779,14.744568,0.0,0.0 -2014-04-13 03:30:00+00:00,40.25,5.5,3.9471567,14.775513,0.0,0.0 -2014-04-13 04:30:00+00:00,40.25,5.5,4.160968,14.894409,0.0,0.0 -2014-04-13 05:30:00+00:00,40.25,5.5,4.090352,15.106445,42.039307,22.755903 -2014-04-13 06:30:00+00:00,40.25,5.5,4.9051857,15.437378,205.54985,66.62004 -2014-04-13 07:30:00+00:00,40.25,5.5,5.6288347,15.776459,398.31018,92.456116 -2014-04-13 08:30:00+00:00,40.25,5.5,6.2696033,16.02594,575.9649,111.674286 -2014-04-13 09:30:00+00:00,40.25,5.5,6.5708013,15.999084,701.61676,155.46472 -2014-04-13 10:30:00+00:00,40.25,5.5,7.0890517,15.948303,800.9175,127.47516 -2014-04-13 11:30:00+00:00,40.25,5.5,7.610123,15.881531,865.5933,114.81891 -2014-04-13 12:30:00+00:00,40.25,5.5,7.5769567,15.84787,837.88763,131.85956 -2014-04-13 13:30:00+00:00,40.25,5.5,7.356445,15.902985,755.1783,135.19342 -2014-04-13 14:30:00+00:00,40.25,5.5,7.602824,15.937439,631.3181,111.1875 -2014-04-13 15:30:00+00:00,40.25,5.5,7.422509,16.118805,463.11716,89.113556 -2014-04-13 16:30:00+00:00,40.25,5.5,7.0281944,16.250458,269.51193,68.57495 -2014-04-13 17:30:00+00:00,40.25,5.5,6.853132,16.338165,85.06917,33.28691 -2014-04-13 18:30:00+00:00,40.25,5.5,6.952159,16.394623,1.0633681,0.926875 -2014-04-13 19:30:00+00:00,40.25,5.5,6.8494577,16.416077,0.0,0.0 -2014-04-13 20:30:00+00:00,40.25,5.5,6.819792,16.436707,0.0,0.0 -2014-04-13 21:30:00+00:00,40.25,5.5,6.641818,16.241516,0.0,0.0 -2014-04-13 22:30:00+00:00,40.25,5.5,6.5437818,16.21762,0.0,0.0 -2014-04-13 23:30:00+00:00,40.25,5.5,5.855071,16.09436,0.0,0.0 -2014-04-14 00:30:00+00:00,40.25,5.5,5.3111663,15.863617,0.0,0.0 -2014-04-14 01:30:00+00:00,40.25,5.5,4.889794,15.674103,0.0,0.0 -2014-04-14 02:30:00+00:00,40.25,5.5,4.782668,15.512848,0.0,0.0 -2014-04-14 03:30:00+00:00,40.25,5.5,4.5420694,15.376831,0.0,0.0 -2014-04-14 04:30:00+00:00,40.25,5.5,4.1585145,15.250336,0.0,0.0 -2014-04-14 05:30:00+00:00,40.25,5.5,3.626721,15.133606,46.788055,20.381979 -2014-04-14 06:30:00+00:00,40.25,5.5,3.0833273,15.058655,216.37285,61.596893 -2014-04-14 07:30:00+00:00,40.25,5.5,2.5422537,15.06897,415.83383,84.90143 -2014-04-14 08:30:00+00:00,40.25,5.5,1.9673935,15.157745,601.6896,97.93872 -2014-04-14 09:30:00+00:00,40.25,5.5,0.25974455,15.279388,749.22046,106.66388 -2014-04-14 10:30:00+00:00,40.25,5.5,0.5083528,15.391785,845.02527,114.09265 -2014-04-14 11:30:00+00:00,40.25,5.5,1.1514173,15.545959,885.8555,114.20935 -2014-04-14 12:30:00+00:00,40.25,5.5,1.8037418,15.71402,864.73395,112.631714 -2014-04-14 13:30:00+00:00,40.25,5.5,2.430366,15.939362,784.6903,107.26477 -2014-04-14 14:30:00+00:00,40.25,5.5,2.7438369,16.072113,651.46375,99.60364 -2014-04-14 15:30:00+00:00,40.25,5.5,2.965104,16.11908,476.72238,87.45584 -2014-04-14 16:30:00+00:00,40.25,5.5,3.193151,15.949127,278.3102,68.786285 -2014-04-14 17:30:00+00:00,40.25,5.5,3.1414592,15.745514,89.75962,34.9124 -2014-04-14 18:30:00+00:00,40.25,5.5,3.0805132,15.613037,1.3546875,1.1561458 -2014-04-14 19:30:00+00:00,40.25,5.5,3.2508671,15.538635,0.0,0.0 -2014-04-14 20:30:00+00:00,40.25,5.5,3.9040036,15.482727,0.0,0.0 -2014-04-14 21:30:00+00:00,40.25,5.5,4.162728,15.491119,0.0,0.0 -2014-04-14 22:30:00+00:00,40.25,5.5,4.4277678,15.512848,0.0,0.0 -2014-04-14 23:30:00+00:00,40.25,5.5,4.4451084,15.548157,0.0,0.0 -2014-04-15 00:30:00+00:00,40.25,5.5,4.5443144,15.621185,0.0,0.0 -2014-04-15 01:30:00+00:00,40.25,5.5,4.9805503,15.738983,0.0,0.0 -2014-04-15 02:30:00+00:00,40.25,5.5,5.66265,15.854919,0.0,0.0 -2014-04-15 03:30:00+00:00,40.25,5.5,6.428633,15.951569,0.0,0.0 -2014-04-15 04:30:00+00:00,40.25,5.5,6.9840546,16.009674,0.0,0.0 -2014-04-15 05:30:00+00:00,40.25,5.5,6.9908156,15.997986,37.086666,29.39316 -2014-04-15 06:30:00+00:00,40.25,5.5,6.9165726,15.961334,157.66931,110.130905 -2014-04-15 07:30:00+00:00,40.25,5.5,6.857353,15.89563,306.7443,192.50815 -2014-04-15 08:30:00+00:00,40.25,5.5,6.9172034,15.855469,408.9584,277.79657 -2014-04-15 09:30:00+00:00,40.25,5.5,7.1135063,15.873108,496.096,297.9262 -2014-04-15 10:30:00+00:00,40.25,5.5,7.248305,15.838898,651.82794,351.9922 -2014-04-15 11:30:00+00:00,40.25,5.5,7.732285,15.760437,716.3436,269.5123 -2014-04-15 12:30:00+00:00,40.25,5.5,8.249581,15.684143,782.51984,262.17828 -2014-04-15 13:30:00+00:00,40.25,5.5,8.673789,15.608948,723.7289,193.03833 -2014-04-15 14:30:00+00:00,40.25,5.5,8.967592,15.653198,607.69104,173.62845 -2014-04-15 15:30:00+00:00,40.25,5.5,8.518583,15.7300415,458.39758,134.83606 -2014-04-15 16:30:00+00:00,40.25,5.5,8.277616,15.753662,267.06476,102.2128 -2014-04-15 17:30:00+00:00,40.25,5.5,7.1270127,15.66571,83.40858,41.404514 -2014-04-15 18:30:00+00:00,40.25,5.5,6.6143885,15.552216,1.6897222,1.4043403 -2014-04-15 19:30:00+00:00,40.25,5.5,6.3858128,15.507416,0.0,0.0 -2014-04-15 20:30:00+00:00,40.25,5.5,6.1544604,15.51828,0.0,0.0 -2014-04-15 21:30:00+00:00,40.25,5.5,6.348302,15.434113,0.0,0.0 -2014-04-15 22:30:00+00:00,40.25,5.5,5.9668684,15.434113,0.0,0.0 -2014-04-15 23:30:00+00:00,40.25,5.5,5.1619034,15.433838,0.0,0.0 -2014-04-16 00:30:00+00:00,40.25,5.5,4.482923,15.367615,0.0,0.0 -2014-04-16 01:30:00+00:00,40.25,5.5,3.9401546,15.276947,0.0,0.0 -2014-04-16 02:30:00+00:00,40.25,5.5,3.5283875,15.188171,0.0,0.0 -2014-04-16 03:30:00+00:00,40.25,5.5,2.844371,15.074127,0.0,0.0 -2014-04-16 04:30:00+00:00,40.25,5.5,2.272772,14.992432,0.0,0.0 -2014-04-16 05:30:00+00:00,40.25,5.5,1.881513,14.949249,54.75601,22.654236 -2014-04-16 06:30:00+00:00,40.25,5.5,1.6689533,14.957947,232.92056,63.154694 -2014-04-16 07:30:00+00:00,40.25,5.5,1.8227646,15.025269,435.17834,84.29248 -2014-04-16 08:30:00+00:00,40.25,5.5,1.8607225,15.160187,619.65027,97.894104 -2014-04-16 09:30:00+00:00,40.25,5.5,1.0817769,15.419464,765.6954,107.24304 -2014-04-16 10:30:00+00:00,40.25,5.5,0.5866211,15.542725,860.8301,113.0462 -2014-04-16 11:30:00+00:00,40.25,5.5,0.17239888,15.66217,897.6546,115.944885 -2014-04-16 12:30:00+00:00,40.25,5.5,0.36355442,15.832397,871.47833,119.71118 -2014-04-16 13:30:00+00:00,40.25,5.5,0.67926174,16.037079,780.56793,125.8631 -2014-04-16 14:30:00+00:00,40.25,5.5,1.1676563,16.144867,601.83527,129.92557 -2014-04-16 15:30:00+00:00,40.25,5.5,1.5851524,16.167938,446.99188,96.46585 -2014-04-16 16:30:00+00:00,40.25,5.5,2.4085343,15.969482,255.93585,81.591095 -2014-04-16 17:30:00+00:00,40.25,5.5,4.0107894,15.712921,88.85649,37.458923 -2014-04-16 18:30:00+00:00,40.25,5.5,5.547029,15.533478,1.6897222,1.4291319 -2014-04-16 19:30:00+00:00,40.25,5.5,6.5921392,15.505798,0.0,0.0 -2014-04-16 20:30:00+00:00,40.25,5.5,7.0076265,15.494659,0.0,0.0 -2014-04-16 21:30:00+00:00,40.25,5.5,6.6042566,15.200653,0.0,0.0 -2014-04-16 22:30:00+00:00,40.25,5.5,6.71067,15.09259,0.0,0.0 -2014-04-16 23:30:00+00:00,40.25,5.5,6.3226404,14.988892,0.0,0.0 -2014-04-17 00:30:00+00:00,40.25,5.5,5.9693675,14.85968,0.0,0.0 -2014-04-17 01:30:00+00:00,40.25,5.5,5.8783803,14.747284,0.0,0.0 -2014-04-17 02:30:00+00:00,40.25,5.5,5.5956554,14.631897,0.0,0.0 -2014-04-17 03:30:00+00:00,40.25,5.5,5.4116096,14.569183,0.0,0.0 -2014-04-17 04:30:00+00:00,40.25,5.5,5.0833287,14.513519,0.0,0.0 -2014-04-17 05:30:00+00:00,40.25,5.5,4.940194,14.50293,58.25198,23.643612 -2014-04-17 06:30:00+00:00,40.25,5.5,4.786948,14.518951,238.71808,63.80252 -2014-04-17 07:30:00+00:00,40.25,5.5,4.673005,14.561584,441.84985,84.78436 -2014-04-17 08:30:00+00:00,40.25,5.5,4.444372,14.634613,628.3757,98.04498 -2014-04-17 09:30:00+00:00,40.25,5.5,3.9761019,14.793152,777.75653,106.77118 -2014-04-17 10:30:00+00:00,40.25,5.5,3.7773116,14.874054,876.5037,111.682495 -2014-04-17 11:30:00+00:00,40.25,5.5,3.5536966,14.954956,915.57153,113.61041 -2014-04-17 12:30:00+00:00,40.25,5.5,3.2032678,15.015503,891.82794,112.587524 -2014-04-17 13:30:00+00:00,40.25,5.5,2.724846,15.074402,807.6473,108.32007 -2014-04-17 14:30:00+00:00,40.25,5.5,2.5996277,15.104553,670.29846,100.55719 -2014-04-17 15:30:00+00:00,40.25,5.5,3.0081265,15.152039,491.91537,88.713684 -2014-04-17 16:30:00+00:00,40.25,5.5,3.3949876,15.194672,290.89578,70.40242 -2014-04-17 17:30:00+00:00,40.25,5.5,3.7074754,15.225616,99.09684,37.31302 -2014-04-17 18:30:00+00:00,40.25,5.5,3.814978,15.240814,2.316111,1.8321874 -2014-04-17 19:30:00+00:00,40.25,5.5,3.4836812,15.272308,0.0,0.0 -2014-04-17 20:30:00+00:00,40.25,5.5,3.4601898,15.288879,0.0,0.0 -2014-04-17 21:30:00+00:00,40.25,5.5,4.079254,15.28833,0.0,0.0 -2014-04-17 22:30:00+00:00,40.25,5.5,3.9122272,15.277466,0.0,0.0 -2014-04-17 23:30:00+00:00,40.25,5.5,3.6036367,15.291321,0.0,0.0 -2014-04-18 00:30:00+00:00,40.25,5.5,3.0098088,15.261444,0.0,0.0 -2014-04-18 01:30:00+00:00,40.25,5.5,2.5731282,15.276123,0.0,0.0 -2014-04-18 02:30:00+00:00,40.25,5.5,2.6878269,15.297577,0.0,0.0 -2014-04-18 03:30:00+00:00,40.25,5.5,3.0248332,15.309235,0.0,0.0 -2014-04-18 04:30:00+00:00,40.25,5.5,3.4709306,15.395294,0.0,0.0 -2014-04-18 05:30:00+00:00,40.25,5.5,3.9676077,15.497101,58.38309,25.152119 -2014-04-18 06:30:00+00:00,40.25,5.5,4.331532,15.5364685,221.38379,74.37581 -2014-04-18 07:30:00+00:00,40.25,5.5,4.6871576,15.603241,413.72168,96.31494 -2014-04-18 08:30:00+00:00,40.25,5.5,5.2943187,15.745789,592.57086,117.00055 -2014-04-18 09:30:00+00:00,40.25,5.5,6.3369174,15.8836975,737.9751,136.15686 -2014-04-18 10:30:00+00:00,40.25,5.5,6.4455523,16.016724,812.5271,157.41272 -2014-04-18 11:30:00+00:00,40.25,5.5,6.024026,16.091095,863.2336,189.33221 -2014-04-18 12:30:00+00:00,40.25,5.5,5.649111,16.068024,749.8177,249.02011 -2014-04-18 13:30:00+00:00,40.25,5.5,5.555864,16.071014,723.00055,246.58646 -2014-04-18 14:30:00+00:00,40.25,5.5,5.5098143,15.999084,596.1834,202.99567 -2014-04-18 15:30:00+00:00,40.25,5.5,5.47516,15.951019,433.29922,158.75278 -2014-04-18 16:30:00+00:00,40.25,5.5,5.6063833,15.872284,236.19806,125.10136 -2014-04-18 17:30:00+00:00,40.25,5.5,5.8417444,15.80658,84.544754,49.055378 -2014-04-18 18:30:00+00:00,40.25,5.5,6.1588674,15.75473,2.1267362,2.0150695 -2014-04-18 19:30:00+00:00,40.25,5.5,5.9716377,15.766418,0.0,0.0 -2014-04-18 20:30:00+00:00,40.25,5.5,5.7328105,15.836456,0.0,0.0 -2014-04-18 21:30:00+00:00,40.25,5.5,6.2524033,15.801697,0.0,0.0 -2014-04-18 22:30:00+00:00,40.25,5.5,6.2664943,15.874725,0.0,0.0 -2014-04-18 23:30:00+00:00,40.25,5.5,6.5970216,15.9192505,0.0,0.0 -2014-04-19 00:30:00+00:00,40.25,5.5,7.007709,15.934998,0.0,0.0 -2014-04-19 01:30:00+00:00,40.25,5.5,6.9703646,15.88858,0.0,0.0 -2014-04-19 02:30:00+00:00,40.25,5.5,6.6815557,15.835114,0.0,0.0 -2014-04-19 03:30:00+00:00,40.25,5.5,5.9425855,15.767487,0.0,0.0 -2014-04-19 04:30:00+00:00,40.25,5.5,4.509485,15.729492,0.014583333,0.014583333 -2014-04-19 05:30:00+00:00,40.25,5.5,3.4906785,15.65918,61.39837,25.971043 -2014-04-19 06:30:00+00:00,40.25,5.5,3.37514,15.465881,235.90672,66.165665 -2014-04-19 07:30:00+00:00,40.25,5.5,4.2081017,15.248413,431.04138,87.86142 -2014-04-19 08:30:00+00:00,40.25,5.5,4.630118,15.172943,612.23584,101.70972 -2014-04-19 09:30:00+00:00,40.25,5.5,3.633769,15.395569,747.7493,114.02789 -2014-04-19 10:30:00+00:00,40.25,5.5,2.8954682,15.376038,855.353,117.60791 -2014-04-19 11:30:00+00:00,40.25,5.5,3.857854,15.199554,894.5664,118.08081 -2014-04-19 12:30:00+00:00,40.25,5.5,4.6604095,15.001923,870.3858,121.60919 -2014-04-19 13:30:00+00:00,40.25,5.5,4.6742907,14.912598,798.4703,109.00812 -2014-04-19 14:30:00+00:00,40.25,5.5,4.380638,14.83551,665.31665,101.233826 -2014-04-19 15:30:00+00:00,40.25,5.5,3.8683684,14.724457,489.75952,89.56076 -2014-04-19 16:30:00+00:00,40.25,5.5,3.244543,14.678589,289.86154,71.14264 -2014-04-19 17:30:00+00:00,40.25,5.5,3.4375656,14.643036,101.747986,38.884617 -2014-04-19 18:30:00+00:00,40.25,5.5,3.1852527,14.65387,2.8842013,2.3878472 -2014-04-19 19:30:00+00:00,40.25,5.5,2.6144848,14.639221,0.0,0.0 -2014-04-19 20:30:00+00:00,40.25,5.5,3.0348265,14.666901,0.0,0.0 -2014-04-19 21:30:00+00:00,40.25,5.5,3.2347586,14.504303,0.0,0.0 -2014-04-19 22:30:00+00:00,40.25,5.5,3.6416745,14.624298,0.0,0.0 -2014-04-19 23:30:00+00:00,40.25,5.5,4.1428866,14.744293,0.0,0.0 -2014-04-20 00:30:00+00:00,40.25,5.5,3.8200004,14.826813,0.0,0.0 -2014-04-20 01:30:00+00:00,40.25,5.5,4.380877,14.896057,0.0,0.0 -2014-04-20 02:30:00+00:00,40.25,5.5,6.198837,14.89035,0.0,0.0 -2014-04-20 03:30:00+00:00,40.25,5.5,7.321061,14.908813,0.0,0.0 -2014-04-20 04:30:00+00:00,40.25,5.5,7.9605665,14.929169,0.072847225,0.072847225 -2014-04-20 05:30:00+00:00,40.25,5.5,7.680563,15.005737,63.554237,26.873611 -2014-04-20 06:30:00+00:00,40.25,5.5,7.856522,15.174866,241.0633,67.05359 -2014-04-20 07:30:00+00:00,40.25,5.5,8.409078,15.381439,427.92416,91.03549 -2014-04-20 08:30:00+00:00,40.25,5.5,8.895366,15.625519,567.2395,154.9545 -2014-04-20 09:30:00+00:00,40.25,5.5,8.289923,16.129395,494.887,199.53085 -2014-04-20 10:30:00+00:00,40.25,5.5,7.6692038,16.624573,597.305,226.92474 -2014-04-20 11:30:00+00:00,40.25,5.5,7.152711,16.875427,727.79297,194.03741 -2014-04-20 12:30:00+00:00,40.25,5.5,6.6735516,16.865387,749.54095,192.8786 -2014-04-20 13:30:00+00:00,40.25,5.5,6.831927,16.840118,693.5614,181.67029 -2014-04-20 14:30:00+00:00,40.25,5.5,7.0497093,16.826538,629.3371,110.385376 -2014-04-20 15:30:00+00:00,40.25,5.5,6.91899,16.697876,463.80176,99.290924 -2014-04-20 16:30:00+00:00,40.25,5.5,6.9717216,16.506195,288.7399,73.396225 -2014-04-20 17:30:00+00:00,40.25,5.5,7.397567,16.36258,99.50472,41.021667 -2014-04-20 18:30:00+00:00,40.25,5.5,7.657024,16.223602,3.2775,2.632257 -2014-04-20 19:30:00+00:00,40.25,5.5,7.5828648,16.160614,0.0,0.0 -2014-04-20 20:30:00+00:00,40.25,5.5,7.4256663,16.100616,0.0,0.0 -2014-04-20 21:30:00+00:00,40.25,5.5,7.1482997,15.940704,0.0,0.0 -2014-04-20 22:30:00+00:00,40.25,5.5,7.200979,15.8967285,0.0,0.0 -2014-04-20 23:30:00+00:00,40.25,5.5,6.4781117,15.81665,0.0,0.0 -2014-04-21 00:30:00+00:00,40.25,5.5,5.493552,15.689301,0.0,0.0 -2014-04-21 01:30:00+00:00,40.25,5.5,4.304753,15.582092,0.0,0.0 -2014-04-21 02:30:00+00:00,40.25,5.5,3.0245974,15.500641,0.0,0.0 -2014-04-21 03:30:00+00:00,40.25,5.5,2.1434276,15.447968,0.0,0.0 -2014-04-21 04:30:00+00:00,40.25,5.5,2.0503895,15.419739,0.14565971,0.14565971 -2014-04-21 05:30:00+00:00,40.25,5.5,2.8872466,15.492218,62.592846,29.361874 -2014-04-21 06:30:00+00:00,40.25,5.5,3.7521105,15.6901245,206.4384,86.953316 -2014-04-21 07:30:00+00:00,40.25,5.5,3.023678,16.032196,301.90817,126.34735 -2014-04-21 08:30:00+00:00,40.25,5.5,3.1904304,16.172821,474.7559,173.15808 -2014-04-21 09:30:00+00:00,40.25,5.5,3.7599726,16.735596,600.5388,182.28513 -2014-04-21 10:30:00+00:00,40.25,5.5,3.8732305,16.926453,777.5235,166.3117 -2014-04-21 11:30:00+00:00,40.25,5.5,3.487016,17.071167,804.2096,189.89557 -2014-04-21 12:30:00+00:00,40.25,5.5,3.0902526,17.084991,825.739,174.75677 -2014-04-21 13:30:00+00:00,40.25,5.5,3.7523723,17.00058,752.83307,130.24237 -2014-04-21 14:30:00+00:00,40.25,5.5,4.7255535,16.871613,650.0654,110.6142 -2014-04-21 15:30:00+00:00,40.25,5.5,4.919108,16.806458,479.41724,97.26099 -2014-04-21 16:30:00+00:00,40.25,5.5,4.4916883,16.739136,288.23007,74.76012 -2014-04-21 17:30:00+00:00,40.25,5.5,4.0971947,16.677765,102.825905,42.010002 -2014-04-21 18:30:00+00:00,40.25,5.5,4.189722,16.624298,3.7581944,2.8895833 -2014-04-21 19:30:00+00:00,40.25,5.5,4.0071974,16.609924,0.0,0.0 -2014-04-21 20:30:00+00:00,40.25,5.5,3.496898,16.542572,0.0,0.0 -2014-04-21 21:30:00+00:00,40.25,5.5,2.698895,16.439423,0.0,0.0 -2014-04-21 22:30:00+00:00,40.25,5.5,2.718499,16.333527,0.0,0.0 -2014-04-21 23:30:00+00:00,40.25,5.5,4.161569,16.280334,0.0,0.0 -2014-04-22 00:30:00+00:00,40.25,5.5,5.5289855,16.239075,0.0,0.0 -2014-04-22 01:30:00+00:00,40.25,5.5,6.6825747,16.157074,0.0,0.0 -2014-04-22 02:30:00+00:00,40.25,5.5,7.0652604,16.105774,0.0,0.0 -2014-04-22 03:30:00+00:00,40.25,5.5,7.062288,16.130737,0.0,0.0 -2014-04-22 04:30:00+00:00,40.25,5.5,6.573333,16.196167,0.30590278,0.29350695 -2014-04-22 05:30:00+00:00,40.25,5.5,5.742694,16.269745,69.832466,31.836494 -2014-04-22 06:30:00+00:00,40.25,5.5,4.896809,16.294983,241.60228,76.75032 -2014-04-22 07:30:00+00:00,40.25,5.5,4.8497868,16.320496,432.49805,104.18393 -2014-04-22 08:30:00+00:00,40.25,5.5,4.4839673,16.378601,605.0982,128.8082 -2014-04-22 09:30:00+00:00,40.25,5.5,5.2383,16.710632,715.4842,158.63574 -2014-04-22 10:30:00+00:00,40.25,5.5,4.876154,16.793976,725.8993,200.13507 -2014-04-22 11:30:00+00:00,40.25,5.5,4.8892255,16.849884,771.68225,224.86017 -2014-04-22 12:30:00+00:00,40.25,5.5,4.522576,16.867004,739.7376,227.35016 -2014-04-22 13:30:00+00:00,40.25,5.5,4.2713933,16.935974,743.16077,177.89911 -2014-04-22 14:30:00+00:00,40.25,5.5,3.968508,16.922668,613.0079,176.8854 -2014-04-22 15:30:00+00:00,40.25,5.5,3.8478644,16.892517,441.7042,148.8298 -2014-04-22 16:30:00+00:00,40.25,5.5,3.4955385,16.791534,272.4981,96.42853 -2014-04-22 17:30:00+00:00,40.25,5.5,2.76513,16.631348,102.505455,44.829 -2014-04-22 18:30:00+00:00,40.25,5.5,2.1784976,16.44757,4.049514,3.354618 -2014-04-22 19:30:00+00:00,40.25,5.5,1.9324114,16.345764,0.0,0.0 -2014-04-22 20:30:00+00:00,40.25,5.5,1.8883197,16.252106,0.0,0.0 -2014-04-22 21:30:00+00:00,40.25,5.5,2.683568,16.21762,0.0,0.0 -2014-04-22 22:30:00+00:00,40.25,5.5,3.2401905,16.198334,0.0,0.0 -2014-04-22 23:30:00+00:00,40.25,5.5,3.9241774,16.173096,0.0,0.0 -2014-04-23 00:30:00+00:00,40.25,5.5,4.9016953,16.110931,0.0,0.0 -2014-04-23 01:30:00+00:00,40.25,5.5,5.820559,16.061798,0.0,0.0 -2014-04-23 02:30:00+00:00,40.25,5.5,6.379495,15.905151,0.0,0.0 -2014-04-23 03:30:00+00:00,40.25,5.5,6.591565,15.769684,0.0,0.0 -2014-04-23 04:30:00+00:00,40.25,5.5,6.41969,15.648041,0.42243055,0.41003472 -2014-04-23 05:30:00+00:00,40.25,5.5,6.104499,15.531036,60.7866,33.85934 -2014-04-23 06:30:00+00:00,40.25,5.5,5.907147,15.434662,202.34517,96.4726 -2014-04-23 07:30:00+00:00,40.25,5.5,5.6936755,15.376282,390.08,138.09288 -2014-04-23 08:30:00+00:00,40.25,5.5,5.4807987,15.396942,530.83746,201.64233 -2014-04-23 09:30:00+00:00,40.25,5.5,4.8631506,15.59021,695.7318,200.6796 -2014-04-23 10:30:00+00:00,40.25,5.5,4.456862,15.7430725,795.54236,198.40228 -2014-04-23 11:30:00+00:00,40.25,5.5,4.266894,15.974091,895.67346,130.5296 -2014-04-23 12:30:00+00:00,40.25,5.5,4.207478,16.198608,875.61523,124.18317 -2014-04-23 13:30:00+00:00,40.25,5.5,4.3920226,16.39029,797.1593,116.15997 -2014-04-23 14:30:00+00:00,40.25,5.5,4.7077184,16.47934,665.17096,105.456055 -2014-04-23 15:30:00+00:00,40.25,5.5,4.7544866,16.551819,490.53156,94.26642 -2014-04-23 16:30:00+00:00,40.25,5.5,4.3194056,16.56131,294.4355,76.01439 -2014-04-23 17:30:00+00:00,40.25,5.5,3.5710597,16.549377,108.157295,43.023094 -2014-04-23 18:30:00+00:00,40.25,5.5,3.4607558,16.487457,4.7050347,3.5510068 -2014-04-23 19:30:00+00:00,40.25,5.5,3.8052244,16.457062,0.0,0.0 -2014-04-23 20:30:00+00:00,40.25,5.5,3.9799862,16.434265,0.0,0.0 -2014-04-23 21:30:00+00:00,40.25,5.5,4.206917,16.394623,0.0,0.0 -2014-04-23 22:30:00+00:00,40.25,5.5,4.1796794,16.422058,0.0,0.0 -2014-04-23 23:30:00+00:00,40.25,5.5,4.015913,16.418793,0.0,0.0 -2014-04-24 00:30:00+00:00,40.25,5.5,3.8541272,16.40982,0.0,0.0 -2014-04-24 01:30:00+00:00,40.25,5.5,3.65574,16.404663,0.0,0.0 -2014-04-24 02:30:00+00:00,40.25,5.5,3.492283,16.416626,0.0,0.0 -2014-04-24 03:30:00+00:00,40.25,5.5,3.5379798,16.417145,0.0,0.0 -2014-04-24 04:30:00+00:00,40.25,5.5,3.6983745,16.469025,0.67006946,0.63284725 -2014-04-24 05:30:00+00:00,40.25,5.5,3.8324072,16.537415,76.03785,32.85497 -2014-04-24 06:30:00+00:00,40.25,5.5,3.5273755,16.638428,254.53745,70.73714 -2014-04-24 07:30:00+00:00,40.25,5.5,2.8853996,16.776855,450.80832,91.744995 -2014-04-24 08:30:00+00:00,40.25,5.5,2.315726,16.893616,630.6481,105.826904 -2014-04-24 09:30:00+00:00,40.25,5.5,2.000608,17.140106,775.3822,114.55969 -2014-04-24 10:30:00+00:00,40.25,5.5,2.101962,17.246277,869.5118,121.479675 -2014-04-24 11:30:00+00:00,40.25,5.5,2.7925117,17.338013,907.4288,121.84741 -2014-04-24 12:30:00+00:00,40.25,5.5,3.6511304,17.449066,884.5737,120.435 -2014-04-24 13:30:00+00:00,40.25,5.5,4.3590436,17.469696,802.98596,115.40997 -2014-04-24 14:30:00+00:00,40.25,5.5,4.9211655,17.388794,669.3225,107.05139 -2014-04-24 15:30:00+00:00,40.25,5.5,4.9963064,17.286713,495.16376,94.59271 -2014-04-24 16:30:00+00:00,40.25,5.5,4.707457,17.15152,299.0822,75.685165 -2014-04-24 17:30:00+00:00,40.25,5.5,5.0814605,17.044556,111.230865,43.403923 -2014-04-24 18:30:00+00:00,40.25,5.5,5.5690827,16.944916,5.273125,3.8461113 -2014-04-24 19:30:00+00:00,40.25,5.5,5.8588934,16.904999,0.0,0.0 -2014-04-24 20:30:00+00:00,40.25,5.5,5.6436563,16.856964,0.0,0.0 -2014-04-24 21:30:00+00:00,40.25,5.5,5.739824,16.670715,0.0,0.0 -2014-04-24 22:30:00+00:00,40.25,5.5,6.1635594,16.646027,0.0,0.0 -2014-04-24 23:30:00+00:00,40.25,5.5,6.6688356,16.663666,0.0,0.0 -2014-04-25 00:30:00+00:00,40.25,5.5,6.590234,16.672607,0.0,0.0 -2014-04-25 01:30:00+00:00,40.25,5.5,6.810676,16.707092,0.0,0.0 -2014-04-25 02:30:00+00:00,40.25,5.5,6.6051006,16.773071,0.0,0.0 -2014-04-25 03:30:00+00:00,40.25,5.5,6.0761495,16.861572,0.0,0.0 -2014-04-25 04:30:00+00:00,40.25,5.5,4.8935003,16.899567,0.78659725,0.78659725 -2014-04-25 05:30:00+00:00,40.25,5.5,3.9967372,16.783112,53.445,39.36094 -2014-04-25 06:30:00+00:00,40.25,5.5,4.194879,15.812286,173.47409,100.199684 -2014-04-25 07:30:00+00:00,40.25,5.5,4.1708474,14.824921,234.65399,128.39676 -2014-04-25 08:30:00+00:00,40.25,5.5,1.9228102,14.866455,295.06183,178.95195 -2014-04-25 09:30:00+00:00,40.25,5.5,4.0542397,14.808075,325.87027,256.07034 -2014-04-25 10:30:00+00:00,40.25,5.5,8.723659,14.474701,340.16013,270.83173 -2014-04-25 11:30:00+00:00,40.25,5.5,13.3169155,14.641388,296.8681,207.00299 -2014-04-25 12:30:00+00:00,40.25,5.5,14.6859,14.689178,179.85431,143.70726 -2014-04-25 13:30:00+00:00,40.25,5.5,14.475982,14.751343,311.056,233.43846 -2014-04-25 14:30:00+00:00,40.25,5.5,15.074931,14.88327,218.55785,197.10292 -2014-04-25 15:30:00+00:00,40.25,5.5,16.346355,15.02066,107.6766,107.19267 -2014-04-25 16:30:00+00:00,40.25,5.5,16.680378,15.253601,88.040764,77.10854 -2014-04-25 17:30:00+00:00,40.25,5.5,16.410849,15.609497,35.294964,31.398575 -2014-04-25 18:30:00+00:00,40.25,5.5,16.03123,15.989044,1.281875,1.281875 -2014-04-25 19:30:00+00:00,40.25,5.5,15.2454815,16.12857,0.0,0.0 -2014-04-25 20:30:00+00:00,40.25,5.5,15.0476265,16.156525,0.0,0.0 -2014-04-25 21:30:00+00:00,40.25,5.5,14.36691,16.278168,0.0,0.0 -2014-04-25 22:30:00+00:00,40.25,5.5,14.067367,16.196991,0.0,0.0 -2014-04-25 23:30:00+00:00,40.25,5.5,13.322639,16.047943,0.0,0.0 -2014-04-26 00:30:00+00:00,40.25,5.5,12.684267,15.915741,0.0,0.0 -2014-04-26 01:30:00+00:00,40.25,5.5,12.30247,15.83728,0.0,0.0 -2014-04-26 02:30:00+00:00,40.25,5.5,11.868195,15.782166,0.0,0.0 -2014-04-26 03:30:00+00:00,40.25,5.5,11.248686,15.797638,0.0,0.0 -2014-04-26 04:30:00+00:00,40.25,5.5,10.387269,15.829956,1.1944791,1.0828124 -2014-04-26 05:30:00+00:00,40.25,5.5,9.47036,15.942322,81.20903,35.283787 -2014-04-26 06:30:00+00:00,40.25,5.5,8.9585085,16.084045,260.02905,72.568115 -2014-04-26 07:30:00+00:00,40.25,5.5,8.446517,16.196442,457.2031,93.895935 -2014-04-26 08:30:00+00:00,40.25,5.5,7.7827897,16.286041,633.89636,115.776 -2014-04-26 09:30:00+00:00,40.25,5.5,7.272145,15.942078,779.6211,122.98041 -2014-04-26 10:30:00+00:00,40.25,5.5,6.5180163,16.03897,870.2401,140.78412 -2014-04-26 11:30:00+00:00,40.25,5.5,6.0939255,16.224396,896.5475,164.54767 -2014-04-26 12:30:00+00:00,40.25,5.5,5.7181153,16.377777,868.4047,170.88916 -2014-04-26 13:30:00+00:00,40.25,5.5,5.0056653,16.50592,815.7318,109.120544 -2014-04-26 14:30:00+00:00,40.25,5.5,6.062575,16.482574,679.7085,109.27234 -2014-04-26 15:30:00+00:00,40.25,5.5,6.8778462,16.455994,497.24677,107.446625 -2014-04-26 16:30:00+00:00,40.25,5.5,7.1903906,16.391083,304.25342,79.96294 -2014-04-26 17:30:00+00:00,40.25,5.5,6.180124,16.356354,116.37288,45.096283 -2014-04-26 18:30:00+00:00,40.25,5.5,5.8975463,16.34439,6.307361,4.570139 -2014-04-26 19:30:00+00:00,40.25,5.5,5.9432745,16.394348,0.0,0.0 -2014-04-26 20:30:00+00:00,40.25,5.5,6.3957,16.433716,0.0,0.0 -2014-04-26 21:30:00+00:00,40.25,5.5,7.4834805,16.807007,0.0,0.0 -2014-04-26 22:30:00+00:00,40.25,5.5,8.193262,16.961761,0.0,0.0 -2014-04-26 23:30:00+00:00,40.25,5.5,8.206011,16.94629,0.0,0.0 -2014-04-27 00:30:00+00:00,40.25,5.5,8.519591,16.70166,0.0,0.0 -2014-04-27 01:30:00+00:00,40.25,5.5,10.692172,15.134674,0.0,0.0 -2014-04-27 02:30:00+00:00,40.25,5.5,12.683478,14.748077,0.0,0.0 -2014-04-27 03:30:00+00:00,40.25,5.5,12.0566225,14.806183,0.0,0.0 -2014-04-27 04:30:00+00:00,40.25,5.5,10.737975,14.808899,1.1507639,1.0390972 -2014-04-27 05:30:00+00:00,40.25,5.5,10.191174,14.573517,73.69264,34.40615 -2014-04-27 06:30:00+00:00,40.25,5.5,10.671383,14.491272,242.73848,74.449265 -2014-04-27 07:30:00+00:00,40.25,5.5,11.266252,14.505096,411.43472,133.62473 -2014-04-27 08:30:00+00:00,40.25,5.5,11.414655,14.591156,632.01733,126.30588 -2014-04-27 09:30:00+00:00,40.25,5.5,11.079197,14.578125,740.55334,178.09607 -2014-04-27 10:30:00+00:00,40.25,5.5,10.827217,14.783936,864.50085,145.5304 -2014-04-27 11:30:00+00:00,40.25,5.5,10.191484,15.011139,853.56134,141.32886 -2014-04-27 12:30:00+00:00,40.25,5.5,9.57291,15.22644,805.7244,143.81 -2014-04-27 13:30:00+00:00,40.25,5.5,9.11444,15.333405,766.1032,133.83356 -2014-04-27 14:30:00+00:00,40.25,5.5,8.994294,15.346985,619.5046,136.45172 -2014-04-27 15:30:00+00:00,40.25,5.5,9.492307,15.309235,494.33344,101.30701 -2014-04-27 16:30:00+00:00,40.25,5.5,9.657493,15.485443,302.27234,79.78114 -2014-04-27 17:30:00+00:00,40.25,5.5,8.729125,15.714294,105.98688,52.24403 -2014-04-27 18:30:00+00:00,40.25,5.5,7.539036,15.810394,6.8754516,4.9520836 -2014-04-27 19:30:00+00:00,40.25,5.5,6.277812,15.797089,0.0,0.0 -2014-04-27 20:30:00+00:00,40.25,5.5,4.700023,15.773193,0.0,0.0 -2014-04-27 21:30:00+00:00,40.25,5.5,4.432535,15.691772,0.0,0.0 -2014-04-27 22:30:00+00:00,40.25,5.5,4.656042,15.695831,0.0,0.0 -2014-04-27 23:30:00+00:00,40.25,5.5,5.7527986,15.697449,0.0,0.0 -2014-04-28 00:30:00+00:00,40.25,5.5,6.473263,15.349152,0.0,0.0 -2014-04-28 01:30:00+00:00,40.25,5.5,6.329325,15.008179,0.0,0.0 -2014-04-28 02:30:00+00:00,40.25,5.5,6.3769073,14.778503,0.0,0.0 -2014-04-28 03:30:00+00:00,40.25,5.5,6.3795686,14.690247,0.0,0.0 -2014-04-28 04:30:00+00:00,40.25,5.5,6.184089,14.664459,1.6169097,1.5052431 -2014-04-28 05:30:00+00:00,40.25,5.5,6.0606318,14.666382,68.637985,34.575623 -2014-04-28 06:30:00+00:00,40.25,5.5,5.765091,14.761658,204.51561,91.8554 -2014-04-28 07:30:00+00:00,40.25,5.5,5.640719,14.856964,399.85425,117.3537 -2014-04-28 08:30:00+00:00,40.25,5.5,5.429015,14.965271,553.4157,158.63965 -2014-04-28 09:30:00+00:00,40.25,5.5,5.335968,15.190338,707.57446,167.45319 -2014-04-28 10:30:00+00:00,40.25,5.5,4.440132,15.253845,735.2365,171.27777 -2014-04-28 11:30:00+00:00,40.25,5.5,3.6261795,15.256287,865.08356,164.3045 -2014-04-28 12:30:00+00:00,40.25,5.5,3.250782,15.295929,810.8083,181.24377 -2014-04-28 13:30:00+00:00,40.25,5.5,2.9756331,15.345886,770.109,145.84308 -2014-04-28 14:30:00+00:00,40.25,5.5,2.4700456,15.360809,646.482,129.16821 -2014-04-28 15:30:00+00:00,40.25,5.5,2.5299108,15.365448,485.54974,103.20734 -2014-04-28 16:30:00+00:00,40.25,5.5,2.133371,15.37384,265.5644,99.89345 -2014-04-28 17:30:00+00:00,40.25,5.5,1.3669909,15.360016,111.26,49.17837 -2014-04-28 18:30:00+00:00,40.25,5.5,2.0004034,15.332031,7.4144096,5.3173265 -2014-04-28 19:30:00+00:00,40.25,5.5,2.9868004,15.330688,0.0,0.0 -2014-04-28 20:30:00+00:00,40.25,5.5,4.0895886,15.324982,0.0,0.0 -2014-04-28 21:30:00+00:00,40.25,5.5,5.7847004,15.292938,0.0,0.0 -2014-04-28 22:30:00+00:00,40.25,5.5,6.3345275,15.424896,0.0,0.0 -2014-04-28 23:30:00+00:00,40.25,5.5,6.605932,15.51828,0.0,0.0 -2014-04-29 00:30:00+00:00,40.25,5.5,6.6148777,15.628235,0.0,0.0 -2014-04-29 01:30:00+00:00,40.25,5.5,7.186793,15.774567,0.0,0.0 -2014-04-29 02:30:00+00:00,40.25,5.5,7.9369802,15.787872,0.0,0.0 -2014-04-29 03:30:00+00:00,40.25,5.5,8.38502,15.509308,0.0,0.0 -2014-04-29 04:30:00+00:00,40.25,5.5,8.767035,15.241089,2.024757,1.8262153 -2014-04-29 05:30:00+00:00,40.25,5.5,8.926353,15.065735,78.892914,40.189613 -2014-04-29 06:30:00+00:00,40.25,5.5,8.80165,15.01062,263.04437,82.49519 -2014-04-29 07:30:00+00:00,40.25,5.5,8.447973,15.054047,449.5119,112.17651 -2014-04-29 08:30:00+00:00,40.25,5.5,8.107737,15.1371155,631.1433,135.5823 -2014-04-29 09:30:00+00:00,40.25,5.5,8.63623,15.342102,762.5781,154.55542 -2014-04-29 10:30:00+00:00,40.25,5.5,8.198066,15.38797,867.09375,156.41235 -2014-04-29 11:30:00+00:00,40.25,5.5,7.54893,15.390961,896.8825,163.1206 -2014-04-29 12:30:00+00:00,40.25,5.5,6.9529243,15.430054,882.60724,140.46942 -2014-04-29 13:30:00+00:00,40.25,5.5,6.423989,15.494659,806.9918,120.061035 -2014-04-29 14:30:00+00:00,40.25,5.5,5.496379,15.539734,672.9642,111.809814 -2014-04-29 15:30:00+00:00,40.25,5.5,4.6353364,15.530212,499.99985,98.920044 -2014-04-29 16:30:00+00:00,40.25,5.5,3.68401,15.529144,306.45294,79.64345 -2014-04-29 17:30:00+00:00,40.25,5.5,2.5848386,15.527496,120.335,47.65621 -2014-04-29 18:30:00+00:00,40.25,5.5,1.9387453,15.446625,8.069931,5.7246532 -2014-04-29 19:30:00+00:00,40.25,5.5,2.4310062,15.453674,0.0,0.0 -2014-04-29 20:30:00+00:00,40.25,5.5,3.3476906,15.452301,0.0,0.0 -2014-04-29 21:30:00+00:00,40.25,5.5,4.6082416,15.249237,0.0,0.0 -2014-04-29 22:30:00+00:00,40.25,5.5,4.979951,15.300293,0.0,0.0 -2014-04-29 23:30:00+00:00,40.25,5.5,5.112173,15.349976,0.0,0.0 -2014-04-30 00:30:00+00:00,40.25,5.5,5.097677,15.411865,0.0,0.0 -2014-04-30 01:30:00+00:00,40.25,5.5,5.268443,15.468597,0.0,0.0 -2014-04-30 02:30:00+00:00,40.25,5.5,4.9819536,15.541077,0.0,0.0 -2014-04-30 03:30:00+00:00,40.25,5.5,3.7163718,15.588043,0.0,0.0 -2014-04-30 04:30:00+00:00,40.25,5.5,2.57083,15.585876,2.7239583,2.326875 -2014-04-30 05:30:00+00:00,40.25,5.5,2.518109,15.6111145,90.70646,40.69868 -2014-04-30 06:30:00+00:00,40.25,5.5,3.098628,15.660522,259.0968,92.34628 -2014-04-30 07:30:00+00:00,40.25,5.5,3.863331,15.761536,438.2956,135.3576 -2014-04-30 08:30:00+00:00,40.25,5.5,4.1287465,15.904327,581.92267,159.94632 -2014-04-30 09:30:00+00:00,40.25,5.5,3.4704492,16.112823,694.9452,193.73813 -2014-04-30 10:30:00+00:00,40.25,5.5,2.9572368,16.236359,812.6874,138.8728 -2014-04-30 11:30:00+00:00,40.25,5.5,2.5048244,16.397614,853.80896,167.1388 -2014-04-30 12:30:00+00:00,40.25,5.5,2.1780038,16.560242,852.89124,154.0852 -2014-04-30 13:30:00+00:00,40.25,5.5,2.296062,16.696777,755.83374,140.27887 -2014-04-30 14:30:00+00:00,40.25,5.5,3.0712595,16.631622,665.41864,113.95563 -2014-04-30 15:30:00+00:00,40.25,5.5,3.3326948,16.377258,478.1645,109.236084 -2014-04-30 16:30:00+00:00,40.25,5.5,2.7256362,16.141052,250.34225,89.79617 -2014-04-30 17:30:00+00:00,40.25,5.5,2.0493515,16.030579,110.26945,49.130905 -2014-04-30 18:30:00+00:00,40.25,5.5,1.2954968,16.012115,8.623438,6.2037153 -2014-04-30 19:30:00+00:00,40.25,5.5,1.7073967,16.16983,0.0,0.0 -2014-04-30 20:30:00+00:00,40.25,5.5,2.7172184,16.384857,0.0,0.0 -2014-04-30 21:30:00+00:00,40.25,5.5,4.0719385,16.19345,0.0,0.0 -2014-04-30 22:30:00+00:00,40.25,5.5,5.2372704,16.36502,0.0,0.0 -2014-04-30 23:30:00+00:00,40.25,5.5,6.606318,16.511078,0.0,0.0 -2014-05-01 00:30:00+00:00,40.25,5.5,7.4181376,16.501312,0.0,0.0 -2014-05-01 01:30:00+00:00,40.25,5.5,7.590125,16.363129,0.0,0.0 -2014-05-01 02:30:00+00:00,40.25,5.5,8.260246,16.227936,0.0,0.0 -2014-05-01 03:30:00+00:00,40.25,5.5,8.258693,16.102783,0.0,0.0 -2014-05-01 04:30:00+00:00,40.25,5.5,8.150768,16.03003,2.8842013,2.6484375 -2014-05-01 05:30:00+00:00,40.25,5.5,8.244147,15.957825,79.70865,52.458755 -2014-05-01 06:30:00+00:00,40.25,5.5,8.301446,15.941803,206.29274,125.622635 -2014-05-01 07:30:00+00:00,40.25,5.5,7.9730463,15.941254,360.71368,212.55167 -2014-05-01 08:30:00+00:00,40.25,5.5,7.354531,15.987396,511.2162,263.11307 -2014-05-01 09:30:00+00:00,40.25,5.5,6.9015546,16.203491,776.664,148.98566 -2014-05-01 10:30:00+00:00,40.25,5.5,6.6483903,16.290375,881.4419,127.1806 -2014-05-01 11:30:00+00:00,40.25,5.5,6.3623395,16.342224,895.38214,155.04352 -2014-05-01 12:30:00+00:00,40.25,5.5,5.9488654,16.464111,875.7318,134.4129 -2014-05-01 13:30:00+00:00,40.25,5.5,5.7102265,16.55426,798.9656,128.17877 -2014-05-01 14:30:00+00:00,40.25,5.5,5.3132877,16.632446,656.51843,134.43964 -2014-05-01 15:30:00+00:00,40.25,5.5,5.1174107,16.608826,495.8921,104.875916 -2014-05-01 16:30:00+00:00,40.25,5.5,4.5613494,16.57788,301.0196,84.348145 -2014-05-01 17:30:00+00:00,40.25,5.5,4.3894486,16.504852,122.41802,49.230453 -2014-05-01 18:30:00+00:00,40.25,5.5,4.358708,16.466827,9.3226385,6.5306597 -2014-05-01 19:30:00+00:00,40.25,5.5,4.422573,16.487213,0.0,0.0 -2014-05-01 20:30:00+00:00,40.25,5.5,4.522389,16.513,0.0,0.0 -2014-05-01 21:30:00+00:00,40.25,5.5,4.4385123,16.327026,0.0,0.0 -2014-05-01 22:30:00+00:00,40.25,5.5,4.166548,16.323486,0.0,0.0 -2014-05-01 23:30:00+00:00,40.25,5.5,3.9310386,16.330566,0.0,0.0 -2014-05-02 00:30:00+00:00,40.25,5.5,3.4298503,16.28711,0.0,0.0 -2014-05-02 01:30:00+00:00,40.25,5.5,3.0347025,16.116089,0.0,0.0 -2014-05-02 02:30:00+00:00,40.25,5.5,6.250515,15.489227,0.0,0.0 -2014-05-02 03:30:00+00:00,40.25,5.5,8.674869,14.793152,0.0,0.0 -2014-05-02 04:30:00+00:00,40.25,5.5,9.119949,14.584656,1.5149306,1.5149306 -2014-05-02 05:30:00+00:00,40.25,5.5,9.056871,14.508911,35.63,34.265038 -2014-05-02 06:30:00+00:00,40.25,5.5,9.060178,14.267029,41.354687,38.066353 -2014-05-02 07:30:00+00:00,40.25,5.5,9.624333,14.204041,124.064064,119.08813 -2014-05-02 08:30:00+00:00,40.25,5.5,10.100617,14.263489,217.29056,174.10768 -2014-05-02 09:30:00+00:00,40.25,5.5,9.153663,14.457336,251.88632,182.52069 -2014-05-02 10:30:00+00:00,40.25,5.5,9.465347,14.731537,390.56073,214.66486 -2014-05-02 11:30:00+00:00,40.25,5.5,10.116937,14.919128,770.75,235.69153 -2014-05-02 12:30:00+00:00,40.25,5.5,10.7251005,15.033417,777.0282,182.9779 -2014-05-02 13:30:00+00:00,40.25,5.5,11.153392,15.263641,773.85266,171.32709 -2014-05-02 14:30:00+00:00,40.25,5.5,11.533845,15.551117,616.09595,121.37872 -2014-05-02 15:30:00+00:00,40.25,5.5,11.82016,15.870941,493.16812,113.295105 -2014-05-02 16:30:00+00:00,40.25,5.5,11.91385,16.04007,301.22354,85.91708 -2014-05-02 17:30:00+00:00,40.25,5.5,12.024714,16.07727,102.57826,67.188156 -2014-05-02 18:30:00+00:00,40.25,5.5,12.296601,15.850586,7.501806,5.9506946 -2014-05-02 19:30:00+00:00,40.25,5.5,13.022406,15.827484,0.0,0.0 -2014-05-02 20:30:00+00:00,40.25,5.5,13.512223,15.566864,0.0,0.0 -2014-05-02 21:30:00+00:00,40.25,5.5,15.561644,15.560913,0.0,0.0 -2014-05-02 22:30:00+00:00,40.25,5.5,15.759399,15.641815,0.0,0.0 -2014-05-02 23:30:00+00:00,40.25,5.5,15.723543,15.496277,0.0,0.0 -2014-05-03 00:30:00+00:00,40.25,5.5,15.733669,15.382538,0.0,0.0 -2014-05-03 01:30:00+00:00,40.25,5.5,15.863291,15.266876,0.0,0.0 -2014-05-03 02:30:00+00:00,40.25,5.5,15.664665,15.218842,0.0,0.0 -2014-05-03 03:30:00+00:00,40.25,5.5,15.990287,15.203644,0.0,0.0 -2014-05-03 04:30:00+00:00,40.25,5.5,15.897246,15.2030945,3.175521,2.8777084 -2014-05-03 05:30:00+00:00,40.25,5.5,15.996278,15.16156,71.15802,43.659966 -2014-05-03 06:30:00+00:00,40.25,5.5,15.791937,15.071411,214.14415,108.49495 -2014-05-03 07:30:00+00:00,40.25,5.5,15.323715,15.027985,360.8302,167.92177 -2014-05-03 08:30:00+00:00,40.25,5.5,14.620831,15.0383,498.77628,222.95172 -2014-05-03 09:30:00+00:00,40.25,5.5,14.295217,15.056213,691.2599,221.52176 -2014-05-03 10:30:00+00:00,40.25,5.5,14.513258,15.131683,736.72235,230.70065 -2014-05-03 11:30:00+00:00,40.25,5.5,14.47452,15.230225,843.48126,198.8648 -2014-05-03 12:30:00+00:00,40.25,5.5,14.343601,15.462891,846.715,169.32672 -2014-05-03 13:30:00+00:00,40.25,5.5,14.151136,15.755554,792.4251,134.63037 -2014-05-03 14:30:00+00:00,40.25,5.5,13.620132,15.990936,676.6786,117.8819 -2014-05-03 15:30:00+00:00,40.25,5.5,12.585394,16.205933,509.75952,101.0979 -2014-05-03 16:30:00+00:00,40.25,5.5,13.2078,16.552887,316.3874,82.21944 -2014-05-03 17:30:00+00:00,40.25,5.5,13.373094,16.64981,130.2549,50.94976 -2014-05-03 18:30:00+00:00,40.25,5.5,13.147283,16.57434,11.26,7.549757 -2014-05-03 19:30:00+00:00,40.25,5.5,13.023988,16.499695,0.0,0.0 -2014-05-03 20:30:00+00:00,40.25,5.5,13.081002,16.402222,0.0,0.0 -2014-05-03 21:30:00+00:00,40.25,5.5,13.3248415,15.993378,0.0,0.0 -2014-05-03 22:30:00+00:00,40.25,5.5,14.0537405,15.636383,0.0,0.0 -2014-05-03 23:30:00+00:00,40.25,5.5,14.634379,15.24762,0.0,0.0 -2014-05-04 00:30:00+00:00,40.25,5.5,14.551077,14.922638,0.0,0.0 -2014-05-04 01:30:00+00:00,40.25,5.5,14.216563,14.7187805,0.0,0.0 -2014-05-04 02:30:00+00:00,40.25,5.5,14.091627,14.590912,0.0,0.0 -2014-05-04 03:30:00+00:00,40.25,5.5,14.00528,14.513794,0.0,0.0 -2014-05-04 04:30:00+00:00,40.25,5.5,13.884294,14.434265,4.894375,3.8644443 -2014-05-04 05:30:00+00:00,40.25,5.5,13.809726,14.35498,105.0109,44.70375 -2014-05-04 06:30:00+00:00,40.25,5.5,13.594322,14.3280945,287.35608,80.227066 -2014-05-04 07:30:00+00:00,40.25,5.5,13.1936455,14.31427,485.66632,100.79254 -2014-05-04 08:30:00+00:00,40.25,5.5,12.73718,14.346008,663.13165,114.87012 -2014-05-04 09:30:00+00:00,40.25,5.5,12.125504,14.1910095,810.3421,118.78284 -2014-05-04 10:30:00+00:00,40.25,5.5,11.170233,14.22467,901.2671,126.58069 -2014-05-04 11:30:00+00:00,40.25,5.5,10.364664,14.273254,938.36835,131.9649 -2014-05-04 12:30:00+00:00,40.25,5.5,9.98812,14.322144,913.51764,125.28082 -2014-05-04 13:30:00+00:00,40.25,5.5,9.707313,14.473358,839.3589,120.41321 -2014-05-04 14:30:00+00:00,40.25,5.5,9.646658,14.6927185,701.2234,111.91333 -2014-05-04 15:30:00+00:00,40.25,5.5,9.419734,14.994873,524.34076,103.35712 -2014-05-04 16:30:00+00:00,40.25,5.5,8.725769,15.373596,327.63284,84.39398 -2014-05-04 17:30:00+00:00,40.25,5.5,7.790625,15.7341,136.78073,52.47483 -2014-05-04 18:30:00+00:00,40.25,5.5,6.7735987,15.856018,12.250556,8.180452 -2014-05-04 19:30:00+00:00,40.25,5.5,6.1406145,15.894836,0.0,0.0 -2014-05-04 20:30:00+00:00,40.25,5.5,5.7993917,15.890747,0.0,0.0 -2014-05-04 21:30:00+00:00,40.25,5.5,6.054584,15.635284,0.0,0.0 -2014-05-04 22:30:00+00:00,40.25,5.5,6.0099163,15.623627,0.0,0.0 -2014-05-04 23:30:00+00:00,40.25,5.5,6.006685,15.620087,0.0,0.0 -2014-05-05 00:30:00+00:00,40.25,5.5,5.9617066,15.595642,0.0,0.0 -2014-05-05 01:30:00+00:00,40.25,5.5,5.763776,15.565796,0.0,0.0 -2014-05-05 02:30:00+00:00,40.25,5.5,5.3805137,15.509857,0.0,0.0 -2014-05-05 03:30:00+00:00,40.25,5.5,4.6729274,15.449585,0.0,0.0 -2014-05-05 04:30:00+00:00,40.25,5.5,3.8423345,15.395294,5.491632,4.2879863 -2014-05-05 05:30:00+00:00,40.25,5.5,2.9958978,15.365723,107.48722,45.852325 -2014-05-05 06:30:00+00:00,40.25,5.5,2.205242,15.367065,286.6132,86.557236 -2014-05-05 07:30:00+00:00,40.25,5.5,1.7292876,15.400177,484.90884,104.179596 -2014-05-05 08:30:00+00:00,40.25,5.5,1.6839077,15.522888,661.6896,119.322266 -2014-05-05 09:30:00+00:00,40.25,5.5,2.0153468,15.79303,803.9474,125.814514 -2014-05-05 10:30:00+00:00,40.25,5.5,1.8007015,16.032745,895.93567,130.61804 -2014-05-05 11:30:00+00:00,40.25,5.5,1.4607198,16.222504,930.53143,132.51642 -2014-05-05 12:30:00+00:00,40.25,5.5,1.1279652,16.4169,905.2146,131.09906 -2014-05-05 13:30:00+00:00,40.25,5.5,0.72003025,16.564575,822.1994,125.97443 -2014-05-05 14:30:00+00:00,40.25,5.5,0.27564117,16.69815,688.7107,116.97162 -2014-05-05 15:30:00+00:00,40.25,5.5,0.4355522,16.793152,516.51843,103.563324 -2014-05-05 16:30:00+00:00,40.25,5.5,1.1228433,16.847443,322.8841,84.062805 -2014-05-05 17:30:00+00:00,40.25,5.5,1.7747359,16.796143,134.93077,52.908096 -2014-05-05 18:30:00+00:00,40.25,5.5,2.4518974,16.648743,12.876909,8.571041 -2014-05-05 19:30:00+00:00,40.25,5.5,2.8641207,16.466309,0.0,0.0 -2014-05-05 20:30:00+00:00,40.25,5.5,2.4203033,16.251007,0.0,0.0 -2014-05-05 21:30:00+00:00,40.25,5.5,2.332078,15.825592,0.0,0.0 -2014-05-05 22:30:00+00:00,40.25,5.5,2.7648063,15.750122,0.0,0.0 -2014-05-05 23:30:00+00:00,40.25,5.5,3.5754309,15.677643,0.0,0.0 -2014-05-06 00:30:00+00:00,40.25,5.5,4.2739663,15.617645,0.0,0.0 -2014-05-06 01:30:00+00:00,40.25,5.5,4.4168596,15.594299,0.0,0.0 -2014-05-06 02:30:00+00:00,40.25,5.5,3.9332485,15.567413,0.0,0.0 -2014-05-06 03:30:00+00:00,40.25,5.5,3.2783885,15.58316,0.0,0.0 -2014-05-06 04:30:00+00:00,40.25,5.5,2.9648182,15.577179,6.2345138,4.7578816 -2014-05-06 05:30:00+00:00,40.25,5.5,2.9959195,15.595123,111.0415,47.917538 -2014-05-06 06:30:00+00:00,40.25,5.5,3.2129326,15.6828,296.18347,82.3909 -2014-05-06 07:30:00+00:00,40.25,5.5,3.1670954,15.7916565,492.6583,104.247955 -2014-05-06 08:30:00+00:00,40.25,5.5,3.56483,15.958893,667.8221,124.33801 -2014-05-06 09:30:00+00:00,40.25,5.5,4.1097,16.175262,796.12506,159.62402 -2014-05-06 10:30:00+00:00,40.25,5.5,4.566605,16.36206,876.664,188.51721 -2014-05-06 11:30:00+00:00,40.25,5.5,4.9175506,16.493164,912.48334,179.66461 -2014-05-06 12:30:00+00:00,40.25,5.5,5.193302,16.578674,886.5111,182.6919 -2014-05-06 13:30:00+00:00,40.25,5.5,5.095902,16.622955,733.0515,271.36676 -2014-05-06 14:30:00+00:00,40.25,5.5,4.643638,16.61615,562.112,286.72174 -2014-05-06 15:30:00+00:00,40.25,5.5,4.2436066,16.583588,447.22495,190.57211 -2014-05-06 16:30:00+00:00,40.25,5.5,4.1006794,16.53064,303.84552,113.77872 -2014-05-06 17:30:00+00:00,40.25,5.5,3.8197274,16.457611,118.65983,69.44621 -2014-05-06 18:30:00+00:00,40.25,5.5,3.7439582,16.39624,11.041528,10.272187 -2014-05-06 19:30:00+00:00,40.25,5.5,4.0930676,16.388916,0.0,0.0 -2014-05-06 20:30:00+00:00,40.25,5.5,4.9697638,16.34439,0.0,0.0 -2014-05-06 21:30:00+00:00,40.25,5.5,5.454928,16.093536,0.0,0.0 -2014-05-06 22:30:00+00:00,40.25,5.5,5.390607,16.083221,0.0,0.0 -2014-05-06 23:30:00+00:00,40.25,5.5,4.6763306,16.072906,0.0,0.0 -2014-05-07 00:30:00+00:00,40.25,5.5,5.0007234,16.019989,0.0,0.0 -2014-05-07 01:30:00+00:00,40.25,5.5,6.0381336,16.006409,0.0,0.0 -2014-05-07 02:30:00+00:00,40.25,5.5,6.5734286,16.002594,0.0,0.0 -2014-05-07 03:30:00+00:00,40.25,5.5,5.822469,16.002869,0.0,0.0 -2014-05-07 04:30:00+00:00,40.25,5.5,4.6065445,16.016449,6.613264,5.3475695 -2014-05-07 05:30:00+00:00,40.25,5.5,4.2208867,16.042511,104.646736,55.333855 -2014-05-07 06:30:00+00:00,40.25,5.5,4.439796,16.097076,294.05673,80.797745 -2014-05-07 07:30:00+00:00,40.25,5.5,4.6706347,16.157623,490.89572,95.52402 -2014-05-07 08:30:00+00:00,40.25,5.5,4.596651,16.250183,663.75806,116.04254 -2014-05-07 09:30:00+00:00,40.25,5.5,4.3462343,16.57788,785.9721,159.65875 -2014-05-07 10:30:00+00:00,40.25,5.5,3.9651318,16.723114,818.9656,236.72858 -2014-05-07 11:30:00+00:00,40.25,5.5,2.9861412,16.829529,760.32025,263.76654 -2014-05-07 12:30:00+00:00,40.25,5.5,2.627649,16.908813,623.7872,321.58133 -2014-05-07 13:30:00+00:00,40.25,5.5,2.7347896,16.965546,521.36914,345.3864 -2014-05-07 14:30:00+00:00,40.25,5.5,1.89594,17.049988,469.10403,265.38745 -2014-05-07 15:30:00+00:00,40.25,5.5,0.89448065,17.051605,400.2621,142.23187 -2014-05-07 16:30:00+00:00,40.25,5.5,0.80682695,17.045624,276.09607,92.18407 -2014-05-07 17:30:00+00:00,40.25,5.5,1.7106172,16.913147,134.77055,55.676353 -2014-05-07 18:30:00+00:00,40.25,5.5,2.9153519,16.706299,14.042257,9.438577 -2014-05-07 19:30:00+00:00,40.25,5.5,3.8210382,16.595245,0.0,0.0 -2014-05-07 20:30:00+00:00,40.25,5.5,3.6487756,16.503479,0.0,0.0 -2014-05-07 21:30:00+00:00,40.25,5.5,2.8046865,16.260498,0.0,0.0 -2014-05-07 22:30:00+00:00,40.25,5.5,2.2900944,16.171204,0.0,0.0 -2014-05-07 23:30:00+00:00,40.25,5.5,2.751811,16.124786,0.0,0.0 -2014-05-08 00:30:00+00:00,40.25,5.5,3.4427032,16.136444,0.0,0.0 -2014-05-08 01:30:00+00:00,40.25,5.5,3.5237331,16.212738,0.0,0.0 -2014-05-08 02:30:00+00:00,40.25,5.5,3.3979583,16.346313,0.0,0.0 -2014-05-08 03:30:00+00:00,40.25,5.5,3.5018475,16.523315,0.0,0.0 -2014-05-08 04:30:00+00:00,40.25,5.5,3.5428135,16.696228,6.9337153,6.139549 -2014-05-08 05:30:00+00:00,40.25,5.5,3.4834101,16.889008,101.07792,60.88556 -2014-05-08 06:30:00+00:00,40.25,5.5,3.5952618,17.005188,243.43767,135.66656 -2014-05-08 07:30:00+00:00,40.25,5.5,3.7340012,17.069519,417.97513,186.85974 -2014-05-08 08:30:00+00:00,40.25,5.5,3.784866,17.150421,581.5585,220.80753 -2014-05-08 09:30:00+00:00,40.25,5.5,4.0015497,17.412415,748.79803,215.12933 -2014-05-08 10:30:00+00:00,40.25,5.5,3.4325821,17.55249,852.89124,192.37903 -2014-05-08 11:30:00+00:00,40.25,5.5,2.9604664,17.661346,906.64215,147.26837 -2014-05-08 12:30:00+00:00,40.25,5.5,2.9848318,17.778381,895.1345,133.3534 -2014-05-08 13:30:00+00:00,40.25,5.5,3.2140303,17.824524,813.24084,129.43707 -2014-05-08 14:30:00+00:00,40.25,5.5,3.1687436,17.863068,681.6896,118.822815 -2014-05-08 15:30:00+00:00,40.25,5.5,2.7999403,17.777832,512.52716,105.664825 -2014-05-08 16:30:00+00:00,40.25,5.5,2.5700996,17.658905,322.1995,86.257065 -2014-05-08 17:30:00+00:00,40.25,5.5,2.3126688,17.399933,137.72757,54.426773 -2014-05-08 18:30:00+00:00,40.25,5.5,1.9732584,17.18573,14.91625,9.791389 -2014-05-08 19:30:00+00:00,40.25,5.5,1.9927418,17.061646,0.0,0.0 -2014-05-08 20:30:00+00:00,40.25,5.5,2.1739368,17.002472,0.0,0.0 -2014-05-08 21:30:00+00:00,40.25,5.5,2.6105645,16.759216,0.0,0.0 -2014-05-08 22:30:00+00:00,40.25,5.5,2.8877456,16.726105,0.0,0.0 -2014-05-08 23:30:00+00:00,40.25,5.5,3.3078785,16.717407,0.0,0.0 -2014-05-09 00:30:00+00:00,40.25,5.5,3.0638692,16.7117,0.0,0.0 -2014-05-09 01:30:00+00:00,40.25,5.5,2.4368374,16.687836,0.0,0.0 -2014-05-09 02:30:00+00:00,40.25,5.5,2.3754656,16.674805,0.0,0.0 -2014-05-09 03:30:00+00:00,40.25,5.5,3.3264117,16.708466,0.0,0.0 -2014-05-09 04:30:00+00:00,40.25,5.5,3.6849554,16.832794,7.7348957,5.8115277 -2014-05-09 05:30:00+00:00,40.25,5.5,4.031633,16.99054,112.57097,48.181313 -2014-05-09 06:30:00+00:00,40.25,5.5,4.5429134,17.15506,290.88123,83.92595 -2014-05-09 07:30:00+00:00,40.25,5.5,4.6808524,17.37088,476.50388,108.19592 -2014-05-09 08:30:00+00:00,40.25,5.5,4.3567724,17.590515,647.3123,119.73639 -2014-05-09 09:30:00+00:00,40.25,5.5,4.393496,17.95755,785.30206,128.54968 -2014-05-09 10:30:00+00:00,40.25,5.5,4.657031,18.060974,868.7252,145.59772 -2014-05-09 11:30:00+00:00,40.25,5.5,5.111836,18.081879,908.21533,135.3407 -2014-05-09 12:30:00+00:00,40.25,5.5,5.342467,18.024597,881.5584,138.55194 -2014-05-09 13:30:00+00:00,40.25,5.5,5.4468007,17.983337,803.9474,128.56934 -2014-05-09 14:30:00+00:00,40.25,5.5,5.4685454,17.924957,675.1929,119.06415 -2014-05-09 15:30:00+00:00,40.25,5.5,5.2196393,17.870941,508.2883,105.32236 -2014-05-09 16:30:00+00:00,40.25,5.5,4.783718,17.900543,320.3932,85.65442 -2014-05-09 17:30:00+00:00,40.25,5.5,4.841821,17.930115,137.8441,54.791466 -2014-05-09 18:30:00+00:00,40.25,5.5,4.9322114,17.966217,15.557187,10.221388 -2014-05-09 19:30:00+00:00,40.25,5.5,5.081107,17.968689,0.0,0.0 -2014-05-09 20:30:00+00:00,40.25,5.5,5.0914583,17.90976,0.0,0.0 -2014-05-09 21:30:00+00:00,40.25,5.5,4.7226706,17.665161,0.0,0.0 -2014-05-09 22:30:00+00:00,40.25,5.5,4.9640226,17.621979,0.0,0.0 -2014-05-09 23:30:00+00:00,40.25,5.5,5.0744753,17.65158,0.0,0.0 -2014-05-10 00:30:00+00:00,40.25,5.5,5.407267,17.710754,0.0,0.0 -2014-05-10 01:30:00+00:00,40.25,5.5,5.8520274,17.776459,0.0,0.0 -2014-05-10 02:30:00+00:00,40.25,5.5,6.0337315,17.843536,0.0,0.0 -2014-05-10 03:30:00+00:00,40.25,5.5,5.979781,17.838379,0.0,0.0 -2014-05-10 04:30:00+00:00,40.25,5.5,5.8494306,17.842163,8.332118,6.5576735 -2014-05-10 05:30:00+00:00,40.25,5.5,5.5910807,17.861725,112.9934,52.56215 -2014-05-10 06:30:00+00:00,40.25,5.5,5.16046,17.899994,291.21625,88.207 -2014-05-10 07:30:00+00:00,40.25,5.5,4.907474,17.920898,477.0137,115.691956 -2014-05-10 08:30:00+00:00,40.25,5.5,4.629851,17.954285,651.0559,134.6604 -2014-05-10 09:30:00+00:00,40.25,5.5,4.116282,17.963531,776.75146,167.5127 -2014-05-10 10:30:00+00:00,40.25,5.5,3.9954627,18.094635,880.17456,145.1842 -2014-05-10 11:30:00+00:00,40.25,5.5,4.472273,18.183136,913.5322,150.52264 -2014-05-10 12:30:00+00:00,40.25,5.5,4.841062,18.258362,878.22266,169.08002 -2014-05-10 13:30:00+00:00,40.25,5.5,4.6687956,18.299896,785.7536,177.8302 -2014-05-10 14:30:00+00:00,40.25,5.5,4.3267155,18.327576,637.1885,189.4761 -2014-05-10 15:30:00+00:00,40.25,5.5,4.0134015,18.299622,471.30362,160.68457 -2014-05-10 16:30:00+00:00,40.25,5.5,3.4455254,18.227386,289.62848,123.99477 -2014-05-10 17:30:00+00:00,40.25,5.5,2.8597252,18.112305,135.99413,61.255447 -2014-05-10 18:30:00+00:00,40.25,5.5,2.5081844,18.007782,15.542604,12.167397 -2014-05-10 19:30:00+00:00,40.25,5.5,2.5905244,17.984436,0.0,0.0 -2014-05-10 20:30:00+00:00,40.25,5.5,2.8516781,17.983612,0.0,0.0 -2014-05-10 21:30:00+00:00,40.25,5.5,3.2015536,17.761261,0.0,0.0 -2014-05-10 22:30:00+00:00,40.25,5.5,3.7987895,17.762085,0.0,0.0 -2014-05-10 23:30:00+00:00,40.25,5.5,4.3613386,17.756927,0.0,0.0 -2014-05-11 00:30:00+00:00,40.25,5.5,4.7545433,17.769684,0.0,0.0 -2014-05-11 01:30:00+00:00,40.25,5.5,4.7525606,17.77539,0.0,0.0 -2014-05-11 02:30:00+00:00,40.25,5.5,4.4734373,17.783264,0.0,0.0 -2014-05-11 03:30:00+00:00,40.25,5.5,4.329948,17.80606,0.0,0.0 -2014-05-11 04:30:00+00:00,40.25,5.5,4.1861014,17.817719,7.7931595,7.1479163 -2014-05-11 05:30:00+00:00,40.25,5.5,3.6598482,17.845703,94.49378,61.833607 -2014-05-11 06:30:00+00:00,40.25,5.5,2.8038292,17.880157,275.8193,101.04024 -2014-05-11 07:30:00+00:00,40.25,5.5,1.5999546,18.004242,439.9125,142.13663 -2014-05-11 08:30:00+00:00,40.25,5.5,1.0671723,18.205688,517.30505,205.06042 -2014-05-11 09:30:00+00:00,40.25,5.5,2.3168354,18.178253,545.56433,258.48492 -2014-05-11 10:30:00+00:00,40.25,5.5,3.245909,18.19455,707.79297,251.22067 -2014-05-11 11:30:00+00:00,40.25,5.5,3.9058008,18.064514,880.18915,176.86621 -2014-05-11 12:30:00+00:00,40.25,5.5,5.1466923,17.92389,751.9299,250.41263 -2014-05-11 13:30:00+00:00,40.25,5.5,5.746245,17.766968,706.61304,173.73853 -2014-05-11 14:30:00+00:00,40.25,5.5,5.535214,17.638824,475.96494,208.10687 -2014-05-11 15:30:00+00:00,40.25,5.5,5.8543596,17.575562,347.37064,217.04019 -2014-05-11 16:30:00+00:00,40.25,5.5,6.352739,17.53592,170.0218,133.19226 -2014-05-11 17:30:00+00:00,40.25,5.5,7.0527472,17.50174,101.22358,78.167885 -2014-05-11 18:30:00+00:00,40.25,5.5,7.690461,17.468872,13.940278,13.046841 -2014-05-11 19:30:00+00:00,40.25,5.5,7.788533,17.516937,0.0,0.0 -2014-05-11 20:30:00+00:00,40.25,5.5,7.3013086,17.60788,0.0,0.0 -2014-05-11 21:30:00+00:00,40.25,5.5,6.9706674,17.682251,0.0,0.0 -2014-05-11 22:30:00+00:00,40.25,5.5,7.0467744,17.75882,0.0,0.0 -2014-05-11 23:30:00+00:00,40.25,5.5,8.162727,17.804962,0.0,0.0 -2014-05-12 00:30:00+00:00,40.25,5.5,9.18084,17.683899,0.0,0.0 -2014-05-12 01:30:00+00:00,40.25,5.5,9.403542,17.487335,0.0,0.0 -2014-05-12 02:30:00+00:00,40.25,5.5,9.352533,17.260376,0.0,0.0 -2014-05-12 03:30:00+00:00,40.25,5.5,9.01433,17.060577,0.0,0.0 -2014-05-12 04:30:00+00:00,40.25,5.5,8.3440485,16.918854,9.628542,7.9037156 -2014-05-12 05:30:00+00:00,40.25,5.5,7.6203303,16.819214,116.59139,55.41563 -2014-05-12 06:30:00+00:00,40.25,5.5,6.879579,16.763031,278.45587,96.07016 -2014-05-12 07:30:00+00:00,40.25,5.5,5.913482,16.739136,454.28976,128.97858 -2014-05-12 08:30:00+00:00,40.25,5.5,5.1892247,16.743195,612.65826,157.23999 -2014-05-12 09:30:00+00:00,40.25,5.5,4.1941524,16.653625,752.6437,172.91327 -2014-05-12 10:30:00+00:00,40.25,5.5,4.160159,16.630005,790.5024,188.49799 -2014-05-12 11:30:00+00:00,40.25,5.5,3.8488235,16.641144,863.9765,170.30774 -2014-05-12 12:30:00+00:00,40.25,5.5,3.6010659,16.631348,881.1068,156.51514 -2014-05-12 13:30:00+00:00,40.25,5.5,3.2200222,16.680756,813.92554,133.36053 -2014-05-12 14:30:00+00:00,40.25,5.5,3.2121975,16.722565,685.18555,121.53699 -2014-05-12 15:30:00+00:00,40.25,5.5,3.2948556,16.71933,516.54755,107.29028 -2014-05-12 16:30:00+00:00,40.25,5.5,3.2396474,16.77063,327.76395,87.776215 -2014-05-12 17:30:00+00:00,40.25,5.5,3.1756299,16.775238,144.34084,57.069206 -2014-05-12 18:30:00+00:00,40.25,5.5,3.2212389,16.749176,18.252014,11.79941 -2014-05-12 19:30:00+00:00,40.25,5.5,3.324409,16.733704,0.0,0.0 -2014-05-12 20:30:00+00:00,40.25,5.5,3.431855,16.733429,0.0,0.0 -2014-05-12 21:30:00+00:00,40.25,5.5,3.3014052,16.41092,0.0,0.0 -2014-05-12 22:30:00+00:00,40.25,5.5,3.746012,16.44458,0.0,0.0 -2014-05-12 23:30:00+00:00,40.25,5.5,5.2307453,16.487732,0.0,0.0 -2014-05-13 00:30:00+00:00,40.25,5.5,6.2508845,16.50296,0.0,0.0 -2014-05-13 01:30:00+00:00,40.25,5.5,7.217001,16.47171,0.0,0.0 -2014-05-13 02:30:00+00:00,40.25,5.5,7.9942985,16.396515,0.0,0.0 -2014-05-13 03:30:00+00:00,40.25,5.5,8.845386,16.149475,0.0,0.0 -2014-05-13 04:30:00+00:00,40.25,5.5,9.352561,15.885864,9.730521,8.167014 -2014-05-13 05:30:00+00:00,40.25,5.5,10.04363,15.766144,108.040764,56.96583 -2014-05-13 06:30:00+00:00,40.25,5.5,10.130833,15.804413,255.55711,91.85918 -2014-05-13 07:30:00+00:00,40.25,5.5,10.172695,15.842987,395.0472,146.62144 -2014-05-13 08:30:00+00:00,40.25,5.5,10.443889,15.83783,429.52646,240.96114 -2014-05-13 09:30:00+00:00,40.25,5.5,11.172279,15.343994,491.3473,313.5529 -2014-05-13 10:30:00+00:00,40.25,5.5,10.901795,15.283722,630.96857,301.0785 -2014-05-13 11:30:00+00:00,40.25,5.5,10.948176,15.256561,663.7726,328.41022 -2014-05-13 12:30:00+00:00,40.25,5.5,11.061281,15.354034,636.2271,354.34702 -2014-05-13 13:30:00+00:00,40.25,5.5,11.392959,15.555206,481.5585,321.7942 -2014-05-13 14:30:00+00:00,40.25,5.5,11.200127,15.828583,466.29266,268.19733 -2014-05-13 15:30:00+00:00,40.25,5.5,10.70778,16.069946,450.18198,189.35974 -2014-05-13 16:30:00+00:00,40.25,5.5,10.874401,16.25534,340.49518,88.70662 -2014-05-13 17:30:00+00:00,40.25,5.5,11.154186,16.435883,153.2993,58.371384 -2014-05-13 18:30:00+00:00,40.25,5.5,11.349843,16.5654,20.320452,12.751041 -2014-05-13 19:30:00+00:00,40.25,5.5,11.961685,16.58603,0.0,0.0 -2014-05-13 20:30:00+00:00,40.25,5.5,12.868811,16.601501,0.0,0.0 -2014-05-13 21:30:00+00:00,40.25,5.5,14.178717,16.344116,0.0,0.0 -2014-05-13 22:30:00+00:00,40.25,5.5,14.079576,16.119873,0.0,0.0 -2014-05-13 23:30:00+00:00,40.25,5.5,13.83771,15.914917,0.0,0.0 -2014-05-14 00:30:00+00:00,40.25,5.5,13.957158,15.791931,0.0,0.0 -2014-05-14 01:30:00+00:00,40.25,5.5,14.454506,15.650482,0.0,0.0 -2014-05-14 02:30:00+00:00,40.25,5.5,14.67616,15.529968,0.0,0.0 -2014-05-14 03:30:00+00:00,40.25,5.5,14.695234,15.417297,0.0,0.0 -2014-05-14 04:30:00+00:00,40.25,5.5,14.4626045,15.318481,11.7844095,8.458854 -2014-05-14 05:30:00+00:00,40.25,5.5,14.428784,15.256561,122.92788,55.423576 -2014-05-14 06:30:00+00:00,40.25,5.5,14.378852,15.2421875,297.81494,94.55751 -2014-05-14 07:30:00+00:00,40.25,5.5,14.133251,15.260651,487.92413,128.27756 -2014-05-14 08:30:00+00:00,40.25,5.5,13.83264,15.271515,643.2045,157.01224 -2014-05-14 09:30:00+00:00,40.25,5.5,13.069968,14.9869995,793.24084,160.80988 -2014-05-14 10:30:00+00:00,40.25,5.5,12.361794,15.068176,909.16223,150.75635 -2014-05-14 11:30:00+00:00,40.25,5.5,12.005063,15.183807,945.8555,150.01208 -2014-05-14 12:30:00+00:00,40.25,5.5,12.075157,15.348602,915.6589,158.3822 -2014-05-14 13:30:00+00:00,40.25,5.5,12.184789,15.592133,843.16077,131.82172 -2014-05-14 14:30:00+00:00,40.25,5.5,11.894542,15.986053,708.60876,124.89508 -2014-05-14 15:30:00+00:00,40.25,5.5,11.5263605,16.457062,537.01373,110.59503 -2014-05-14 16:30:00+00:00,40.25,5.5,11.420023,16.789886,344.501,90.36716 -2014-05-14 17:30:00+00:00,40.25,5.5,10.997005,16.898224,155.73195,59.7865 -2014-05-14 18:30:00+00:00,40.25,5.5,10.59667,16.92456,21.267292,13.300798 -2014-05-14 19:30:00+00:00,40.25,5.5,10.6462755,17.047821,0.0,0.0 -2014-05-14 20:30:00+00:00,40.25,5.5,10.750218,17.140656,0.0,0.0 -2014-05-14 21:30:00+00:00,40.25,5.5,11.574266,16.99054,0.0,0.0 -2014-05-14 22:30:00+00:00,40.25,5.5,12.036617,16.970154,0.0,0.0 -2014-05-14 23:30:00+00:00,40.25,5.5,12.319451,16.906647,0.0,0.0 -2014-05-15 00:30:00+00:00,40.25,5.5,13.104431,16.790436,0.0,0.0 -2014-05-15 01:30:00+00:00,40.25,5.5,14.799006,16.548279,0.0,0.0 -2014-05-15 02:30:00+00:00,40.25,5.5,14.968642,16.244232,0.0,0.0 -2014-05-15 03:30:00+00:00,40.25,5.5,14.433056,15.925781,0.0,0.0 -2014-05-15 04:30:00+00:00,40.25,5.5,14.073436,15.664337,12.571007,8.8359375 -2014-05-15 05:30:00+00:00,40.25,5.5,13.965528,15.51178,130.72101,54.45604 -2014-05-15 06:30:00+00:00,40.25,5.5,13.64891,15.451508,315.0618,87.66908 -2014-05-15 07:30:00+00:00,40.25,5.5,13.16314,15.406982,509.52646,108.57077 -2014-05-15 08:30:00+00:00,40.25,5.5,12.7479925,15.384705,684.6612,123.64337 -2014-05-15 09:30:00+00:00,40.25,5.5,13.282115,15.154755,822.9714,133.81946 -2014-05-15 10:30:00+00:00,40.25,5.5,12.85484,15.160187,912.5853,139.7727 -2014-05-15 11:30:00+00:00,40.25,5.5,12.655402,15.18573,945.9575,142.22198 -2014-05-15 12:30:00+00:00,40.25,5.5,12.779552,15.320099,920.34937,140.35199 -2014-05-15 13:30:00+00:00,40.25,5.5,12.622417,15.580719,838.7325,135.00012 -2014-05-15 14:30:00+00:00,40.25,5.5,12.076577,15.990387,704.1659,126.38367 -2014-05-15 15:30:00+00:00,40.25,5.5,10.967993,16.388641,536.76605,110.719604 -2014-05-15 16:30:00+00:00,40.25,5.5,9.561491,16.590637,345.477,90.98329 -2014-05-15 17:30:00+00:00,40.25,5.5,8.077917,16.607208,156.94098,60.54883 -2014-05-15 18:30:00+00:00,40.25,5.5,6.8402505,16.493164,22.607431,14.008091 -2014-05-15 19:30:00+00:00,40.25,5.5,5.768496,16.396515,0.0,0.0 -2014-05-15 20:30:00+00:00,40.25,5.5,4.7018504,16.282227,0.0,0.0 -2014-05-15 21:30:00+00:00,40.25,5.5,4.735732,16.211365,0.0,0.0 -2014-05-15 22:30:00+00:00,40.25,5.5,4.6250396,16.17038,0.0,0.0 -2014-05-15 23:30:00+00:00,40.25,5.5,5.0525327,16.150848,0.0,0.0 -2014-05-16 00:30:00+00:00,40.25,5.5,6.207519,16.145416,0.0,0.0 -2014-05-16 01:30:00+00:00,40.25,5.5,6.922345,16.07428,0.0,0.0 -2014-05-16 02:30:00+00:00,40.25,5.5,7.176101,15.938263,0.0,0.0 -2014-05-16 03:30:00+00:00,40.25,5.5,7.100904,15.811493,0.0,0.0 -2014-05-16 04:30:00+00:00,40.25,5.5,6.4877787,15.731384,13.474132,9.329583 -2014-05-16 05:30:00+00:00,40.25,5.5,5.382649,15.699097,134.11504,55.144936 -2014-05-16 06:30:00+00:00,40.25,5.5,4.537811,15.700989,320.4952,87.816315 -2014-05-16 07:30:00+00:00,40.25,5.5,4.282387,15.781067,515.9795,108.72009 -2014-05-16 08:30:00+00:00,40.25,5.5,4.3541055,15.86496,691.82794,123.29028 -2014-05-16 09:30:00+00:00,40.25,5.5,5.248901,15.874451,830.5606,133.29327 -2014-05-16 10:30:00+00:00,40.25,5.5,4.772168,15.937164,920.3785,139.31396 -2014-05-16 11:30:00+00:00,40.25,5.5,4.5227556,15.961884,954.5081,141.31702 -2014-05-16 12:30:00+00:00,40.25,5.5,4.85837,15.903503,930.1527,140.01727 -2014-05-16 13:30:00+00:00,40.25,5.5,5.0749383,15.800354,847.1229,134.6795 -2014-05-16 14:30:00+00:00,40.25,5.5,4.6148868,15.756653,714.6539,125.31891 -2014-05-16 15:30:00+00:00,40.25,5.5,3.897157,15.73111,544.6758,111.22122 -2014-05-16 16:30:00+00:00,40.25,5.5,3.1567268,15.767242,352.39612,91.38776 -2014-05-16 17:30:00+00:00,40.25,5.5,1.8948065,15.739532,161.86449,61.513893 -2014-05-16 18:30:00+00:00,40.25,5.5,1.6761886,15.68335,23.932985,14.688367 -2014-05-16 19:30:00+00:00,40.25,5.5,1.967899,15.67627,0.0,0.0 -2014-05-16 20:30:00+00:00,40.25,5.5,2.4277506,15.691223,0.0,0.0 -2014-05-16 21:30:00+00:00,40.25,5.5,2.5855455,15.5372925,0.0,0.0 -2014-05-16 22:30:00+00:00,40.25,5.5,3.2480402,15.634735,0.0,0.0 -2014-05-16 23:30:00+00:00,40.25,5.5,3.7166936,15.721619,0.0,0.0 -2014-05-17 00:30:00+00:00,40.25,5.5,3.9369786,15.790039,0.0,0.0 -2014-05-17 01:30:00+00:00,40.25,5.5,3.9915075,15.852753,0.0,0.0 -2014-05-17 02:30:00+00:00,40.25,5.5,4.0600038,15.90921,0.0,0.0 -2014-05-17 03:30:00+00:00,40.25,5.5,4.1130724,16.005585,0.0,0.0 -2014-05-17 04:30:00+00:00,40.25,5.5,4.1560445,16.093811,14.0859375,9.804895 -2014-05-17 05:30:00+00:00,40.25,5.5,3.9356534,16.169556,133.54695,55.80532 -2014-05-17 06:30:00+00:00,40.25,5.5,3.610421,16.25998,316.62048,88.50806 -2014-05-17 07:30:00+00:00,40.25,5.5,2.8342934,16.381866,508.47766,109.792755 -2014-05-17 08:30:00+00:00,40.25,5.5,1.7089202,16.50647,682.0392,124.42139 -2014-05-17 09:30:00+00:00,40.25,5.5,1.4952356,16.733978,818.6887,134.56238 -2014-05-17 10:30:00+00:00,40.25,5.5,0.9845533,16.871063,907.1665,140.73206 -2014-05-17 11:30:00+00:00,40.25,5.5,0.8479222,17.003296,938.6305,147.0805 -2014-05-17 12:30:00+00:00,40.25,5.5,0.7511345,17.155304,917.88763,140.31 -2014-05-17 13:30:00+00:00,40.25,5.5,1.1001977,17.307892,837.56714,134.65381 -2014-05-17 14:30:00+00:00,40.25,5.5,1.6586438,17.366272,707.37054,124.73645 -2014-05-17 15:30:00+00:00,40.25,5.5,1.6654167,17.373596,538.4121,111.0379 -2014-05-17 16:30:00+00:00,40.25,5.5,1.2041811,17.234589,347.92416,91.03555 -2014-05-17 17:30:00+00:00,40.25,5.5,1.0160141,17.065186,159.75232,61.511246 -2014-05-17 18:30:00+00:00,40.25,5.5,0.7210578,16.871063,24.355417,15.036355 -2014-05-17 19:30:00+00:00,40.25,5.5,0.8138323,16.754059,0.0,0.0 -2014-05-17 20:30:00+00:00,40.25,5.5,1.2851807,16.631897,0.0,0.0 -2014-05-17 21:30:00+00:00,40.25,5.5,1.8293173,16.40387,0.0,0.0 -2014-05-17 22:30:00+00:00,40.25,5.5,2.3977625,16.291992,0.0,0.0 -2014-05-17 23:30:00+00:00,40.25,5.5,2.9500177,16.191284,0.0,0.0 -2014-05-18 00:30:00+00:00,40.25,5.5,2.794417,16.099792,0.0,0.0 -2014-05-18 01:30:00+00:00,40.25,5.5,3.094447,15.982513,0.0,0.0 -2014-05-18 02:30:00+00:00,40.25,5.5,3.5024688,15.891296,0.0,0.0 -2014-05-18 03:30:00+00:00,40.25,5.5,3.5667758,15.829132,0.0,0.0 -2014-05-18 04:30:00+00:00,40.25,5.5,3.4972048,15.832397,12.163159,11.096006 -2014-05-18 05:30:00+00:00,40.25,5.5,4.2550855,15.899719,92.163124,75.03889 -2014-05-18 06:30:00+00:00,40.25,5.5,5.3852177,16.006409,285.9431,124.751785 -2014-05-18 07:30:00+00:00,40.25,5.5,5.7008,16.116913,446.74423,178.09201 -2014-05-18 08:30:00+00:00,40.25,5.5,5.7144704,16.252106,631.5367,180.12646 -2014-05-18 09:30:00+00:00,40.25,5.5,5.0073156,16.664215,723.0734,218.77655 -2014-05-18 10:30:00+00:00,40.25,5.5,4.8861027,16.947083,732.935,279.52695 -2014-05-18 11:30:00+00:00,40.25,5.5,3.9870083,17.114319,639.28613,304.61865 -2014-05-18 12:30:00+00:00,40.25,5.5,3.3107865,17.099945,578.87823,296.76236 -2014-05-18 13:30:00+00:00,40.25,5.5,1.5966733,16.785828,264.8652,256.48923 -2014-05-18 14:30:00+00:00,40.25,5.5,1.0626249,16.672882,184.2534,174.0533 -2014-05-18 15:30:00+00:00,40.25,5.5,3.3861635,16.549927,134.94534,116.418884 -2014-05-18 16:30:00+00:00,40.25,5.5,3.9579506,16.406555,107.64747,74.11868 -2014-05-18 17:30:00+00:00,40.25,5.5,4.0500727,16.494812,69.541145,44.326317 -2014-05-18 18:30:00+00:00,40.25,5.5,4.440551,16.873505,11.318264,8.414583 -2014-05-18 19:30:00+00:00,40.25,5.5,3.469264,17.128723,0.0,0.0 -2014-05-18 20:30:00+00:00,40.25,5.5,2.7299454,17.214233,0.0,0.0 -2014-05-18 21:30:00+00:00,40.25,5.5,3.1946037,16.988892,0.0,0.0 -2014-05-18 22:30:00+00:00,40.25,5.5,4.267984,17.14038,0.0,0.0 -2014-05-18 23:30:00+00:00,40.25,5.5,4.817141,16.971252,0.0,0.0 -2014-05-19 00:30:00+00:00,40.25,5.5,4.29341,16.767914,0.0,0.0 -2014-05-19 01:30:00+00:00,40.25,5.5,3.4740467,16.39029,0.0,0.0 -2014-05-19 02:30:00+00:00,40.25,5.5,2.977562,16.08078,0.0,0.0 -2014-05-19 03:30:00+00:00,40.25,5.5,3.2278774,15.943146,0.0,0.0 -2014-05-19 04:30:00+00:00,40.25,5.5,3.0397604,15.671661,4.617639,3.6745834 -2014-05-19 05:30:00+00:00,40.25,5.5,3.5839746,15.54245,62.563717,42.17594 -2014-05-19 06:30:00+00:00,40.25,5.5,4.1200776,15.485962,151.1143,103.005104 -2014-05-19 07:30:00+00:00,40.25,5.5,4.726905,15.597015,267.85135,158.60358 -2014-05-19 08:30:00+00:00,40.25,5.5,5.171859,15.726501,410.89575,208.54416 -2014-05-19 09:30:00+00:00,40.25,5.5,4.9141145,16.547455,669.86145,212.58182 -2014-05-19 10:30:00+00:00,40.25,5.5,3.4219759,16.828735,898.0624,149.08722 -2014-05-19 11:30:00+00:00,40.25,5.5,2.156753,17.114044,914.6538,162.9859 -2014-05-19 12:30:00+00:00,40.25,5.5,1.0940669,17.371674,900.16,150.56439 -2014-05-19 13:30:00+00:00,40.25,5.5,0.19830652,17.598633,826.176,137.27228 -2014-05-19 14:30:00+00:00,40.25,5.5,1.5427155,17.778381,700.56793,126.48358 -2014-05-19 15:30:00+00:00,40.25,5.5,3.051637,17.894562,534.93066,112.17255 -2014-05-19 16:30:00+00:00,40.25,5.5,3.9570084,17.941254,346.0742,92.31261 -2014-05-19 17:30:00+00:00,40.25,5.5,4.230757,17.75772,160.23302,62.438644 -2014-05-19 18:30:00+00:00,40.25,5.5,4.7423286,17.606781,25.302258,15.846702 -2014-05-19 19:30:00+00:00,40.25,5.5,5.128342,17.5495,0.0,0.0 -2014-05-19 20:30:00+00:00,40.25,5.5,5.1112514,17.518005,0.0,0.0 -2014-05-19 21:30:00+00:00,40.25,5.5,5.042649,17.248169,0.0,0.0 -2014-05-19 22:30:00+00:00,40.25,5.5,5.0774226,17.18219,0.0,0.0 -2014-05-19 23:30:00+00:00,40.25,5.5,5.5022354,17.119476,0.0,0.0 -2014-05-20 00:30:00+00:00,40.25,5.5,5.866344,17.067352,0.0,0.0 -2014-05-20 01:30:00+00:00,40.25,5.5,5.8623533,17.0242,0.0,0.0 -2014-05-20 02:30:00+00:00,40.25,5.5,5.5444994,16.975311,0.0,0.0 -2014-05-20 03:30:00+00:00,40.25,5.5,5.453441,16.94925,0.0,0.0 -2014-05-20 04:30:00+00:00,40.25,5.5,5.9420533,16.957947,15.790243,11.323055 -2014-05-20 05:30:00+00:00,40.25,5.5,6.9555626,17.005463,136.86812,56.61989 -2014-05-20 06:30:00+00:00,40.25,5.5,7.873762,17.071167,317.6838,88.9137 -2014-05-20 07:30:00+00:00,40.25,5.5,8.477414,17.183014,503.62698,116.4079 -2014-05-20 08:30:00+00:00,40.25,5.5,8.722647,17.302734,678.61597,125.21716 -2014-05-20 09:30:00+00:00,40.25,5.5,8.858343,17.552765,812.76013,135.86816 -2014-05-20 10:30:00+00:00,40.25,5.5,8.584787,17.719727,893.24084,148.3482 -2014-05-20 11:30:00+00:00,40.25,5.5,8.192258,17.883972,928.49207,141.85596 -2014-05-20 12:30:00+00:00,40.25,5.5,7.566976,18.067505,900.6115,139.01654 -2014-05-20 13:30:00+00:00,40.25,5.5,7.626235,18.212738,817.9604,132.68005 -2014-05-20 14:30:00+00:00,40.25,5.5,7.714221,18.425568,687.66187,124.83234 -2014-05-20 15:30:00+00:00,40.25,5.5,7.949722,18.57788,520.6554,113.86752 -2014-05-20 16:30:00+00:00,40.25,5.5,8.236862,18.630829,331.69693,93.657394 -2014-05-20 17:30:00+00:00,40.25,5.5,8.47451,18.617249,152.30879,63.424004 -2014-05-20 18:30:00+00:00,40.25,5.5,9.565551,18.611267,22.971598,15.613125 -2014-05-20 19:30:00+00:00,40.25,5.5,9.714176,18.68512,0.0,0.0 -2014-05-20 20:30:00+00:00,40.25,5.5,9.140047,18.792084,0.0,0.0 -2014-05-20 21:30:00+00:00,40.25,5.5,9.914493,18.535797,0.0,0.0 -2014-05-20 22:30:00+00:00,40.25,5.5,9.658379,18.483948,0.0,0.0 -2014-05-20 23:30:00+00:00,40.25,5.5,9.287499,18.416626,0.0,0.0 -2014-05-21 00:30:00+00:00,40.25,5.5,9.052924,18.399231,0.0,0.0 -2014-05-21 01:30:00+00:00,40.25,5.5,9.194938,18.453278,0.0,0.0 -2014-05-21 02:30:00+00:00,40.25,5.5,10.732704,18.45816,0.0,0.0 -2014-05-21 03:30:00+00:00,40.25,5.5,11.064415,18.410095,0.0,0.0 -2014-05-21 04:30:00+00:00,40.25,5.5,11.29817,18.388916,6.7152085,5.697674 -2014-05-21 05:30:00+00:00,40.25,5.5,11.979805,18.318878,43.379444,41.3692 -2014-05-21 06:30:00+00:00,40.25,5.5,12.618506,18.353912,294.2898,92.4966 -2014-05-21 07:30:00+00:00,40.25,5.5,12.978888,18.404938,454.37717,137.13174 -2014-05-21 08:30:00+00:00,40.25,5.5,12.536968,18.49997,630.9394,144.87119 -2014-05-21 09:30:00+00:00,40.25,5.5,9.489565,18.72583,784.5883,151.20184 -2014-05-21 10:30:00+00:00,40.25,5.5,9.536498,18.756775,862.09735,147.1225 -2014-05-21 11:30:00+00:00,40.25,5.5,9.6171665,18.77118,914.66833,142.73682 -2014-05-21 12:30:00+00:00,40.25,5.5,9.005998,18.769806,872.0027,175.83978 -2014-05-21 13:30:00+00:00,40.25,5.5,7.748293,18.685944,814.12946,137.32434 -2014-05-21 14:30:00+00:00,40.25,5.5,5.914064,18.540405,683.93286,131.5268 -2014-05-21 15:30:00+00:00,40.25,5.5,4.6155367,18.457336,519.18414,116.069275 -2014-05-21 16:30:00+00:00,40.25,5.5,4.108828,18.467377,337.15942,94.56583 -2014-05-21 17:30:00+00:00,40.25,5.5,3.4138963,18.473083,159.2425,63.743774 -2014-05-21 18:30:00+00:00,40.25,5.5,3.5421183,18.39627,27.574654,16.853405 -2014-05-21 19:30:00+00:00,40.25,5.5,4.67706,18.388397,0.0,0.0 -2014-05-21 20:30:00+00:00,40.25,5.5,5.483328,18.44867,0.0,0.0 -2014-05-21 21:30:00+00:00,40.25,5.5,5.4727855,18.167389,0.0,0.0 -2014-05-21 22:30:00+00:00,40.25,5.5,5.874803,18.188568,0.0,0.0 -2014-05-21 23:30:00+00:00,40.25,5.5,5.4499846,18.16983,0.0,0.0 -2014-05-22 00:30:00+00:00,40.25,5.5,4.038089,18.127228,0.0,0.0 -2014-05-22 01:30:00+00:00,40.25,5.5,2.8667352,18.064789,0.0,0.0 -2014-05-22 02:30:00+00:00,40.25,5.5,3.483118,17.932037,0.0,0.0 -2014-05-22 03:30:00+00:00,40.25,5.5,3.3618371,17.760986,0.0,0.0 -2014-05-22 04:30:00+00:00,40.25,5.5,3.5938761,17.693115,16.387465,11.746561 -2014-05-22 05:30:00+00:00,40.25,5.5,4.3151226,17.705872,127.74941,65.295525 -2014-05-22 06:30:00+00:00,40.25,5.5,4.504876,17.801727,296.63504,113.16977 -2014-05-22 07:30:00+00:00,40.25,5.5,4.5805387,17.897003,468.12805,148.48773 -2014-05-22 08:30:00+00:00,40.25,5.5,4.746458,17.976288,676.83887,127.47296 -2014-05-22 09:30:00+00:00,40.25,5.5,4.461101,18.28659,809.29333,129.26196 -2014-05-22 10:30:00+00:00,40.25,5.5,5.144561,18.466309,898.09155,138.77985 -2014-05-22 11:30:00+00:00,40.25,5.5,5.469611,18.578156,925.1272,143.7276 -2014-05-22 12:30:00+00:00,40.25,5.5,5.8732133,18.680237,872.5999,143.92566 -2014-05-22 13:30:00+00:00,40.25,5.5,5.7401395,18.72528,793.809,159.05762 -2014-05-22 14:30:00+00:00,40.25,5.5,5.409979,18.768463,672.8767,138.05402 -2014-05-22 15:30:00+00:00,40.25,5.5,5.0264263,18.687561,527.2686,111.04996 -2014-05-22 16:30:00+00:00,40.25,5.5,4.9096003,18.521149,328.7982,97.930984 -2014-05-22 17:30:00+00:00,40.25,5.5,5.00091,18.325409,156.78073,62.237503 -2014-05-22 18:30:00+00:00,40.25,5.5,5.027641,18.189117,27.181355,17.068127 -2014-05-22 19:30:00+00:00,40.25,5.5,4.732624,18.134827,0.0,0.0 -2014-05-22 20:30:00+00:00,40.25,5.5,4.4783864,18.1492,0.0,0.0 -2014-05-22 21:30:00+00:00,40.25,5.5,3.6204722,18.153015,0.0,0.0 -2014-05-22 22:30:00+00:00,40.25,5.5,4.2981763,18.152191,0.0,0.0 -2014-05-22 23:30:00+00:00,40.25,5.5,4.4717455,18.14975,0.0,0.0 -2014-05-23 00:30:00+00:00,40.25,5.5,4.418339,18.08841,0.0,0.0 -2014-05-23 01:30:00+00:00,40.25,5.5,4.606407,17.980896,0.0,0.0 -2014-05-23 02:30:00+00:00,40.25,5.5,5.4630995,17.898102,0.0,0.0 -2014-05-23 03:30:00+00:00,40.25,5.5,6.4123898,17.829132,0.0,0.0 -2014-05-23 04:30:00+00:00,40.25,5.5,6.6929555,17.809845,18.23743,12.119862 -2014-05-23 05:30:00+00:00,40.25,5.5,6.5312705,17.83023,142.75305,58.161736 -2014-05-23 06:30:00+00:00,40.25,5.5,6.021369,17.874481,325.08368,90.14638 -2014-05-23 07:30:00+00:00,40.25,5.5,5.6072783,17.95102,516.1543,110.731384 -2014-05-23 08:30:00+00:00,40.25,5.5,5.160914,18.028137,689.52637,125.15808 -2014-05-23 09:30:00+00:00,40.25,5.5,4.5951786,18.612091,827.924,134.59027 -2014-05-23 10:30:00+00:00,40.25,5.5,4.2544804,18.721771,918.3246,140.22583 -2014-05-23 11:30:00+00:00,40.25,5.5,3.999039,18.799683,954.5956,142.18628 -2014-05-23 12:30:00+00:00,40.25,5.5,4.0815773,18.90799,928.5504,140.53693 -2014-05-23 13:30:00+00:00,40.25,5.5,4.1043334,18.933807,847.5599,135.3274 -2014-05-23 14:30:00+00:00,40.25,5.5,4.38975,18.951721,716.75146,126.15082 -2014-05-23 15:30:00+00:00,40.25,5.5,5.092917,18.876495,547.5308,112.67404 -2014-05-23 16:30:00+00:00,40.25,5.5,5.715146,18.779877,357.0866,93.45999 -2014-05-23 17:30:00+00:00,40.25,5.5,5.9392586,18.696533,169.99268,64.44275 -2014-05-23 18:30:00+00:00,40.25,5.5,5.7111597,18.603668,30.415138,18.130346 -2014-05-23 19:30:00+00:00,40.25,5.5,5.0261426,18.557526,0.0,0.0 -2014-05-23 20:30:00+00:00,40.25,5.5,3.9932377,18.459778,0.0,0.0 -2014-05-23 21:30:00+00:00,40.25,5.5,2.591736,18.278168,0.0,0.0 -2014-05-23 22:30:00+00:00,40.25,5.5,2.2118483,18.171478,0.0,0.0 -2014-05-23 23:30:00+00:00,40.25,5.5,1.6692761,18.07129,0.0,0.0 -2014-05-24 00:30:00+00:00,40.25,5.5,1.0066017,17.941254,0.0,0.0 -2014-05-24 01:30:00+00:00,40.25,5.5,1.887442,17.835907,0.0,0.0 -2014-05-24 02:30:00+00:00,40.25,5.5,3.8046916,17.610321,0.0,0.0 -2014-05-24 03:30:00+00:00,40.25,5.5,5.027041,17.425995,0.0,0.0 -2014-05-24 04:30:00+00:00,40.25,5.5,5.5078135,17.385529,17.902395,12.194305 -2014-05-24 05:30:00+00:00,40.25,5.5,5.6795053,17.416199,140.05823,58.81729 -2014-05-24 06:30:00+00:00,40.25,5.5,5.7940536,17.502258,280.85934,126.49289 -2014-05-24 07:30:00+00:00,40.25,5.5,5.859946,17.610321,489.9926,139.57828 -2014-05-24 08:30:00+00:00,40.25,5.5,5.628474,17.754486,674.08575,142.17914 -2014-05-24 09:30:00+00:00,40.25,5.5,5.452923,17.543793,802.8986,168.86694 -2014-05-24 10:30:00+00:00,40.25,5.5,5.0491805,17.687683,904.54456,157.3811 -2014-05-24 11:30:00+00:00,40.25,5.5,4.8294115,17.838379,936.7514,161.30804 -2014-05-24 12:30:00+00:00,40.25,5.5,4.8708553,17.942627,922.57806,143.44934 -2014-05-24 13:30:00+00:00,40.25,5.5,5.2351165,18.058533,843.7143,137.5622 -2014-05-24 14:30:00+00:00,40.25,5.5,5.564609,18.133179,715.5424,127.47327 -2014-05-24 15:30:00+00:00,40.25,5.5,5.8117795,18.13211,549.206,113.65433 -2014-05-24 16:30:00+00:00,40.25,5.5,5.722027,18.093567,360.37863,94.357056 -2014-05-24 17:30:00+00:00,40.25,5.5,5.8453283,18.042236,171.27455,69.67066 -2014-05-24 18:30:00+00:00,40.25,5.5,5.9462423,17.946686,29.73052,20.56038 -2014-05-24 19:30:00+00:00,40.25,5.5,6.108924,17.92035,0.0,0.0 -2014-05-24 20:30:00+00:00,40.25,5.5,5.9152393,17.896454,0.0,0.0 -2014-05-24 21:30:00+00:00,40.25,5.5,4.9154954,17.681732,0.0,0.0 -2014-05-24 22:30:00+00:00,40.25,5.5,4.77756,17.65213,0.0,0.0 -2014-05-24 23:30:00+00:00,40.25,5.5,4.763323,17.644257,0.0,0.0 -2014-05-25 00:30:00+00:00,40.25,5.5,4.5805283,17.6763,0.0,0.0 -2014-05-25 01:30:00+00:00,40.25,5.5,4.761099,17.733032,0.0,0.0 -2014-05-25 02:30:00+00:00,40.25,5.5,4.457236,17.786255,0.0,0.0 -2014-05-25 03:30:00+00:00,40.25,5.5,4.6810718,17.767792,0.0,0.0 -2014-05-25 04:30:00+00:00,40.25,5.5,4.4698434,17.80252,9.366354,9.353958 -2014-05-25 05:30:00+00:00,40.25,5.5,4.5430055,17.693115,47.31243,46.8533 -2014-05-25 06:30:00+00:00,40.25,5.5,4.0687943,17.38797,65.710106,63.11667 -2014-05-25 07:30:00+00:00,40.25,5.5,3.4312782,16.610443,132.906,131.83885 -2014-05-25 08:30:00+00:00,40.25,5.5,4.085837,15.983612,94.129616,93.84423 -2014-05-25 09:30:00+00:00,40.25,5.5,7.116586,16.195343,169.29347,150.94077 -2014-05-25 10:30:00+00:00,40.25,5.5,6.2297974,15.8307495,345.57895,275.80383 -2014-05-25 11:30:00+00:00,40.25,5.5,6.0324793,15.518555,283.08804,234.96642 -2014-05-25 12:30:00+00:00,40.25,5.5,6.52473,15.183258,345.08368,312.20016 -2014-05-25 13:30:00+00:00,40.25,5.5,6.6943893,15.264709,594.84326,290.13083 -2014-05-25 14:30:00+00:00,40.25,5.5,5.8642526,15.392853,634.53735,156.86996 -2014-05-25 15:30:00+00:00,40.25,5.5,4.6708813,15.609772,504.0057,135.20142 -2014-05-25 16:30:00+00:00,40.25,5.5,4.1843925,15.791107,337.3925,98.45952 -2014-05-25 17:30:00+00:00,40.25,5.5,3.5085151,15.938263,166.10336,66.162254 -2014-05-25 18:30:00+00:00,40.25,5.5,2.7895129,15.997986,27.807709,17.905418 -2014-05-25 19:30:00+00:00,40.25,5.5,2.5999079,16.049835,0.0,0.0 -2014-05-25 20:30:00+00:00,40.25,5.5,2.089007,16.113098,0.0,0.0 -2014-05-25 21:30:00+00:00,40.25,5.5,0.58928424,16.183136,0.0,0.0 -2014-05-25 22:30:00+00:00,40.25,5.5,0.8349756,16.075348,0.0,0.0 -2014-05-25 23:30:00+00:00,40.25,5.5,1.0368654,16.00885,0.0,0.0 -2014-05-26 00:30:00+00:00,40.25,5.5,1.153052,15.948029,0.0,0.0 -2014-05-26 01:30:00+00:00,40.25,5.5,1.2733078,15.845428,0.0,0.0 -2014-05-26 02:30:00+00:00,40.25,5.5,1.7292881,15.771301,0.0,0.0 -2014-05-26 03:30:00+00:00,40.25,5.5,2.084411,15.761536,0.0,0.0 -2014-05-26 04:30:00+00:00,40.25,5.5,2.1083434,15.736023,19.329931,13.051043 -2014-05-26 05:30:00+00:00,40.25,5.5,1.6207894,15.870117,140.29129,61.445282 -2014-05-26 06:30:00+00:00,40.25,5.5,0.8934505,16.044678,319.0968,97.412186 -2014-05-26 07:30:00+00:00,40.25,5.5,1.0387359,16.260254,501.4274,125.425934 -2014-05-26 08:30:00+00:00,40.25,5.5,1.7934589,16.524109,678.0333,137.17993 -2014-05-26 09:30:00+00:00,40.25,5.5,2.9873974,16.677765,812.6728,142.76703 -2014-05-26 10:30:00+00:00,40.25,5.5,3.0963361,16.93106,904.195,144.79639 -2014-05-26 11:30:00+00:00,40.25,5.5,2.96951,17.188965,937.55255,151.7727 -2014-05-26 12:30:00+00:00,40.25,5.5,2.5420237,17.43982,918.22266,144.60352 -2014-05-26 13:30:00+00:00,40.25,5.5,1.4493543,17.653229,837.71277,142.82788 -2014-05-26 14:30:00+00:00,40.25,5.5,1.405219,17.8096,682.6364,143.92975 -2014-05-26 15:30:00+00:00,40.25,5.5,2.1994672,17.933105,537.8149,119.201324 -2014-05-26 16:30:00+00:00,40.25,5.5,2.5612984,18.005585,312.64374,120.95137 -2014-05-26 17:30:00+00:00,40.25,5.5,2.8212712,18.045502,169.33719,66.24424 -2014-05-26 18:30:00+00:00,40.25,5.5,2.910375,18.00235,31.711563,19.339931 -2014-05-26 19:30:00+00:00,40.25,5.5,3.0040429,18.000977,0.0,0.0 -2014-05-26 20:30:00+00:00,40.25,5.5,3.7316477,17.990387,0.0,0.0 -2014-05-26 21:30:00+00:00,40.25,5.5,4.7766685,17.198212,0.0,0.0 -2014-05-26 22:30:00+00:00,40.25,5.5,5.8554754,16.882751,0.0,0.0 -2014-05-26 23:30:00+00:00,40.25,5.5,6.0581307,16.71524,0.0,0.0 -2014-05-27 00:30:00+00:00,40.25,5.5,6.246741,16.660675,0.0,0.0 -2014-05-27 01:30:00+00:00,40.25,5.5,6.522774,16.615082,0.0,0.0 -2014-05-27 02:30:00+00:00,40.25,5.5,6.6340814,16.598236,0.0,0.0 -2014-05-27 03:30:00+00:00,40.25,5.5,6.536673,16.55426,0.0,0.0 -2014-05-27 04:30:00+00:00,40.25,5.5,6.470685,16.497253,19.373646,13.045139 -2014-05-27 05:30:00+00:00,40.25,5.5,6.588252,16.471466,140.8594,62.37326 -2014-05-27 06:30:00+00:00,40.25,5.5,6.5570493,16.47879,320.96133,103.73149 -2014-05-27 07:30:00+00:00,40.25,5.5,6.147167,16.523315,480.3786,163.24487 -2014-05-27 08:30:00+00:00,40.25,5.5,5.435142,16.60257,653.2264,181.65173 -2014-05-27 09:30:00+00:00,40.25,5.5,4.2797537,16.746735,802.8111,184.216 -2014-05-27 10:30:00+00:00,40.25,5.5,3.0755312,16.820587,873.7361,195.08203 -2014-05-27 11:30:00+00:00,40.25,5.5,2.309,16.930542,887.22485,228.98346 -2014-05-27 12:30:00+00:00,40.25,5.5,1.8453618,16.982117,840.24744,252.78625 -2014-05-27 13:30:00+00:00,40.25,5.5,1.1922605,17.08554,834.6538,139.58282 -2014-05-27 14:30:00+00:00,40.25,5.5,1.2170374,17.070892,698.1644,135.12396 -2014-05-27 15:30:00+00:00,40.25,5.5,2.2968035,17.13739,540.801,115.85895 -2014-05-27 16:30:00+00:00,40.25,5.5,3.1087914,17.297577,355.1929,95.62396 -2014-05-27 17:30:00+00:00,40.25,5.5,3.6705344,17.333405,171.87177,66.47076 -2014-05-27 18:30:00+00:00,40.25,5.5,3.8237214,17.365997,32.265102,22.772324 -2014-05-27 19:30:00+00:00,40.25,5.5,3.324368,17.426788,0.0,0.0 -2014-05-27 20:30:00+00:00,40.25,5.5,2.7759695,17.496582,0.0,0.0 -2014-05-27 21:30:00+00:00,40.25,5.5,3.9728043,17.470245,0.0,0.0 -2014-05-27 22:30:00+00:00,40.25,5.5,4.561659,17.52182,0.0,0.0 -2014-05-27 23:30:00+00:00,40.25,5.5,4.6336513,17.559021,0.0,0.0 -2014-05-28 00:30:00+00:00,40.25,5.5,4.6025395,17.572327,0.0,0.0 -2014-05-28 01:30:00+00:00,40.25,5.5,4.5607924,17.584534,0.0,0.0 -2014-05-28 02:30:00+00:00,40.25,5.5,4.551261,17.649414,0.0,0.0 -2014-05-28 03:30:00+00:00,40.25,5.5,4.534689,17.70642,0.0,0.0 -2014-05-28 04:30:00+00:00,40.25,5.5,4.215641,17.732208,16.503994,12.446285 -2014-05-28 05:30:00+00:00,40.25,5.5,3.9808402,17.731934,121.13618,67.380936 -2014-05-28 06:30:00+00:00,40.25,5.5,3.722822,17.787048,282.98608,122.31593 -2014-05-28 07:30:00+00:00,40.25,5.5,3.7382603,17.736298,420.72824,204.8882 -2014-05-28 08:30:00+00:00,40.25,5.5,3.368011,17.585358,460.83017,262.74725 -2014-05-28 09:30:00+00:00,40.25,5.5,3.3457398,17.81311,587.19574,326.62167 -2014-05-28 10:30:00+00:00,40.25,5.5,4.65642,17.534027,691.1579,368.86206 -2014-05-28 11:30:00+00:00,40.25,5.5,4.749856,17.558197,672.27954,359.3028 -2014-05-28 12:30:00+00:00,40.25,5.5,4.950763,17.749054,465.34583,274.2367 -2014-05-28 13:30:00+00:00,40.25,5.5,5.8636103,17.954285,587.83673,270.05774 -2014-05-28 14:30:00+00:00,40.25,5.5,6.512748,18.267853,571.0268,251.54779 -2014-05-28 15:30:00+00:00,40.25,5.5,6.440564,18.49643,460.07272,180.62479 -2014-05-28 16:30:00+00:00,40.25,5.5,5.593254,18.606384,344.5884,104.45178 -2014-05-28 17:30:00+00:00,40.25,5.5,4.7344046,18.57434,169.26434,70.613754 -2014-05-28 18:30:00+00:00,40.25,5.5,4.3375506,18.53717,32.235973,20.720556 -2014-05-28 19:30:00+00:00,40.25,5.5,4.1456976,18.512726,0.0,0.0 -2014-05-28 20:30:00+00:00,40.25,5.5,4.4374347,18.501862,0.0,0.0 -2014-05-28 21:30:00+00:00,40.25,5.5,4.47836,18.29718,0.0,0.0 -2014-05-28 22:30:00+00:00,40.25,5.5,4.916474,18.196991,0.0,0.0 -2014-05-28 23:30:00+00:00,40.25,5.5,4.457455,17.698273,0.0,0.0 -2014-05-29 00:30:00+00:00,40.25,5.5,5.3083744,17.519104,0.0,0.0 -2014-05-29 01:30:00+00:00,40.25,5.5,5.864032,17.232971,0.0,0.0 -2014-05-29 02:30:00+00:00,40.25,5.5,5.080713,17.164276,0.0,0.0 -2014-05-29 03:30:00+00:00,40.25,5.5,5.5141125,17.067902,0.0,0.0 -2014-05-29 04:30:00+00:00,40.25,5.5,5.7197742,16.61914,12.643854,12.060659 -2014-05-29 05:30:00+00:00,40.25,5.5,4.680201,16.690277,64.92351,53.097847 -2014-05-29 06:30:00+00:00,40.25,5.5,3.4436755,16.586823,216.60593,139.73294 -2014-05-29 07:30:00+00:00,40.25,5.5,2.099894,16.901764,407.7202,151.03015 -2014-05-29 08:30:00+00:00,40.25,5.5,1.627415,17.109161,493.96927,204.09784 -2014-05-29 09:30:00+00:00,40.25,5.5,2.8131561,17.49115,665.9576,233.32199 -2014-05-29 10:30:00+00:00,40.25,5.5,3.9651124,17.642883,700.4077,273.6043 -2014-05-29 11:30:00+00:00,40.25,5.5,5.236976,17.814758,740.2329,295.73444 -2014-05-29 12:30:00+00:00,40.25,5.5,5.9713473,17.834564,814.4936,259.2583 -2014-05-29 13:30:00+00:00,40.25,5.5,6.208727,17.800629,779.91235,160.79608 -2014-05-29 14:30:00+00:00,40.25,5.5,6.6584153,17.778381,663.8746,148.9433 -2014-05-29 15:30:00+00:00,40.25,5.5,6.832176,17.836456,526.3218,126.69382 -2014-05-29 16:30:00+00:00,40.25,5.5,6.6188498,17.951569,342.63644,112.32764 -2014-05-29 17:30:00+00:00,40.25,5.5,6.5380316,18.079987,170.99777,71.20558 -2014-05-29 18:30:00+00:00,40.25,5.5,6.832547,18.178253,35.455208,20.800346 -2014-05-29 19:30:00+00:00,40.25,5.5,7.3059444,18.237976,0.0,0.0 -2014-05-29 20:30:00+00:00,40.25,5.5,7.6129603,18.265137,0.0,0.0 -2014-05-29 21:30:00+00:00,40.25,5.5,7.425235,18.121796,0.0,0.0 -2014-05-29 22:30:00+00:00,40.25,5.5,7.268284,18.113922,0.0,0.0 -2014-05-29 23:30:00+00:00,40.25,5.5,6.978165,18.142975,0.0,0.0 -2014-05-30 00:30:00+00:00,40.25,5.5,7.233008,18.170929,0.0,0.0 -2014-05-30 01:30:00+00:00,40.25,5.5,7.6304045,18.155457,0.0,0.0 -2014-05-30 02:30:00+00:00,40.25,5.5,7.806318,18.145142,0.0,0.0 -2014-05-30 03:30:00+00:00,40.25,5.5,8.031887,18.140259,0.0,0.0 -2014-05-30 04:30:00+00:00,40.25,5.5,7.658554,18.137268,20.917707,13.968749 -2014-05-30 05:30:00+00:00,40.25,5.5,6.89417,18.158173,143.43771,60.558823 -2014-05-30 06:30:00+00:00,40.25,5.5,5.9374747,18.23526,322.0247,92.26187 -2014-05-30 07:30:00+00:00,40.25,5.5,5.144126,18.360687,509.04578,112.90469 -2014-05-30 08:30:00+00:00,40.25,5.5,4.6001973,18.484497,677.7128,127.70166 -2014-05-30 09:30:00+00:00,40.25,5.5,3.9077034,18.568665,810.75,138.12665 -2014-05-30 10:30:00+00:00,40.25,5.5,3.7005599,18.689453,896.5912,144.65033 -2014-05-30 11:30:00+00:00,40.25,5.5,3.1978335,18.822754,929.3369,145.98914 -2014-05-30 12:30:00+00:00,40.25,5.5,3.2442267,18.889282,903.8162,144.95123 -2014-05-30 13:30:00+00:00,40.25,5.5,3.923949,18.940308,835.1054,145.96588 -2014-05-30 14:30:00+00:00,40.25,5.5,4.670863,18.968536,680.4805,148.53668 -2014-05-30 15:30:00+00:00,40.25,5.5,4.783284,18.82956,439.6794,138.6276 -2014-05-30 16:30:00+00:00,40.25,5.5,4.3100514,18.5654,287.72025,136.89032 -2014-05-30 17:30:00+00:00,40.25,5.5,3.2224529,18.424225,126.07427,92.50827 -2014-05-30 18:30:00+00:00,40.25,5.5,2.8861973,18.378876,22.432638,18.772013 -2014-05-30 19:30:00+00:00,40.25,5.5,2.5099437,18.323761,0.0,0.0 -2014-05-30 20:30:00+00:00,40.25,5.5,2.3581297,18.294739,0.0,0.0 -2014-05-30 21:30:00+00:00,40.25,5.5,3.2870116,18.036285,0.0,0.0 -2014-05-30 22:30:00+00:00,40.25,5.5,4.5040817,18.084045,0.0,0.0 -2014-05-30 23:30:00+00:00,40.25,5.5,5.131508,18.116913,0.0,0.0 -2014-05-31 00:30:00+00:00,40.25,5.5,5.477662,18.120148,0.0,0.0 -2014-05-31 01:30:00+00:00,40.25,5.5,5.714902,18.121246,0.0,0.0 -2014-05-31 02:30:00+00:00,40.25,5.5,5.8275747,17.927948,0.0,0.0 -2014-05-31 03:30:00+00:00,40.25,5.5,6.601112,17.777008,0.0,0.0 -2014-05-31 04:30:00+00:00,40.25,5.5,7.1355467,17.654297,17.276041,11.816145 -2014-05-31 05:30:00+00:00,40.25,5.5,7.4843516,17.582367,128.41948,63.632744 -2014-05-31 06:30:00+00:00,40.25,5.5,7.8778505,17.560364,308.40485,94.30205 -2014-05-31 07:30:00+00:00,40.25,5.5,8.139958,17.55304,500.45145,117.82367 -2014-05-31 08:30:00+00:00,40.25,5.5,8.435212,17.567413,666.3946,135.8902 -2014-05-31 09:30:00+00:00,40.25,5.5,7.6748743,17.814484,803.24817,142.74829 -2014-05-31 10:30:00+00:00,40.25,5.5,7.502477,17.814209,884.6174,151.71167 -2014-05-31 11:30:00+00:00,40.25,5.5,7.2875547,17.84732,925.9721,152.35297 -2014-05-31 12:30:00+00:00,40.25,5.5,7.0862455,17.840271,903.3064,150.63342 -2014-05-31 13:30:00+00:00,40.25,5.5,7.251093,18.008575,815.0035,151.41382 -2014-05-31 14:30:00+00:00,40.25,5.5,7.152725,18.210022,698.64514,135.6543 -2014-05-31 15:30:00+00:00,40.25,5.5,6.857171,18.350372,545.63715,116.66217 -2014-05-31 16:30:00+00:00,40.25,5.5,6.4970503,18.48993,360.1456,97.12698 -2014-05-31 17:30:00+00:00,40.25,5.5,6.403553,18.572998,175.80476,68.39352 -2014-05-31 18:30:00+00:00,40.25,5.5,6.808917,18.595795,37.84413,21.997986 -2014-05-31 19:30:00+00:00,40.25,5.5,7.063292,18.58847,0.0,0.0 -2014-05-31 20:30:00+00:00,40.25,5.5,7.2115455,18.527374,0.0,0.0 -2014-05-31 21:30:00+00:00,40.25,5.5,7.142494,18.312653,0.0,0.0 -2014-05-31 22:30:00+00:00,40.25,5.5,7.8181157,18.110382,0.0,0.0 -2014-05-31 23:30:00+00:00,40.25,5.5,7.6956725,17.913849,0.0,0.0 -2014-06-01 00:30:00+00:00,40.25,5.5,6.6492667,17.720276,0.0,0.0 -2014-06-01 01:30:00+00:00,40.25,5.5,5.5801463,17.513672,0.0,0.0 -2014-06-01 02:30:00+00:00,40.25,5.5,5.2851763,17.37143,0.0,0.0 -2014-06-01 03:30:00+00:00,40.25,5.5,4.8030696,17.279114,0.0,0.0 -2014-06-01 04:30:00+00:00,40.25,5.5,4.7340775,17.283722,19.752361,14.329687 -2014-06-01 05:30:00+00:00,40.25,5.5,4.980442,17.34671,139.4173,64.964035 -2014-06-01 06:30:00+00:00,40.25,5.5,5.0009828,17.380646,290.08005,122.7339 -2014-06-01 07:30:00+00:00,40.25,5.5,5.05754,17.450134,416.38736,190.65744 -2014-06-01 08:30:00+00:00,40.25,5.5,5.05919,17.522644,605.15643,210.62851 -2014-06-01 09:30:00+00:00,40.25,5.5,4.56165,17.642883,776.75146,195.04797 -2014-06-01 10:30:00+00:00,40.25,5.5,4.728417,17.885345,858.00415,197.04517 -2014-06-01 11:30:00+00:00,40.25,5.5,5.153552,18.066956,864.6174,227.65717 -2014-06-01 12:30:00+00:00,40.25,5.5,5.432694,18.25644,796.83887,305.5465 -2014-06-01 13:30:00+00:00,40.25,5.5,5.3852615,18.346863,692.1921,324.44254 -2014-06-01 14:30:00+00:00,40.25,5.5,5.5301514,18.344666,577.3487,282.32758 -2014-06-01 15:30:00+00:00,40.25,5.5,4.903747,18.292267,382.56366,261.68878 -2014-06-01 16:30:00+00:00,40.25,5.5,5.023213,18.283875,234.12958,186.35541 -2014-06-01 17:30:00+00:00,40.25,5.5,5.261316,18.219513,114.62489,103.27076 -2014-06-01 18:30:00+00:00,40.25,5.5,5.3850675,18.1492,26.394756,24.384514 -2014-06-01 19:30:00+00:00,40.25,5.5,5.4001865,18.130219,0.0,0.0 -2014-06-01 20:30:00+00:00,40.25,5.5,5.0309715,18.1055,0.0,0.0 -2014-06-01 21:30:00+00:00,40.25,5.5,5.1367097,18.08841,0.0,0.0 -2014-06-01 22:30:00+00:00,40.25,5.5,5.775963,17.995544,0.0,0.0 -2014-06-01 23:30:00+00:00,40.25,5.5,5.736022,17.931488,0.0,0.0 -2014-06-02 00:30:00+00:00,40.25,5.5,5.350709,17.860077,0.0,0.0 -2014-06-02 01:30:00+00:00,40.25,5.5,4.977547,17.76181,0.0,0.0 -2014-06-02 02:30:00+00:00,40.25,5.5,5.1916604,17.711578,0.0,0.0 -2014-06-02 03:30:00+00:00,40.25,5.5,5.3002086,17.6904,0.0,0.0 -2014-06-02 04:30:00+00:00,40.25,5.5,5.2479978,17.691772,21.849966,17.097363 -2014-06-02 05:30:00+00:00,40.25,5.5,5.1389275,17.705353,138.60156,74.90681 -2014-06-02 06:30:00+00:00,40.25,5.5,5.2459345,17.79004,260.1602,164.06586 -2014-06-02 07:30:00+00:00,40.25,5.5,5.6852374,17.882355,423.64157,217.33156 -2014-06-02 08:30:00+00:00,40.25,5.5,6.13775,17.994995,586.29266,269.86624 -2014-06-02 09:30:00+00:00,40.25,5.5,6.5690074,18.399231,764.10767,243.85297 -2014-06-02 10:30:00+00:00,40.25,5.5,6.8009295,18.541504,863.2773,257.1283 -2014-06-02 11:30:00+00:00,40.25,5.5,7.482257,18.645477,898.5576,214.41888 -2014-06-02 12:30:00+00:00,40.25,5.5,7.593223,18.671814,901.7478,185.9292 -2014-06-02 13:30:00+00:00,40.25,5.5,7.645065,18.733704,808.87085,161.77258 -2014-06-02 14:30:00+00:00,40.25,5.5,7.725168,18.76709,702.72375,151.14905 -2014-06-02 15:30:00+00:00,40.25,5.5,7.3638415,18.801025,553.4449,133.31744 -2014-06-02 16:30:00+00:00,40.25,5.5,6.624847,18.795074,360.49518,108.79347 -2014-06-02 17:30:00+00:00,40.25,5.5,5.7804894,18.808655,183.64163,72.371216 -2014-06-02 18:30:00+00:00,40.25,5.5,5.1716065,18.792908,41.13618,23.1433 -2014-06-02 19:30:00+00:00,40.25,5.5,5.1219344,18.809723,0.0,0.0 -2014-06-02 20:30:00+00:00,40.25,5.5,5.296326,18.85263,0.0,0.0 -2014-06-02 21:30:00+00:00,40.25,5.5,5.448735,18.817871,0.0,0.0 -2014-06-02 22:30:00+00:00,40.25,5.5,6.197728,18.94873,0.0,0.0 -2014-06-02 23:30:00+00:00,40.25,5.5,7.00659,19.104279,0.0,0.0 -2014-06-03 00:30:00+00:00,40.25,5.5,7.8041697,19.281006,0.0,0.0 -2014-06-03 01:30:00+00:00,40.25,5.5,8.595909,19.266907,0.0,0.0 -2014-06-03 02:30:00+00:00,40.25,5.5,8.836269,19.122192,0.0,0.0 -2014-06-03 03:30:00+00:00,40.25,5.5,9.149463,18.994873,0.0,0.0 -2014-06-03 04:30:00+00:00,40.25,5.5,8.9689665,18.944366,22.243263,14.400867 -2014-06-03 05:30:00+00:00,40.25,5.5,8.449776,18.955505,142.75305,61.350792 -2014-06-03 06:30:00+00:00,40.25,5.5,7.7464976,19.039124,323.13174,95.7142 -2014-06-03 07:30:00+00:00,40.25,5.5,7.237539,19.107819,510.67722,115.690155 -2014-06-03 08:30:00+00:00,40.25,5.5,6.905902,19.14853,677.4944,131.21826 -2014-06-03 09:30:00+00:00,40.25,5.5,7.1973977,19.038055,814.12946,136.48059 -2014-06-03 10:30:00+00:00,40.25,5.5,7.2401953,19.056763,900.71356,142.87848 -2014-06-03 11:30:00+00:00,40.25,5.5,7.19014,19.087463,889.75946,168.36926 -2014-06-03 12:30:00+00:00,40.25,5.5,7.0588884,19.123016,882.50525,158.01282 -2014-06-03 13:30:00+00:00,40.25,5.5,6.7944365,19.17514,828.4339,142.66962 -2014-06-03 14:30:00+00:00,40.25,5.5,6.2380466,19.18573,703.6852,134.17969 -2014-06-03 15:30:00+00:00,40.25,5.5,5.5812373,19.174042,539.65027,118.72867 -2014-06-03 16:30:00+00:00,40.25,5.5,5.184145,19.133606,362.98608,97.24994 -2014-06-03 17:30:00+00:00,40.25,5.5,5.0747523,19.108368,183.45226,68.64531 -2014-06-03 18:30:00+00:00,40.25,5.5,5.1584473,19.06546,37.887814,28.605972 -2014-06-03 19:30:00+00:00,40.25,5.5,5.0640798,19.042389,0.0,0.0 -2014-06-03 20:30:00+00:00,40.25,5.5,4.891039,19.01062,0.0,0.0 -2014-06-03 21:30:00+00:00,40.25,5.5,4.3435373,18.890076,0.0,0.0 -2014-06-03 22:30:00+00:00,40.25,5.5,4.2199807,18.83905,0.0,0.0 -2014-06-03 23:30:00+00:00,40.25,5.5,4.02194,18.806183,0.0,0.0 -2014-06-04 00:30:00+00:00,40.25,5.5,3.8370113,18.809723,0.0,0.0 -2014-06-04 01:30:00+00:00,40.25,5.5,3.8707378,18.796967,0.0,0.0 -2014-06-04 02:30:00+00:00,40.25,5.5,3.9312952,18.762207,0.0,0.0 -2014-06-04 03:30:00+00:00,40.25,5.5,3.5917904,18.722595,0.0,0.0 -2014-06-04 04:30:00+00:00,40.25,5.5,3.1950653,18.657684,22.971598,15.116772 -2014-06-04 05:30:00+00:00,40.25,5.5,3.0048645,18.614532,145.579,61.967987 -2014-06-04 06:30:00+00:00,40.25,5.5,3.0647924,18.690277,321.38376,93.39543 -2014-06-04 07:30:00+00:00,40.25,5.5,3.5199616,18.791534,504.77774,115.126526 -2014-06-04 08:30:00+00:00,40.25,5.5,4.4042187,18.919678,671.94446,130.18518 -2014-06-04 09:30:00+00:00,40.25,5.5,5.330411,19.320374,802.35956,142.66632 -2014-06-04 10:30:00+00:00,40.25,5.5,5.52415,19.480011,892.1775,146.6272 -2014-06-04 11:30:00+00:00,40.25,5.5,5.375997,19.620087,927.7929,147.70874 -2014-06-04 12:30:00+00:00,40.25,5.5,5.3322854,19.720001,907.88025,144.6101 -2014-06-04 13:30:00+00:00,40.25,5.5,5.3468103,19.802795,833.0661,138.1192 -2014-06-04 14:30:00+00:00,40.25,5.5,5.0988564,19.84842,709.22046,128.49731 -2014-06-04 15:30:00+00:00,40.25,5.5,4.6686144,19.850586,548.24457,114.23163 -2014-06-04 16:30:00+00:00,40.25,5.5,4.0336237,19.831055,360.8011,100.73578 -2014-06-04 17:30:00+00:00,40.25,5.5,3.7498877,19.767792,178.48503,72.83583 -2014-06-04 18:30:00+00:00,40.25,5.5,2.9778104,19.715393,41.689724,23.610003 -2014-06-04 19:30:00+00:00,40.25,5.5,1.1822251,19.59784,0.0,0.0 -2014-06-04 20:30:00+00:00,40.25,5.5,0.8724131,19.465088,0.0,0.0 -2014-06-04 21:30:00+00:00,40.25,5.5,1.9669502,19.150421,0.0,0.0 -2014-06-04 22:30:00+00:00,40.25,5.5,2.7778146,19.010345,0.0,0.0 -2014-06-04 23:30:00+00:00,40.25,5.5,3.292478,18.881409,0.0,0.0 -2014-06-05 00:30:00+00:00,40.25,5.5,3.5078032,18.784485,0.0,0.0 -2014-06-05 01:30:00+00:00,40.25,5.5,4.156657,18.688385,0.0,0.0 -2014-06-05 02:30:00+00:00,40.25,5.5,4.876368,18.601501,0.0,0.0 -2014-06-05 03:30:00+00:00,40.25,5.5,5.2826986,18.547485,0.0,0.0 -2014-06-05 04:30:00+00:00,40.25,5.5,5.450888,18.569733,22.592848,14.899342 -2014-06-05 05:30:00+00:00,40.25,5.5,5.4498763,18.647919,143.55423,63.18194 -2014-06-05 06:30:00+00:00,40.25,5.5,5.237848,18.772247,321.60226,93.117584 -2014-06-05 07:30:00+00:00,40.25,5.5,4.9443846,18.943298,505.87024,114.15912 -2014-06-05 08:30:00+00:00,40.25,5.5,4.4341125,19.143646,674.3043,129.23187 -2014-06-05 09:30:00+00:00,40.25,5.5,4.1872063,19.884247,809.26416,139.3584 -2014-06-05 10:30:00+00:00,40.25,5.5,3.844259,20.177734,897.47974,146.77972 -2014-06-05 11:30:00+00:00,40.25,5.5,3.7810566,20.382416,934.12946,146.50061 -2014-06-05 12:30:00+00:00,40.25,5.5,3.8702297,20.586578,912.87665,144.7298 -2014-06-05 13:30:00+00:00,40.25,5.5,3.8698714,20.748932,837.39233,139.18195 -2014-06-05 14:30:00+00:00,40.25,5.5,3.747826,20.765472,714.11487,129.45807 -2014-06-05 15:30:00+00:00,40.25,5.5,3.6601517,20.703033,553.2264,115.62726 -2014-06-05 16:30:00+00:00,40.25,5.5,3.8806374,20.565948,370.45874,96.47067 -2014-06-05 17:30:00+00:00,40.25,5.5,4.0914664,20.390564,187.89507,68.74501 -2014-06-05 18:30:00+00:00,40.25,5.5,4.416391,20.252106,44.049515,24.170486 -2014-06-05 19:30:00+00:00,40.25,5.5,4.6913733,20.171478,0.0,0.0 -2014-06-05 20:30:00+00:00,40.25,5.5,4.7972856,20.160065,0.0,0.0 -2014-06-05 21:30:00+00:00,40.25,5.5,4.763536,20.042786,0.0,0.0 -2014-06-05 22:30:00+00:00,40.25,5.5,4.6469975,20.043335,0.0,0.0 -2014-06-05 23:30:00+00:00,40.25,5.5,4.4526277,20.044708,0.0,0.0 -2014-06-06 00:30:00+00:00,40.25,5.5,4.3732047,20.041168,0.0,0.0 -2014-06-06 01:30:00+00:00,40.25,5.5,4.6604934,20.071045,0.0,0.0 -2014-06-06 02:30:00+00:00,40.25,5.5,4.592672,20.127502,0.0,0.0 -2014-06-06 03:30:00+00:00,40.25,5.5,4.4556003,20.194275,0.0,0.0 -2014-06-06 04:30:00+00:00,40.25,5.5,4.273205,20.240967,23.32118,16.69486 -2014-06-06 05:30:00+00:00,40.25,5.5,4.328942,20.310486,120.05823,76.50305 -2014-06-06 06:30:00+00:00,40.25,5.5,4.48123,20.343597,256.21262,162.0292 -2014-06-06 07:30:00+00:00,40.25,5.5,4.6310773,20.429657,373.89648,248.29381 -2014-06-06 08:30:00+00:00,40.25,5.5,4.6285453,20.52304,526.07416,297.30405 -2014-06-06 09:30:00+00:00,40.25,5.5,3.9713006,20.659882,701.6022,259.25043 -2014-06-06 10:30:00+00:00,40.25,5.5,4.8179145,20.752441,642.84033,249.44162 -2014-06-06 11:30:00+00:00,40.25,5.5,4.380313,20.840149,772.5271,252.78119 -2014-06-06 12:30:00+00:00,40.25,5.5,4.840476,20.881134,702.112,258.80478 -2014-06-06 13:30:00+00:00,40.25,5.5,4.8114552,20.90503,653.2264,298.74194 -2014-06-06 14:30:00+00:00,40.25,5.5,4.199524,20.867828,400.2184,279.8647 -2014-06-06 15:30:00+00:00,40.25,5.5,3.6011813,20.801575,332.52722,250.96368 -2014-06-06 16:30:00+00:00,40.25,5.5,3.2810075,20.768463,293.60516,155.18413 -2014-06-06 17:30:00+00:00,40.25,5.5,3.4351547,20.701141,142.70938,96.573166 -2014-06-06 18:30:00+00:00,40.25,5.5,3.3633678,20.619965,41.427536,28.038368 -2014-06-06 19:30:00+00:00,40.25,5.5,2.6728263,20.577087,0.0,0.0 -2014-06-06 20:30:00+00:00,40.25,5.5,1.8272123,20.505127,0.0,0.0 -2014-06-06 21:30:00+00:00,40.25,5.5,2.2094193,20.068054,0.0,0.0 -2014-06-06 22:30:00+00:00,40.25,5.5,2.8908951,20.023804,0.0,0.0 -2014-06-06 23:30:00+00:00,40.25,5.5,3.6752768,20.02652,0.0,0.0 -2014-06-07 00:30:00+00:00,40.25,5.5,4.334001,20.059082,0.0,0.0 -2014-06-07 01:30:00+00:00,40.25,5.5,4.9238176,20.113647,0.0,0.0 -2014-06-07 02:30:00+00:00,40.25,5.5,5.3677564,20.182892,0.0,0.0 -2014-06-07 03:30:00+00:00,40.25,5.5,6.003006,20.248566,0.0,0.0 -2014-06-07 04:30:00+00:00,40.25,5.5,6.5761437,20.313995,24.26802,15.308819 -2014-06-07 05:30:00+00:00,40.25,5.5,6.5172973,20.39978,150.18205,60.602364 -2014-06-07 06:30:00+00:00,40.25,5.5,6.2563467,20.512451,326.4675,91.07106 -2014-06-07 07:30:00+00:00,40.25,5.5,6.211447,20.65744,511.39096,111.13016 -2014-06-07 08:30:00+00:00,40.25,5.5,6.106983,20.82547,679.9707,125.15729 -2014-06-07 09:30:00+00:00,40.25,5.5,6.2556195,21.557678,814.88696,134.81836 -2014-06-07 10:30:00+00:00,40.25,5.5,5.8328114,21.714325,903.6997,140.55359 -2014-06-07 11:30:00+00:00,40.25,5.5,5.5633636,21.832672,938.61597,142.63599 -2014-06-07 12:30:00+00:00,40.25,5.5,5.542428,21.92987,917.34863,140.98712 -2014-06-07 13:30:00+00:00,40.25,5.5,5.6874413,21.962433,841.7478,135.8067 -2014-06-07 14:30:00+00:00,40.25,5.5,5.691771,21.960266,718.28094,126.799255 -2014-06-07 15:30:00+00:00,40.25,5.5,5.2522936,21.91629,557.40704,113.7648 -2014-06-07 16:30:00+00:00,40.25,5.5,4.2460423,21.835388,374.52286,95.447174 -2014-06-07 17:30:00+00:00,40.25,5.5,3.4752002,21.771332,191.71153,68.65268 -2014-06-07 18:30:00+00:00,40.25,5.5,3.3741336,21.703186,45.943195,24.947397 -2014-06-07 19:30:00+00:00,40.25,5.5,3.96645,21.660553,0.0,0.0 -2014-06-07 20:30:00+00:00,40.25,5.5,4.4985785,21.61441,0.0,0.0 -2014-06-07 21:30:00+00:00,40.25,5.5,4.43396,21.206635,0.0,0.0 -2014-06-07 22:30:00+00:00,40.25,5.5,4.608982,21.222107,0.0,0.0 -2014-06-07 23:30:00+00:00,40.25,5.5,4.9310193,21.223206,0.0,0.0 -2014-06-08 00:30:00+00:00,40.25,5.5,5.10615,21.210724,0.0,0.0 -2014-06-08 01:30:00+00:00,40.25,5.5,5.045658,21.207458,0.0,0.0 -2014-06-08 02:30:00+00:00,40.25,5.5,4.714415,21.213959,0.0,0.0 -2014-06-08 03:30:00+00:00,40.25,5.5,4.2626166,21.283478,0.0,0.0 -2014-06-08 04:30:00+00:00,40.25,5.5,3.7896857,21.357574,25.08375,15.55375 -2014-06-08 05:30:00+00:00,40.25,5.5,3.418083,21.399658,153.8674,60.76358 -2014-06-08 06:30:00+00:00,40.25,5.5,3.222835,21.400208,333.2847,90.70352 -2014-06-08 07:30:00+00:00,40.25,5.5,3.15385,21.458313,519.694,110.647675 -2014-06-08 08:30:00+00:00,40.25,5.5,3.1346881,21.561462,688.5504,124.889465 -2014-06-08 09:30:00+00:00,40.25,5.5,3.492169,21.95755,822.8257,134.6789 -2014-06-08 10:30:00+00:00,40.25,5.5,3.7209725,22.115295,910.7791,140.60962 -2014-06-08 11:30:00+00:00,40.25,5.5,3.286132,22.251587,945.4768,142.59747 -2014-06-08 12:30:00+00:00,40.25,5.5,2.9741364,22.353912,923.9328,141.26752 -2014-06-08 13:30:00+00:00,40.25,5.5,3.3174524,22.463318,847.85126,136.32611 -2014-06-08 14:30:00+00:00,40.25,5.5,3.480585,22.490479,723.4667,127.41858 -2014-06-08 15:30:00+00:00,40.25,5.5,2.8749223,22.426666,561.35455,114.43637 -2014-06-08 16:30:00+00:00,40.25,5.5,1.7065827,22.26297,377.3342,95.98767 -2014-06-08 17:30:00+00:00,40.25,5.5,1.0175142,22.035736,193.32843,69.12796 -2014-06-08 18:30:00+00:00,40.25,5.5,0.8459774,21.767792,46.831738,25.314758 -2014-06-08 19:30:00+00:00,40.25,5.5,1.26059,21.54953,0.014583333,0.014583333 -2014-06-08 20:30:00+00:00,40.25,5.5,1.8609977,21.382019,0.0,0.0 -2014-06-08 21:30:00+00:00,40.25,5.5,2.722516,21.200134,0.0,0.0 -2014-06-08 22:30:00+00:00,40.25,5.5,3.3691816,21.19226,0.0,0.0 -2014-06-08 23:30:00+00:00,40.25,5.5,3.5657945,21.217499,0.0,0.0 -2014-06-09 00:30:00+00:00,40.25,5.5,3.4496486,21.207733,0.0,0.0 -2014-06-09 01:30:00+00:00,40.25,5.5,2.9686327,21.160767,0.0,0.0 -2014-06-09 02:30:00+00:00,40.25,5.5,1.949005,21.058136,0.0,0.0 -2014-06-09 03:30:00+00:00,40.25,5.5,1.4336388,20.983215,0.0,0.0 -2014-06-09 04:30:00+00:00,40.25,5.5,2.1268058,20.937592,25.098333,15.568334 -2014-06-09 05:30:00+00:00,40.25,5.5,2.8653913,20.975342,153.24104,60.906563 -2014-06-09 06:30:00+00:00,40.25,5.5,3.1170259,21.098328,331.69693,90.666855 -2014-06-09 07:30:00+00:00,40.25,5.5,2.8783636,21.294342,519.30066,108.616394 -2014-06-09 08:30:00+00:00,40.25,5.5,2.4763443,21.520477,686.48193,124.260376 -2014-06-09 09:30:00+00:00,40.25,5.5,3.4603631,22.510284,819.92694,134.88239 -2014-06-09 10:30:00+00:00,40.25,5.5,3.564311,22.71988,908.4485,140.83514 -2014-06-09 11:30:00+00:00,40.25,5.5,3.3081558,22.88031,943.0005,143.3227 -2014-06-09 12:30:00+00:00,40.25,5.5,2.932801,22.947937,921.20874,142.0304 -2014-06-09 13:30:00+00:00,40.25,5.5,2.6063156,23.090454,844.8359,137.04584 -2014-06-09 14:30:00+00:00,40.25,5.5,2.4975924,23.166473,720.6116,128.01312 -2014-06-09 15:30:00+00:00,40.25,5.5,2.46908,23.1138,558.95105,114.87448 -2014-06-09 16:30:00+00:00,40.25,5.5,2.4490025,22.977509,375.7756,96.34006 -2014-06-09 17:30:00+00:00,40.25,5.5,2.68385,22.767395,193.15363,69.424706 -2014-06-09 18:30:00+00:00,40.25,5.5,2.8311484,22.513824,47.80771,25.980486 -2014-06-09 19:30:00+00:00,40.25,5.5,2.9777963,22.305603,0.014583333,0.014583333 -2014-06-09 20:30:00+00:00,40.25,5.5,3.19755,22.166046,0.0,0.0 -2014-06-09 21:30:00+00:00,40.25,5.5,2.7879553,22.031952,0.0,0.0 -2014-06-09 22:30:00+00:00,40.25,5.5,2.4805849,22.013489,0.0,0.0 -2014-06-09 23:30:00+00:00,40.25,5.5,2.1218846,22.018372,0.0,0.0 -2014-06-10 00:30:00+00:00,40.25,5.5,1.7244964,21.997742,0.0,0.0 -2014-06-10 01:30:00+00:00,40.25,5.5,1.5979877,21.94397,0.0,0.0 -2014-06-10 02:30:00+00:00,40.25,5.5,1.6488625,21.866058,0.0,0.0 -2014-06-10 03:30:00+00:00,40.25,5.5,1.8591034,21.822083,0.0,0.0 -2014-06-10 04:30:00+00:00,40.25,5.5,2.0954878,21.829956,25.345938,15.803507 -2014-06-10 05:30:00+00:00,40.25,5.5,2.0632925,21.883972,153.57608,61.11754 -2014-06-10 06:30:00+00:00,40.25,5.5,1.6238081,21.97168,331.18707,91.050446 -2014-06-10 07:30:00+00:00,40.25,5.5,0.8969264,22.109863,516.98456,111.05289 -2014-06-10 08:30:00+00:00,40.25,5.5,0.57557166,22.335999,685.06903,125.42853 -2014-06-10 09:30:00+00:00,40.25,5.5,0.6575748,22.66803,818.9364,135.34363 -2014-06-10 10:30:00+00:00,40.25,5.5,1.1820878,22.991913,906.52563,141.54297 -2014-06-10 11:30:00+00:00,40.25,5.5,1.7041631,23.373322,941.1506,143.48291 -2014-06-10 12:30:00+00:00,40.25,5.5,2.0994463,23.544922,919.2132,142.13196 -2014-06-10 13:30:00+00:00,40.25,5.5,1.9097764,23.708344,843.36475,137.05133 -2014-06-10 14:30:00+00:00,40.25,5.5,1.2063681,23.701569,719.9124,128.1081 -2014-06-10 15:30:00+00:00,40.25,5.5,1.1256725,23.594604,559.21326,114.82645 -2014-06-10 16:30:00+00:00,40.25,5.5,1.5594552,23.41568,376.8681,96.3902 -2014-06-10 17:30:00+00:00,40.25,5.5,1.9509944,23.117065,194.58116,69.5617 -2014-06-10 18:30:00+00:00,40.25,5.5,2.4689133,22.855896,48.463196,26.23889 -2014-06-10 19:30:00+00:00,40.25,5.5,2.8304048,22.632996,0.029131945,0.029131945 -2014-06-10 20:30:00+00:00,40.25,5.5,3.100847,22.453003,0.0,0.0 -2014-06-10 21:30:00+00:00,40.25,5.5,3.0291293,22.518433,0.0,0.0 -2014-06-10 22:30:00+00:00,40.25,5.5,2.8479176,22.329224,0.0,0.0 -2014-06-10 23:30:00+00:00,40.25,5.5,2.7140355,22.159271,0.0,0.0 -2014-06-11 00:30:00+00:00,40.25,5.5,2.7107017,22.08487,0.0,0.0 -2014-06-11 01:30:00+00:00,40.25,5.5,2.8143196,22.017822,0.0,0.0 -2014-06-11 02:30:00+00:00,40.25,5.5,3.25126,21.961365,0.0,0.0 -2014-06-11 03:30:00+00:00,40.25,5.5,3.7000265,21.938812,0.0,0.0 -2014-06-11 04:30:00+00:00,40.25,5.5,3.6949017,21.943726,24.763298,15.605555 -2014-06-11 05:30:00+00:00,40.25,5.5,3.4898088,21.955658,149.62851,60.88021 -2014-06-11 06:30:00+00:00,40.25,5.5,3.3679593,22.053131,324.86517,91.081894 -2014-06-11 07:30:00+00:00,40.25,5.5,3.4840047,22.177185,507.57452,111.48309 -2014-06-11 08:30:00+00:00,40.25,5.5,3.5361967,22.356903,673.0953,126.28558 -2014-06-11 09:30:00+00:00,40.25,5.5,3.6346104,23.067383,805.70996,136.52393 -2014-06-11 10:30:00+00:00,40.25,5.5,3.7305958,23.211517,893.51764,142.81763 -2014-06-11 11:30:00+00:00,40.25,5.5,4.192249,23.335602,928.94366,145.2237 -2014-06-11 12:30:00+00:00,40.25,5.5,4.2704306,23.36493,909.0311,143.5025 -2014-06-11 13:30:00+00:00,40.25,5.5,4.0916166,23.397491,835.0908,138.09644 -2014-06-11 14:30:00+00:00,40.25,5.5,3.7087455,23.447723,713.4157,128.95752 -2014-06-11 15:30:00+00:00,40.25,5.5,3.4670358,23.424377,554.6539,115.565674 -2014-06-11 16:30:00+00:00,40.25,5.5,3.137531,23.329346,374.2898,96.85208 -2014-06-11 17:30:00+00:00,40.25,5.5,2.8474185,23.168365,193.51779,69.88814 -2014-06-11 18:30:00+00:00,40.25,5.5,2.7179425,22.985657,48.6817,26.569098 -2014-06-11 19:30:00+00:00,40.25,5.5,2.534211,22.901764,0.05826389,0.05826389 -2014-06-11 20:30:00+00:00,40.25,5.5,2.2368214,22.824127,0.0,0.0 -2014-06-11 21:30:00+00:00,40.25,5.5,1.1172165,22.630554,0.0,0.0 -2014-06-11 22:30:00+00:00,40.25,5.5,0.7680081,22.539612,0.0,0.0 -2014-06-11 23:30:00+00:00,40.25,5.5,0.7908225,22.442413,0.0,0.0 -2014-06-12 00:30:00+00:00,40.25,5.5,1.4745889,22.355286,0.0,0.0 -2014-06-12 01:30:00+00:00,40.25,5.5,2.509913,22.305878,0.0,0.0 -2014-06-12 02:30:00+00:00,40.25,5.5,3.5654323,22.29718,0.0,0.0 -2014-06-12 03:30:00+00:00,40.25,5.5,4.0955586,22.307495,0.0,0.0 -2014-06-12 04:30:00+00:00,40.25,5.5,3.9171114,22.365326,24.996355,15.739341 -2014-06-12 05:30:00+00:00,40.25,5.5,3.3620148,22.412292,151.05605,61.06684 -2014-06-12 06:30:00+00:00,40.25,5.5,2.581107,22.472565,328.24466,90.91243 -2014-06-12 07:30:00+00:00,40.25,5.5,1.8518144,22.596893,513.576,111.18085 -2014-06-12 08:30:00+00:00,40.25,5.5,1.4345379,22.791534,679.27155,125.115845 -2014-06-12 09:30:00+00:00,40.25,5.5,1.4422266,23.445557,811.3472,136.78815 -2014-06-12 10:30:00+00:00,40.25,5.5,1.9941479,23.677399,899.7085,141.9975 -2014-06-12 11:30:00+00:00,40.25,5.5,2.3921604,23.93341,935.04706,143.99347 -2014-06-12 12:30:00+00:00,40.25,5.5,2.6478038,24.229858,914.2168,143.14148 -2014-06-12 13:30:00+00:00,40.25,5.5,2.667797,24.38678,839.3443,137.94476 -2014-06-12 14:30:00+00:00,40.25,5.5,2.6099136,24.470398,716.38727,129.02539 -2014-06-12 15:30:00+00:00,40.25,5.5,2.53396,24.449768,556.8826,115.672516 -2014-06-12 16:30:00+00:00,40.25,5.5,2.94349,24.216003,375.89212,97.10184 -2014-06-12 17:30:00+00:00,40.25,5.5,3.507777,23.927704,194.77052,70.25983 -2014-06-12 18:30:00+00:00,40.25,5.5,3.8473063,23.768616,49.52656,27.054096 -2014-06-12 19:30:00+00:00,40.25,5.5,4.1659617,23.686096,0.072847225,0.072847225 -2014-06-12 20:30:00+00:00,40.25,5.5,4.499635,23.598938,0.0,0.0 -2014-06-12 21:30:00+00:00,40.25,5.5,4.37082,23.353516,0.0,0.0 -2014-06-12 22:30:00+00:00,40.25,5.5,4.247573,23.288635,0.0,0.0 -2014-06-12 23:30:00+00:00,40.25,5.5,4.1542215,23.283752,0.0,0.0 -2014-06-13 00:30:00+00:00,40.25,5.5,4.0243187,23.256042,0.0,0.0 -2014-06-13 01:30:00+00:00,40.25,5.5,3.7858663,23.276428,0.0,0.0 -2014-06-13 02:30:00+00:00,40.25,5.5,3.52558,23.33316,0.0,0.0 -2014-06-13 03:30:00+00:00,40.25,5.5,3.3891413,23.397491,0.0,0.0 -2014-06-13 04:30:00+00:00,40.25,5.5,3.5585966,23.486542,25.098333,15.816493 -2014-06-13 05:30:00+00:00,40.25,5.5,4.1909175,23.566895,151.09976,61.185043 -2014-06-13 06:30:00+00:00,40.25,5.5,5.178042,23.668152,327.76395,91.57333 -2014-06-13 07:30:00+00:00,40.25,5.5,5.6280537,23.777313,509.40994,112.313385 -2014-06-13 08:30:00+00:00,40.25,5.5,5.646368,23.87912,674.40625,126.80237 -2014-06-13 09:30:00+00:00,40.25,5.5,5.69044,24.13919,806.6713,136.5174 -2014-06-13 10:30:00+00:00,40.25,5.5,5.526555,24.266235,891.63855,143.37073 -2014-06-13 11:30:00+00:00,40.25,5.5,5.1294317,24.333557,923.5978,146.61584 -2014-06-13 12:30:00+00:00,40.25,5.5,4.725364,24.352295,900.6553,145.40125 -2014-06-13 13:30:00+00:00,40.25,5.5,4.5786934,24.38733,824.96704,140.22021 -2014-06-13 14:30:00+00:00,40.25,5.5,4.662171,24.384338,702.60724,131.1535 -2014-06-13 15:30:00+00:00,40.25,5.5,4.9893622,24.348236,544.6175,117.57834 -2014-06-13 16:30:00+00:00,40.25,5.5,5.5511537,24.326782,367.28323,98.03537 -2014-06-13 17:30:00+00:00,40.25,5.5,5.7239137,24.311584,190.1092,70.54966 -2014-06-13 18:30:00+00:00,40.25,5.5,5.73744,24.28714,48.288403,27.081633 -2014-06-13 19:30:00+00:00,40.25,5.5,6.0464377,24.271942,0.08739583,0.08739583 -2014-06-13 20:30:00+00:00,40.25,5.5,6.4621572,24.27655,0.0,0.0 -2014-06-13 21:30:00+00:00,40.25,5.5,7.21936,24.013214,0.0,0.0 -2014-06-13 22:30:00+00:00,40.25,5.5,7.6903625,24.11502,0.0,0.0 -2014-06-13 23:30:00+00:00,40.25,5.5,8.082098,24.251587,0.0,0.0 -2014-06-14 00:30:00+00:00,40.25,5.5,8.161244,24.427765,0.0,0.0 -2014-06-14 01:30:00+00:00,40.25,5.5,8.325917,24.621887,0.0,0.0 -2014-06-14 02:30:00+00:00,40.25,5.5,8.54347,24.619446,0.0,0.0 -2014-06-14 03:30:00+00:00,40.25,5.5,8.7697935,24.429932,0.0,0.0 -2014-06-14 04:30:00+00:00,40.25,5.5,8.798943,24.26651,22.986145,15.391909 -2014-06-14 05:30:00+00:00,40.25,5.5,8.910137,24.141632,139.35902,63.230553 -2014-06-14 06:30:00+00:00,40.25,5.5,8.461351,23.990143,314.91617,93.41768 -2014-06-14 07:30:00+00:00,40.25,5.5,8.899433,23.933685,494.36258,113.174225 -2014-06-14 08:30:00+00:00,40.25,5.5,9.186123,23.854126,657.3633,129.50195 -2014-06-14 09:30:00+00:00,40.25,5.5,8.097155,23.394226,791.66766,139.05988 -2014-06-14 10:30:00+00:00,40.25,5.5,7.9319057,23.32663,883.2918,145.1372 -2014-06-14 11:30:00+00:00,40.25,5.5,7.3300076,23.332062,923.7288,146.69714 -2014-06-14 12:30:00+00:00,40.25,5.5,6.304003,23.361115,902.31586,148.25305 -2014-06-14 13:30:00+00:00,40.25,5.5,5.7286506,23.436035,828.9437,138.73706 -2014-06-14 14:30:00+00:00,40.25,5.5,6.076085,23.462921,710.02167,129.9314 -2014-06-14 15:30:00+00:00,40.25,5.5,6.4626546,23.554138,550.53156,116.518616 -2014-06-14 16:30:00+00:00,40.25,5.5,6.5071163,23.671417,367.98242,101.81198 -2014-06-14 17:30:00+00:00,40.25,5.5,6.331353,23.76944,186.62778,71.4858 -2014-06-14 18:30:00+00:00,40.25,5.5,6.534638,23.85086,48.069897,27.694515 -2014-06-14 19:30:00+00:00,40.25,5.5,7.47862,23.944,0.101979166,0.101979166 -2014-06-14 20:30:00+00:00,40.25,5.5,9.618326,23.996399,0.0,0.0 -2014-06-14 21:30:00+00:00,40.25,5.5,11.08924,22.80838,0.0,0.0 -2014-06-14 22:30:00+00:00,40.25,5.5,10.687926,22.60965,0.0,0.0 -2014-06-14 23:30:00+00:00,40.25,5.5,10.161044,22.924316,0.0,0.0 -2014-06-15 00:30:00+00:00,40.25,5.5,9.970788,22.984314,0.0,0.0 -2014-06-15 01:30:00+00:00,40.25,5.5,9.9135065,22.834717,0.0,0.0 -2014-06-15 02:30:00+00:00,40.25,5.5,9.973998,22.778503,0.0,0.0 -2014-06-15 03:30:00+00:00,40.25,5.5,10.182359,22.580322,0.0,0.0 -2014-06-15 04:30:00+00:00,40.25,5.5,10.353011,22.325409,22.520035,16.141876 -2014-06-15 05:30:00+00:00,40.25,5.5,10.668886,22.107971,127.574615,66.73389 -2014-06-15 06:30:00+00:00,40.25,5.5,10.440129,21.921722,292.5564,116.15178 -2014-06-15 07:30:00+00:00,40.25,5.5,9.729064,21.822083,443.9329,138.26498 -2014-06-15 08:30:00+00:00,40.25,5.5,9.521509,21.687439,577.33417,161.95935 -2014-06-15 09:30:00+00:00,40.25,5.5,9.254463,21.18628,645.50604,208.10544 -2014-06-15 10:30:00+00:00,40.25,5.5,9.713056,21.081207,796.35815,219.04749 -2014-06-15 11:30:00+00:00,40.25,5.5,9.836237,20.991089,903.9182,182.6521 -2014-06-15 12:30:00+00:00,40.25,5.5,8.978021,20.85913,880.6261,168.1579 -2014-06-15 13:30:00+00:00,40.25,5.5,8.451308,20.66043,797.0282,175.76526 -2014-06-15 14:30:00+00:00,40.25,5.5,8.716684,20.639252,655.1783,192.22778 -2014-06-15 15:30:00+00:00,40.25,5.5,9.775065,20.661499,520.903,147.4826 -2014-06-15 16:30:00+00:00,40.25,5.5,9.962823,20.55075,325.46243,132.38028 -2014-06-15 17:30:00+00:00,40.25,5.5,7.673217,20.322144,168.81277,80.42434 -2014-06-15 18:30:00+00:00,40.25,5.5,7.986224,19.894836,45.24399,28.60368 -2014-06-15 19:30:00+00:00,40.25,5.5,9.075299,19.691498,0.101979166,0.101979166 -2014-06-15 20:30:00+00:00,40.25,5.5,8.952655,19.770233,0.0,0.0 -2014-06-15 21:30:00+00:00,40.25,5.5,8.710364,19.323639,0.0,0.0 -2014-06-15 22:30:00+00:00,40.25,5.5,8.217317,18.99353,0.0,0.0 -2014-06-15 23:30:00+00:00,40.25,5.5,8.614264,19.037231,0.0,0.0 -2014-06-16 00:30:00+00:00,40.25,5.5,8.808699,19.061127,0.0,0.0 -2014-06-16 01:30:00+00:00,40.25,5.5,8.536441,18.642761,0.0,0.0 -2014-06-16 02:30:00+00:00,40.25,5.5,8.815086,18.546661,0.0,0.0 -2014-06-16 03:30:00+00:00,40.25,5.5,10.20711,18.72284,0.0,0.0 -2014-06-16 04:30:00+00:00,40.25,5.5,10.820847,18.706848,14.406424,12.569931 -2014-06-16 05:30:00+00:00,40.25,5.5,11.316609,18.836609,67.83684,59.138226 -2014-06-16 06:30:00+00:00,40.25,5.5,12.498924,19.060852,105.85577,82.849724 -2014-06-16 07:30:00+00:00,40.25,5.5,13.206555,19.224274,239.0531,136.047 -2014-06-16 08:30:00+00:00,40.25,5.5,13.31953,19.290802,420.9176,228.41866 -2014-06-16 09:30:00+00:00,40.25,5.5,11.88117,19.515564,443.24826,257.66107 -2014-06-16 10:30:00+00:00,40.25,5.5,11.673565,19.795471,529.0312,320.04083 -2014-06-16 11:30:00+00:00,40.25,5.5,10.914011,20.120972,539.5483,329.41632 -2014-06-16 12:30:00+00:00,40.25,5.5,10.161189,20.406036,589.2642,274.86044 -2014-06-16 13:30:00+00:00,40.25,5.5,9.726676,20.616974,685.06903,206.01184 -2014-06-16 14:30:00+00:00,40.25,5.5,8.98471,20.7359,610.66266,190.74615 -2014-06-16 15:30:00+00:00,40.25,5.5,8.5966425,20.766022,508.04065,141.1225 -2014-06-16 16:30:00+00:00,40.25,5.5,7.9127336,20.758972,352.52722,107.11682 -2014-06-16 17:30:00+00:00,40.25,5.5,7.2594614,20.700592,192.11938,73.13065 -2014-06-16 18:30:00+00:00,40.25,5.5,6.9740734,20.63272,51.201736,28.654827 -2014-06-16 19:30:00+00:00,40.25,5.5,6.8843265,20.582764,0.17479166,0.17479166 -2014-06-16 20:30:00+00:00,40.25,5.5,6.1902585,20.581696,0.0,0.0 -2014-06-16 21:30:00+00:00,40.25,5.5,4.9058027,20.647919,0.0,0.0 -2014-06-16 22:30:00+00:00,40.25,5.5,4.9528866,20.670471,0.0,0.0 -2014-06-16 23:30:00+00:00,40.25,5.5,5.641835,20.631653,0.0,0.0 -2014-06-17 00:30:00+00:00,40.25,5.5,6.017406,20.599884,0.0,0.0 -2014-06-17 01:30:00+00:00,40.25,5.5,5.654046,20.622955,0.0,0.0 -2014-06-17 02:30:00+00:00,40.25,5.5,5.3438573,20.688385,0.0,0.0 -2014-06-17 03:30:00+00:00,40.25,5.5,5.731422,20.796417,0.0,0.0 -2014-06-17 04:30:00+00:00,40.25,5.5,6.4072294,20.910736,23.962118,15.697813 -2014-06-17 05:30:00+00:00,40.25,5.5,6.9953756,21.042389,145.78291,62.258743 -2014-06-17 06:30:00+00:00,40.25,5.5,7.067105,21.157776,313.60516,95.29576 -2014-06-17 07:30:00+00:00,40.25,5.5,7.104105,21.221039,499.4609,114.92215 -2014-06-17 08:30:00+00:00,40.25,5.5,7.229197,21.243835,631.0996,146.79346 -2014-06-17 09:30:00+00:00,40.25,5.5,7.5351353,21.10672,794.683,145.20221 -2014-06-17 10:30:00+00:00,40.25,5.5,7.4601216,21.019318,802.22845,210.3869 -2014-06-17 11:30:00+00:00,40.25,5.5,7.5863466,20.961487,869.43896,166.27747 -2014-06-17 12:30:00+00:00,40.25,5.5,7.465592,20.84665,908.361,148.95007 -2014-06-17 13:30:00+00:00,40.25,5.5,6.877405,20.815979,836.999,145.99817 -2014-06-17 14:30:00+00:00,40.25,5.5,5.7472777,20.832,716.13965,137.07928 -2014-06-17 15:30:00+00:00,40.25,5.5,4.909665,20.744293,557.8003,118.9603 -2014-06-17 16:30:00+00:00,40.25,5.5,4.3738837,20.745392,380.14557,98.48883 -2014-06-17 17:30:00+00:00,40.25,5.5,3.4521115,20.733704,197.5819,74.20042 -2014-06-17 18:30:00+00:00,40.25,5.5,3.2529786,20.762482,51.14347,29.316248 -2014-06-17 19:30:00+00:00,40.25,5.5,3.9434443,20.821136,0.189375,0.189375 -2014-06-17 20:30:00+00:00,40.25,5.5,4.7170644,20.887115,0.0,0.0 -2014-06-17 21:30:00+00:00,40.25,5.5,5.412555,20.877594,0.0,0.0 -2014-06-17 22:30:00+00:00,40.25,5.5,5.6942534,20.891449,0.0,0.0 -2014-06-17 23:30:00+00:00,40.25,5.5,5.29355,20.880035,0.0,0.0 -2014-06-18 00:30:00+00:00,40.25,5.5,4.71587,20.764679,0.0,0.0 -2014-06-18 01:30:00+00:00,40.25,5.5,4.826563,20.751099,0.0,0.0 -2014-06-18 02:30:00+00:00,40.25,5.5,5.6440535,20.776611,0.0,0.0 -2014-06-18 03:30:00+00:00,40.25,5.5,6.8972263,20.749207,0.0,0.0 -2014-06-18 04:30:00+00:00,40.25,5.5,7.1229024,20.650635,18.135452,17.47778 -2014-06-18 05:30:00+00:00,40.25,5.5,7.1481266,20.292297,106.14709,88.31552 -2014-06-18 06:30:00+00:00,40.25,5.5,6.928475,20.009125,185.05458,154.10684 -2014-06-18 07:30:00+00:00,40.25,5.5,6.2218637,19.520752,310.8812,228.54828 -2014-06-18 08:30:00+00:00,40.25,5.5,4.9876714,19.260376,405.59348,304.27496 -2014-06-18 09:30:00+00:00,40.25,5.5,4.4282265,19.926056,451.52213,337.6955 -2014-06-18 10:30:00+00:00,40.25,5.5,5.654113,19.881256,485.89938,204.06891 -2014-06-18 11:30:00+00:00,40.25,5.5,6.631267,19.652405,779.2861,292.7215 -2014-06-18 12:30:00+00:00,40.25,5.5,6.8432026,19.797913,887.8804,168.37634 -2014-06-18 13:30:00+00:00,40.25,5.5,6.1462646,20.120453,792.1629,165.14221 -2014-06-18 14:30:00+00:00,40.25,5.5,5.728647,20.349304,671.3181,185.9696 -2014-06-18 15:30:00+00:00,40.25,5.5,6.002601,20.545044,525.0545,162.74005 -2014-06-18 16:30:00+00:00,40.25,5.5,6.070062,20.658783,372.8768,107.28955 -2014-06-18 17:30:00+00:00,40.25,5.5,6.0609293,20.75,187.9679,83.84498 -2014-06-18 18:30:00+00:00,40.25,5.5,6.1409407,20.755157,52.687534,29.830381 -2014-06-18 19:30:00+00:00,40.25,5.5,6.138773,20.79181,0.21850695,0.21850695 -2014-06-18 20:30:00+00:00,40.25,5.5,6.038279,20.803497,0.0,0.0 -2014-06-18 21:30:00+00:00,40.25,5.5,5.3310776,20.374542,0.0,0.0 -2014-06-18 22:30:00+00:00,40.25,5.5,4.8234715,20.24289,0.0,0.0 -2014-06-18 23:30:00+00:00,40.25,5.5,4.175169,20.12857,0.0,0.0 -2014-06-19 00:30:00+00:00,40.25,5.5,3.3495662,20.07022,0.0,0.0 -2014-06-19 01:30:00+00:00,40.25,5.5,3.0078738,19.990143,0.0,0.0 -2014-06-19 02:30:00+00:00,40.25,5.5,2.8575673,19.98471,0.0,0.0 -2014-06-19 03:30:00+00:00,40.25,5.5,2.7255583,20.014008,0.0,0.0 -2014-06-19 04:30:00+00:00,40.25,5.5,2.8774617,20.071564,24.340868,15.753923 -2014-06-19 05:30:00+00:00,40.25,5.5,3.2099843,20.18805,147.73486,62.17566 -2014-06-19 06:30:00+00:00,40.25,5.5,3.5673716,20.336823,322.5782,93.15042 -2014-06-19 07:30:00+00:00,40.25,5.5,3.7791772,20.508118,505.7537,114.79953 -2014-06-19 08:30:00+00:00,40.25,5.5,3.7765636,20.697876,673.8527,129.9591 -2014-06-19 09:30:00+00:00,40.25,5.5,3.8522577,21.198212,809.3661,140.51514 -2014-06-19 10:30:00+00:00,40.25,5.5,3.9165766,21.370605,900.21826,146.73871 -2014-06-19 11:30:00+00:00,40.25,5.5,3.7578082,21.52127,937.90216,148.99524 -2014-06-19 12:30:00+00:00,40.25,5.5,3.584427,21.613586,919.9997,147.23676 -2014-06-19 13:30:00+00:00,40.25,5.5,3.243649,21.6763,847.8804,141.43042 -2014-06-19 14:30:00+00:00,40.25,5.5,2.7785783,21.673584,727.4725,132.13165 -2014-06-19 15:30:00+00:00,40.25,5.5,2.4791124,21.650787,569.0166,118.710754 -2014-06-19 16:30:00+00:00,40.25,5.5,2.3032935,21.544098,387.7348,99.811584 -2014-06-19 17:30:00+00:00,40.25,5.5,2.264654,21.355408,200.9468,77.912766 -2014-06-19 18:30:00+00:00,40.25,5.5,2.1137679,21.203918,53.45955,32.376877 -2014-06-19 19:30:00+00:00,40.25,5.5,1.9541204,21.101837,0.2476389,0.2476389 -2014-06-19 20:30:00+00:00,40.25,5.5,1.7762119,21.033966,0.0,0.0 -2014-06-19 21:30:00+00:00,40.25,5.5,2.121894,20.985931,0.0,0.0 -2014-06-19 22:30:00+00:00,40.25,5.5,2.4385734,20.949554,0.0,0.0 -2014-06-19 23:30:00+00:00,40.25,5.5,2.816959,20.94983,0.0,0.0 -2014-06-20 00:30:00+00:00,40.25,5.5,3.1832454,20.940582,0.0,0.0 -2014-06-20 01:30:00+00:00,40.25,5.5,3.3664794,20.910461,0.0,0.0 -2014-06-20 02:30:00+00:00,40.25,5.5,3.3839266,20.8844,0.0,0.0 -2014-06-20 03:30:00+00:00,40.25,5.5,3.655887,20.861053,0.0,0.0 -2014-06-20 04:30:00+00:00,40.25,5.5,3.3763454,20.820038,24.734167,15.86184 -2014-06-20 05:30:00+00:00,40.25,5.5,3.1621804,20.856415,151.34737,61.61875 -2014-06-20 06:30:00+00:00,40.25,5.5,2.6803048,20.923767,330.38593,92.22232 -2014-06-20 07:30:00+00:00,40.25,5.5,2.133068,21.030975,518.29553,112.58722 -2014-06-20 08:30:00+00:00,40.25,5.5,1.7813845,21.181122,689.5847,127.11505 -2014-06-20 09:30:00+00:00,40.25,5.5,1.2402366,21.91983,827.48706,136.69714 -2014-06-20 10:30:00+00:00,40.25,5.5,0.97052914,22.185883,917.93134,142.87274 -2014-06-20 11:30:00+00:00,40.25,5.5,1.8985039,22.36966,953.86725,145.2799 -2014-06-20 12:30:00+00:00,40.25,5.5,2.8224792,22.610474,933.09515,143.98975 -2014-06-20 13:30:00+00:00,40.25,5.5,3.4621663,22.745117,857.9604,138.70453 -2014-06-20 14:30:00+00:00,40.25,5.5,3.6175764,22.825226,734.8141,129.57104 -2014-06-20 15:30:00+00:00,40.25,5.5,3.610481,22.782043,573.9693,116.28021 -2014-06-20 16:30:00+00:00,40.25,5.5,3.2998004,22.714172,390.67725,97.88974 -2014-06-20 17:30:00+00:00,40.25,5.5,2.945386,22.485046,206.26361,71.78859 -2014-06-20 18:30:00+00:00,40.25,5.5,2.6196423,22.250488,56.0233,29.89021 -2014-06-20 19:30:00+00:00,40.25,5.5,2.30383,22.07782,0.2621875,0.2621875 -2014-06-20 20:30:00+00:00,40.25,5.5,2.2936616,21.993927,0.0,0.0 -2014-06-20 21:30:00+00:00,40.25,5.5,2.4020722,21.683624,0.0,0.0 -2014-06-20 22:30:00+00:00,40.25,5.5,2.3891244,21.634766,0.0,0.0 -2014-06-20 23:30:00+00:00,40.25,5.5,1.9261057,21.558197,0.0,0.0 -2014-06-21 00:30:00+00:00,40.25,5.5,1.7293962,21.45639,0.0,0.0 -2014-06-21 01:30:00+00:00,40.25,5.5,1.7029066,21.337494,0.0,0.0 -2014-06-21 02:30:00+00:00,40.25,5.5,1.624948,21.232697,0.0,0.0 -2014-06-21 03:30:00+00:00,40.25,5.5,1.242142,21.197418,0.0,0.0 -2014-06-21 04:30:00+00:00,40.25,5.5,0.14527074,21.197144,24.530209,15.360069 -2014-06-21 05:30:00+00:00,40.25,5.5,1.2029532,21.238403,150.6336,60.309372 -2014-06-21 06:30:00+00:00,40.25,5.5,2.1795132,21.313873,327.4726,89.97905 -2014-06-21 07:30:00+00:00,40.25,5.5,2.9400303,21.465912,511.09964,110.64029 -2014-06-21 08:30:00+00:00,40.25,5.5,3.2288876,21.72165,678.6597,124.60327 -2014-06-21 09:30:00+00:00,40.25,5.5,4.2062726,22.205688,813.1972,134.49353 -2014-06-21 10:30:00+00:00,40.25,5.5,4.4221067,22.431824,901.45636,141.15192 -2014-06-21 11:30:00+00:00,40.25,5.5,4.3967624,22.597992,937.5235,143.73987 -2014-06-21 12:30:00+00:00,40.25,5.5,4.724525,22.735077,917.5235,142.94885 -2014-06-21 13:30:00+00:00,40.25,5.5,4.7747145,22.797241,843.9619,137.92151 -2014-06-21 14:30:00+00:00,40.25,5.5,4.742902,22.821686,719.19867,131.4273 -2014-06-21 15:30:00+00:00,40.25,5.5,4.6397142,22.761688,560.2184,121.0061 -2014-06-21 16:30:00+00:00,40.25,5.5,4.4212255,22.706848,384.42816,97.31152 -2014-06-21 17:30:00+00:00,40.25,5.5,4.115006,22.59607,203.20462,71.27342 -2014-06-21 18:30:00+00:00,40.25,5.5,3.4975767,22.514923,55.455208,29.967361 -2014-06-21 19:30:00+00:00,40.25,5.5,2.9099112,22.51355,0.29131943,0.29131943 -2014-06-21 20:30:00+00:00,40.25,5.5,3.0226762,22.545044,0.0,0.0 -2014-06-21 21:30:00+00:00,40.25,5.5,4.2677984,22.254028,0.0,0.0 -2014-06-21 22:30:00+00:00,40.25,5.5,4.997165,22.245605,0.0,0.0 -2014-06-21 23:30:00+00:00,40.25,5.5,4.9051247,22.240997,0.0,0.0 -2014-06-22 00:30:00+00:00,40.25,5.5,4.5983357,22.182343,0.0,0.0 -2014-06-22 01:30:00+00:00,40.25,5.5,4.491763,22.08731,0.0,0.0 -2014-06-22 02:30:00+00:00,40.25,5.5,4.5785556,22.020538,0.0,0.0 -2014-06-22 03:30:00+00:00,40.25,5.5,4.8382688,21.963257,0.0,0.0 -2014-06-22 04:30:00+00:00,40.25,5.5,5.4000897,21.977112,23.2775,15.10007 -2014-06-22 05:30:00+00:00,40.25,5.5,5.4295793,22.038177,145.17111,60.4433 -2014-06-22 06:30:00+00:00,40.25,5.5,5.3064275,22.121246,312.74573,93.083755 -2014-06-22 07:30:00+00:00,40.25,5.5,5.2790265,22.245056,481.9081,126.046265 -2014-06-22 08:30:00+00:00,40.25,5.5,5.1851263,22.372375,620.2183,180.9812 -2014-06-22 09:30:00+00:00,40.25,5.5,4.215991,22.672089,775.3239,172.30194 -2014-06-22 10:30:00+00:00,40.25,5.5,4.395769,22.804596,868.3028,171.44495 -2014-06-22 11:30:00+00:00,40.25,5.5,4.3146625,22.891724,911.8861,153.26929 -2014-06-22 12:30:00+00:00,40.25,5.5,3.9855535,23.019592,877.2758,180.08289 -2014-06-22 13:30:00+00:00,40.25,5.5,3.6543117,23.089355,792.2794,177.953 -2014-06-22 14:30:00+00:00,40.25,5.5,3.6874993,23.084747,675.6153,154.03284 -2014-06-22 15:30:00+00:00,40.25,5.5,3.3701246,23.071716,542.3451,122.62714 -2014-06-22 16:30:00+00:00,40.25,5.5,2.8960066,23.005219,364.5447,105.80716 -2014-06-22 17:30:00+00:00,40.25,5.5,2.0272598,22.845032,192.52725,73.948 -2014-06-22 18:30:00+00:00,40.25,5.5,1.2168334,22.64795,50.866703,29.734377 -2014-06-22 19:30:00+00:00,40.25,5.5,1.0368114,22.496185,0.29131943,0.29131943 -2014-06-22 20:30:00+00:00,40.25,5.5,1.0591425,22.395721,0.0,0.0 -2014-06-22 21:30:00+00:00,40.25,5.5,2.243164,22.196747,0.0,0.0 -2014-06-22 22:30:00+00:00,40.25,5.5,2.7326782,22.134827,0.0,0.0 -2014-06-22 23:30:00+00:00,40.25,5.5,2.9209113,22.117737,0.0,0.0 -2014-06-23 00:30:00+00:00,40.25,5.5,2.4826543,22.091675,0.0,0.0 -2014-06-23 01:30:00+00:00,40.25,5.5,2.4913874,22.032227,0.0,0.0 -2014-06-23 02:30:00+00:00,40.25,5.5,2.4891603,22.018646,0.0,0.0 -2014-06-23 03:30:00+00:00,40.25,5.5,3.5602212,22.087585,0.0,0.0 -2014-06-23 04:30:00+00:00,40.25,5.5,5.6579075,22.213287,9.497465,8.877014 -2014-06-23 05:30:00+00:00,40.25,5.5,6.821036,22.36966,67.720314,55.19976 -2014-06-23 06:30:00+00:00,40.25,5.5,8.769268,22.652557,210.3277,122.93197 -2014-06-23 07:30:00+00:00,40.25,5.5,7.6755276,23.008728,378.25192,164.17393 -2014-06-23 08:30:00+00:00,40.25,5.5,5.178422,23.265015,503.8455,247.66418 -2014-06-23 09:30:00+00:00,40.25,5.5,2.970973,23.568817,655.5424,265.76712 -2014-06-23 10:30:00+00:00,40.25,5.5,1.8697584,23.598114,798.63055,181.15228 -2014-06-23 11:30:00+00:00,40.25,5.5,3.4388993,23.380127,807.23944,246.33325 -2014-06-23 12:30:00+00:00,40.25,5.5,4.2057586,23.313324,899.2569,150.7533 -2014-06-23 13:30:00+00:00,40.25,5.5,4.6587963,23.253876,835.018,135.46747 -2014-06-23 14:30:00+00:00,40.25,5.5,4.879792,23.154785,715.1054,128.51282 -2014-06-23 15:30:00+00:00,40.25,5.5,4.453752,23.074707,557.5964,116.5972 -2014-06-23 16:30:00+00:00,40.25,5.5,3.8695104,23.089355,380.05817,97.780975 -2014-06-23 17:30:00+00:00,40.25,5.5,3.9354968,23.048096,200.88852,71.588 -2014-06-23 18:30:00+00:00,40.25,5.5,4.2001357,22.995422,55.324097,29.712187 -2014-06-23 19:30:00+00:00,40.25,5.5,4.4154463,23.00766,0.32045138,0.32045138 -2014-06-23 20:30:00+00:00,40.25,5.5,4.2021494,23.014435,0.0,0.0 -2014-06-23 21:30:00+00:00,40.25,5.5,4.2867255,23.026642,0.0,0.0 -2014-06-23 22:30:00+00:00,40.25,5.5,3.5873222,22.916168,0.0,0.0 -2014-06-23 23:30:00+00:00,40.25,5.5,2.9315743,22.75409,0.0,0.0 -2014-06-24 00:30:00+00:00,40.25,5.5,2.7654326,22.558624,0.0,0.0 -2014-06-24 01:30:00+00:00,40.25,5.5,3.2020783,22.395996,0.0,0.0 -2014-06-24 02:30:00+00:00,40.25,5.5,3.6326404,22.294464,0.0,0.0 -2014-06-24 03:30:00+00:00,40.25,5.5,2.5138974,22.247223,0.0,0.0 -2014-06-24 04:30:00+00:00,40.25,5.5,1.4676981,22.23935,22.578299,14.860001 -2014-06-24 05:30:00+00:00,40.25,5.5,2.5435152,22.15628,137.31969,63.002914 -2014-06-24 06:30:00+00:00,40.25,5.5,2.998425,22.192657,305.91397,99.814896 -2014-06-24 07:30:00+00:00,40.25,5.5,2.691109,22.307495,488.56506,122.32941 -2014-06-24 08:30:00+00:00,40.25,5.5,2.864168,22.466583,648.5213,143.08282 -2014-06-24 09:30:00+00:00,40.25,5.5,1.5990199,22.47174,786.2635,157.39392 -2014-06-24 10:30:00+00:00,40.25,5.5,0.49934772,22.634094,878.16437,154.82599 -2014-06-24 11:30:00+00:00,40.25,5.5,0.86137956,22.858337,914.3625,157.43323 -2014-06-24 12:30:00+00:00,40.25,5.5,1.3454835,22.917511,893.7361,160.2472 -2014-06-24 13:30:00+00:00,40.25,5.5,2.6833522,23.08313,827.5599,147.04456 -2014-06-24 14:30:00+00:00,40.25,5.5,3.4372303,23.13089,710.34216,134.81836 -2014-06-24 15:30:00+00:00,40.25,5.5,3.6019776,23.132538,553.2555,120.905334 -2014-06-24 16:30:00+00:00,40.25,5.5,4.190733,22.966919,375.97952,101.02359 -2014-06-24 17:30:00+00:00,40.25,5.5,5.0938153,22.766571,199.43185,72.82406 -2014-06-24 18:30:00+00:00,40.25,5.5,6.299484,22.664215,55.003647,30.136251 -2014-06-24 19:30:00+00:00,40.25,5.5,6.927215,22.706024,0.32045138,0.32045138 -2014-06-24 20:30:00+00:00,40.25,5.5,7.1713395,22.697357,0.0,0.0 -2014-06-24 21:30:00+00:00,40.25,5.5,6.8032055,22.490753,0.0,0.0 -2014-06-24 22:30:00+00:00,40.25,5.5,6.527791,22.336548,0.0,0.0 -2014-06-24 23:30:00+00:00,40.25,5.5,5.8129067,22.260529,0.0,0.0 -2014-06-25 00:30:00+00:00,40.25,5.5,5.969354,22.211395,0.0,0.0 -2014-06-25 01:30:00+00:00,40.25,5.5,5.75417,22.133759,0.0,0.0 -2014-06-25 02:30:00+00:00,40.25,5.5,5.8306274,22.037384,0.0,0.0 -2014-06-25 03:30:00+00:00,40.25,5.5,6.9777102,22.003723,0.0,0.0 -2014-06-25 04:30:00+00:00,40.25,5.5,7.755733,21.98822,20.407846,14.128958 -2014-06-25 05:30:00+00:00,40.25,5.5,7.7024226,22.068054,134.68317,60.01893 -2014-06-25 06:30:00+00:00,40.25,5.5,7.565936,22.203522,271.3619,100.10698 -2014-06-25 07:30:00+00:00,40.25,5.5,7.3671794,22.387299,456.56216,127.640015 -2014-06-25 08:30:00+00:00,40.25,5.5,7.07714,22.570282,628.4339,142.58905 -2014-06-25 09:30:00+00:00,40.25,5.5,7.1783557,22.769287,747.5162,168.61713 -2014-06-25 10:30:00+00:00,40.25,5.5,7.4117084,22.79535,853.1389,183.59302 -2014-06-25 11:30:00+00:00,40.25,5.5,7.357365,22.714722,883.0733,168.33429 -2014-06-25 12:30:00+00:00,40.25,5.5,6.8619776,22.572723,834.7849,166.80255 -2014-06-25 13:30:00+00:00,40.25,5.5,6.0336165,22.599335,790.3421,154.05194 -2014-06-25 14:30:00+00:00,40.25,5.5,5.2432384,22.630005,648.9583,153.37247 -2014-06-25 15:30:00+00:00,40.25,5.5,4.883157,22.587128,529.4827,131.91464 -2014-06-25 16:30:00+00:00,40.25,5.5,4.426394,22.513275,359.21335,105.61308 -2014-06-25 17:30:00+00:00,40.25,5.5,3.786542,22.41391,198.36848,74.366554 -2014-06-25 18:30:00+00:00,40.25,5.5,3.1506357,22.284698,53.86743,30.911009 -2014-06-25 19:30:00+00:00,40.25,5.5,2.8159268,22.199982,0.33503473,0.33503473 -2014-06-25 20:30:00+00:00,40.25,5.5,3.1142259,22.136993,0.0,0.0 -2014-06-25 21:30:00+00:00,40.25,5.5,4.436747,21.941254,0.0,0.0 -2014-06-25 22:30:00+00:00,40.25,5.5,4.941282,21.915741,0.0,0.0 -2014-06-25 23:30:00+00:00,40.25,5.5,5.5258894,21.883179,0.0,0.0 -2014-06-26 00:30:00+00:00,40.25,5.5,6.0407333,21.878815,0.0,0.0 -2014-06-26 01:30:00+00:00,40.25,5.5,6.0671706,21.797913,0.0,0.0 -2014-06-26 02:30:00+00:00,40.25,5.5,5.7907624,21.643463,0.0,0.0 -2014-06-26 03:30:00+00:00,40.25,5.5,5.3610086,21.436584,0.0,0.0 -2014-06-26 04:30:00+00:00,40.25,5.5,4.7348185,21.3956,18.077187,12.704166 -2014-06-26 05:30:00+00:00,40.25,5.5,4.77782,21.674133,113.25562,60.77847 -2014-06-26 06:30:00+00:00,40.25,5.5,5.4350114,21.894318,280.55347,105.51381 -2014-06-26 07:30:00+00:00,40.25,5.5,5.833967,22.132385,483.33563,122.274445 -2014-06-26 08:30:00+00:00,40.25,5.5,5.6628337,22.3284,644.1222,136.25156 -2014-06-26 09:30:00+00:00,40.25,5.5,4.7122483,22.782318,777.4361,145.91095 -2014-06-26 10:30:00+00:00,40.25,5.5,4.556229,22.89798,861.8643,172.35254 -2014-06-26 11:30:00+00:00,40.25,5.5,5.247745,22.956604,909.5992,156.44226 -2014-06-26 12:30:00+00:00,40.25,5.5,5.7242084,22.975891,883.4958,154.7099 -2014-06-26 13:30:00+00:00,40.25,5.5,5.605059,22.9805,807.7492,161.4079 -2014-06-26 14:30:00+00:00,40.25,5.5,5.4430637,22.991638,636.72235,213.10803 -2014-06-26 15:30:00+00:00,40.25,5.5,4.9113674,23.042389,476.53302,219.18527 -2014-06-26 16:30:00+00:00,40.25,5.5,4.408889,23.040771,317.7421,140.1214 -2014-06-26 17:30:00+00:00,40.25,5.5,3.794248,22.992706,196.83899,77.39112 -2014-06-26 18:30:00+00:00,40.25,5.5,3.7543418,22.89798,53.72177,31.571945 -2014-06-26 19:30:00+00:00,40.25,5.5,4.1488867,22.850464,0.33503473,0.33503473 -2014-06-26 20:30:00+00:00,40.25,5.5,4.5127397,22.851288,0.0,0.0 -2014-06-26 21:30:00+00:00,40.25,5.5,5.3321233,22.748657,0.0,0.0 -2014-06-26 22:30:00+00:00,40.25,5.5,5.773592,22.703583,0.0,0.0 -2014-06-26 23:30:00+00:00,40.25,5.5,5.84397,22.699524,0.0,0.0 -2014-06-27 00:30:00+00:00,40.25,5.5,5.5831013,22.69165,0.0,0.0 -2014-06-27 01:30:00+00:00,40.25,5.5,5.1425524,22.652008,0.0,0.0 -2014-06-27 02:30:00+00:00,40.25,5.5,5.007505,22.597992,0.0,0.0 -2014-06-27 03:30:00+00:00,40.25,5.5,5.02905,22.542053,0.0,0.0 -2014-06-27 04:30:00+00:00,40.25,5.5,4.6722245,22.520325,20.655487,13.7189245 -2014-06-27 05:30:00+00:00,40.25,5.5,3.8374243,22.51764,139.11139,60.302605 -2014-06-27 06:30:00+00:00,40.25,5.5,3.0586836,22.529572,311.5804,91.95566 -2014-06-27 07:30:00+00:00,40.25,5.5,2.4050758,22.576263,494.45,113.993774 -2014-06-27 08:30:00+00:00,40.25,5.5,1.5664512,22.649567,663.3356,127.9917 -2014-06-27 09:30:00+00:00,40.25,5.5,0.6324201,22.854523,799.6793,138.18677 -2014-06-27 10:30:00+00:00,40.25,5.5,1.0352829,23.043213,891.05585,144.05377 -2014-06-27 11:30:00+00:00,40.25,5.5,1.9013695,23.281311,929.57007,146.48291 -2014-06-27 12:30:00+00:00,40.25,5.5,3.300103,23.537842,912.2358,145.09406 -2014-06-27 13:30:00+00:00,40.25,5.5,4.4495835,23.683624,840.0289,139.95715 -2014-06-27 14:30:00+00:00,40.25,5.5,5.1425357,23.690979,718.8782,131.46667 -2014-06-27 15:30:00+00:00,40.25,5.5,5.3440056,23.58075,560.4077,118.68881 -2014-06-27 16:30:00+00:00,40.25,5.5,5.1077166,23.404816,381.23807,99.94119 -2014-06-27 17:30:00+00:00,40.25,5.5,4.613649,23.268555,201.86449,72.92383 -2014-06-27 18:30:00+00:00,40.25,5.5,3.8588786,23.151001,55.80479,30.27972 -2014-06-27 19:30:00+00:00,40.25,5.5,3.2264438,23.065216,0.34958333,0.34958333 -2014-06-27 20:30:00+00:00,40.25,5.5,3.0856338,22.98294,0.0,0.0 -2014-06-27 21:30:00+00:00,40.25,5.5,3.9911745,22.676453,0.0,0.0 -2014-06-27 22:30:00+00:00,40.25,5.5,4.5243673,22.639801,0.0,0.0 -2014-06-27 23:30:00+00:00,40.25,5.5,4.97514,22.612366,0.0,0.0 -2014-06-28 00:30:00+00:00,40.25,5.5,5.4717097,22.651459,0.0,0.0 -2014-06-28 01:30:00+00:00,40.25,5.5,5.7558413,22.67453,0.0,0.0 -2014-06-28 02:30:00+00:00,40.25,5.5,5.776882,22.757874,0.0,0.0 -2014-06-28 03:30:00+00:00,40.25,5.5,5.766163,22.817352,0.0,0.0 -2014-06-28 04:30:00+00:00,40.25,5.5,5.6818156,22.881134,21.660591,14.016737 -2014-06-28 05:30:00+00:00,40.25,5.5,5.6437654,22.957428,142.95699,58.924072 -2014-06-28 06:30:00+00:00,40.25,5.5,5.7994094,23.068726,317.7421,89.505585 -2014-06-28 07:30:00+00:00,40.25,5.5,6.1628623,23.19931,501.6605,110.048676 -2014-06-28 08:30:00+00:00,40.25,5.5,6.2928405,23.341858,670.954,124.26837 -2014-06-28 09:30:00+00:00,40.25,5.5,6.9867034,23.974396,808.3028,134.00433 -2014-06-28 10:30:00+00:00,40.25,5.5,7.0613832,24.147339,901.2671,140.01959 -2014-06-28 11:30:00+00:00,40.25,5.5,6.735668,24.227417,942.24304,141.79584 -2014-06-28 12:30:00+00:00,40.25,5.5,6.5592375,24.28714,926.48193,140.52832 -2014-06-28 13:30:00+00:00,40.25,5.5,6.429014,24.422058,855.80457,135.55597 -2014-06-28 14:30:00+00:00,40.25,5.5,6.3734703,24.508667,735.65894,127.07782 -2014-06-28 15:30:00+00:00,40.25,5.5,6.7916217,24.53012,576.83887,114.422 -2014-06-28 16:30:00+00:00,40.25,5.5,7.3192444,24.524414,394.26062,96.78256 -2014-06-28 17:30:00+00:00,40.25,5.5,7.9241943,24.482056,209.41,71.39845 -2014-06-28 18:30:00+00:00,40.25,5.5,8.387994,24.41095,57.683887,30.24788 -2014-06-28 19:30:00+00:00,40.25,5.5,8.468127,24.330841,0.34958333,0.3371875 -2014-06-28 20:30:00+00:00,40.25,5.5,8.325009,24.261627,0.0,0.0 -2014-06-28 21:30:00+00:00,40.25,5.5,7.9296556,24.147614,0.0,0.0 -2014-06-28 22:30:00+00:00,40.25,5.5,7.817411,24.075378,0.0,0.0 -2014-06-28 23:30:00+00:00,40.25,5.5,6.7332478,23.947784,0.0,0.0 -2014-06-29 00:30:00+00:00,40.25,5.5,5.7935357,23.829163,0.0,0.0 -2014-06-29 01:30:00+00:00,40.25,5.5,5.1789513,23.731964,0.0,0.0 -2014-06-29 02:30:00+00:00,40.25,5.5,4.259961,23.64563,0.0,0.0 -2014-06-29 03:30:00+00:00,40.25,5.5,4.831127,23.51477,0.0,0.0 -2014-06-29 04:30:00+00:00,40.25,5.5,5.867788,23.392609,20.233055,13.656354 -2014-06-29 05:30:00+00:00,40.25,5.5,6.8889284,23.198761,119.2425,63.601078 -2014-06-29 06:30:00+00:00,40.25,5.5,7.2215037,22.96286,299.60663,98.39665 -2014-06-29 07:30:00+00:00,40.25,5.5,6.9775043,22.782867,463.59784,132.4545 -2014-06-29 08:30:00+00:00,40.25,5.5,7.6939874,22.727203,625.71,164.2362 -2014-06-29 09:30:00+00:00,40.25,5.5,9.7783575,22.239899,672.498,269.47 -2014-06-29 10:30:00+00:00,40.25,5.5,10.138922,22.11203,684.8068,276.50507 -2014-06-29 11:30:00+00:00,40.25,5.5,10.099286,22.021637,583.64154,350.83856 -2014-06-29 12:30:00+00:00,40.25,5.5,10.482628,21.943176,596.1397,340.42993 -2014-06-29 13:30:00+00:00,40.25,5.5,10.3117695,21.913574,664.0931,225.12897 -2014-06-29 14:30:00+00:00,40.25,5.5,9.778034,21.974396,669.4973,174.71808 -2014-06-29 15:30:00+00:00,40.25,5.5,9.1828575,22.035187,536.1834,148.07086 -2014-06-29 16:30:00+00:00,40.25,5.5,9.140246,22.160095,361.7916,122.48636 -2014-06-29 17:30:00+00:00,40.25,5.5,9.436177,22.349304,203.30658,75.09804 -2014-06-29 18:30:00+00:00,40.25,5.5,10.262695,22.51709,47.501804,28.243229 -2014-06-29 19:30:00+00:00,40.25,5.5,11.00645,22.625671,0.34958333,0.34958333 -2014-06-29 20:30:00+00:00,40.25,5.5,11.115745,22.532562,0.0,0.0 -2014-06-29 21:30:00+00:00,40.25,5.5,11.231066,22.11856,0.0,0.0 -2014-06-29 22:30:00+00:00,40.25,5.5,12.239495,22.075104,0.0,0.0 -2014-06-29 23:30:00+00:00,40.25,5.5,12.184947,21.795197,0.0,0.0 -2014-06-30 00:30:00+00:00,40.25,5.5,11.646815,21.592957,0.0,0.0 -2014-06-30 01:30:00+00:00,40.25,5.5,11.500918,21.423279,0.0,0.0 -2014-06-30 02:30:00+00:00,40.25,5.5,11.671164,21.221039,0.0,0.0 -2014-06-30 03:30:00+00:00,40.25,5.5,11.6004505,21.097504,0.0,0.0 -2014-06-30 04:30:00+00:00,40.25,5.5,11.478227,21.05841,20.407846,13.595381 -2014-06-30 05:30:00+00:00,40.25,5.5,11.270065,21.06247,124.675865,60.112465 -2014-06-30 06:30:00+00:00,40.25,5.5,10.745127,21.074432,298.3102,98.91193 -2014-06-30 07:30:00+00:00,40.25,5.5,9.872405,21.136047,499.97073,122.39334 -2014-06-30 08:30:00+00:00,40.25,5.5,9.099855,21.16211,683.13165,124.0744 -2014-06-30 09:30:00+00:00,40.25,5.5,7.623443,20.912903,818.38293,131.48938 -2014-06-30 10:30:00+00:00,40.25,5.5,6.447,20.927002,905.3457,149.71936 -2014-06-30 11:30:00+00:00,40.25,5.5,5.430216,20.979675,936.9553,149.2273 -2014-06-30 12:30:00+00:00,40.25,5.5,4.6293964,21.06546,915.7754,148.69568 -2014-06-30 13:30:00+00:00,40.25,5.5,3.7208464,21.139038,840.7864,147.29132 -2014-06-30 14:30:00+00:00,40.25,5.5,3.142565,21.173798,720.94666,136.05414 -2014-06-30 15:30:00+00:00,40.25,5.5,2.7261648,21.212341,564.836,120.2879 -2014-06-30 16:30:00+00:00,40.25,5.5,2.487254,21.240845,385.08368,100.13858 -2014-06-30 17:30:00+00:00,40.25,5.5,2.6835537,21.276398,202.79675,73.29768 -2014-06-30 18:30:00+00:00,40.25,5.5,3.2312686,21.308441,50.050972,31.30118 -2014-06-30 19:30:00+00:00,40.25,5.5,4.0880375,21.47406,0.30590278,0.30590278 -2014-06-30 20:30:00+00:00,40.25,5.5,5.2102313,21.77594,0.0,0.0 -2014-06-30 21:30:00+00:00,40.25,5.5,6.145084,22.406586,0.0,0.0 -2014-06-30 22:30:00+00:00,40.25,5.5,6.5436845,22.319702,0.0,0.0 -2014-06-30 23:30:00+00:00,40.25,5.5,6.304602,22.255096,0.0,0.0 -2014-07-01 00:30:00+00:00,40.25,5.5,5.8487144,22.243439,0.0,0.0 -2014-07-01 01:30:00+00:00,40.25,5.5,5.2331786,22.230133,0.0,0.0 -2014-07-01 02:30:00+00:00,40.25,5.5,4.7301393,22.193207,0.0,0.0 -2014-07-01 03:30:00+00:00,40.25,5.5,4.6415505,22.181519,0.0,0.0 -2014-07-01 04:30:00+00:00,40.25,5.5,4.8883133,22.168213,19.592117,13.052638 -2014-07-01 05:30:00+00:00,40.25,5.5,5.1845536,22.188324,136.72246,58.52169 -2014-07-01 06:30:00+00:00,40.25,5.5,5.5159273,22.230682,309.62848,89.83 -2014-07-01 07:30:00+00:00,40.25,5.5,5.933145,22.31781,492.4398,110.60617 -2014-07-01 08:30:00+00:00,40.25,5.5,6.3079557,22.416626,658.1644,126.642456 -2014-07-01 09:30:00+00:00,40.25,5.5,6.3733864,22.58548,792.7893,137.29028 -2014-07-01 10:30:00+00:00,40.25,5.5,6.848387,22.693542,882.86945,144.04474 -2014-07-01 11:30:00+00:00,40.25,5.5,6.993428,22.788574,920.0289,148.8294 -2014-07-01 12:30:00+00:00,40.25,5.5,6.756025,22.865936,902.8111,145.94385 -2014-07-01 13:30:00+00:00,40.25,5.5,6.252294,22.904205,832.71643,140.56158 -2014-07-01 14:30:00+00:00,40.25,5.5,6.043533,22.873535,712.6437,131.5235 -2014-07-01 15:30:00+00:00,40.25,5.5,6.2898374,22.821136,561.13605,117.04709 -2014-07-01 16:30:00+00:00,40.25,5.5,6.76195,22.75653,383.2774,98.40677 -2014-07-01 17:30:00+00:00,40.25,5.5,7.0554447,22.71933,203.64162,71.79727 -2014-07-01 18:30:00+00:00,40.25,5.5,6.9038186,22.659607,55.979584,30.007812 -2014-07-01 19:30:00+00:00,40.25,5.5,7.0557365,22.583862,0.33503473,0.33503473 -2014-07-01 20:30:00+00:00,40.25,5.5,7.711793,22.50705,0.0,0.0 -2014-07-01 21:30:00+00:00,40.25,5.5,7.9944644,22.09085,0.0,0.0 -2014-07-01 22:30:00+00:00,40.25,5.5,8.08859,22.093292,0.0,0.0 -2014-07-01 23:30:00+00:00,40.25,5.5,8.264193,22.138916,0.0,0.0 -2014-07-02 00:30:00+00:00,40.25,5.5,8.3413515,22.179077,0.0,0.0 -2014-07-02 01:30:00+00:00,40.25,5.5,7.7285233,22.196198,0.0,0.0 -2014-07-02 02:30:00+00:00,40.25,5.5,7.0505867,22.215729,0.0,0.0 -2014-07-02 03:30:00+00:00,40.25,5.5,6.4615035,22.214935,0.0,0.0 -2014-07-02 04:30:00+00:00,40.25,5.5,5.8979206,22.266785,19.257084,13.958508 -2014-07-02 05:30:00+00:00,40.25,5.5,5.8353343,22.313202,136.62051,62.340965 -2014-07-02 06:30:00+00:00,40.25,5.5,6.258055,22.393555,315.6736,89.19917 -2014-07-02 07:30:00+00:00,40.25,5.5,6.6476183,22.480164,501.23807,109.62625 -2014-07-02 08:30:00+00:00,40.25,5.5,6.8447704,22.605865,670.05084,124.55652 -2014-07-02 09:30:00+00:00,40.25,5.5,7.1723423,22.727203,805.0107,135.88666 -2014-07-02 10:30:00+00:00,40.25,5.5,7.1730347,22.836609,892.9058,147.56653 -2014-07-02 11:30:00+00:00,40.25,5.5,6.735597,22.957977,889.27875,187.59387 -2014-07-02 12:30:00+00:00,40.25,5.5,6.413331,23.078247,791.5366,319.0437 -2014-07-02 13:30:00+00:00,40.25,5.5,5.9218416,23.085022,525.2293,398.08795 -2014-07-02 14:30:00+00:00,40.25,5.5,5.447878,23.098053,376.0232,333.2498 -2014-07-02 15:30:00+00:00,40.25,5.5,5.4347315,23.019592,255.8193,239.96077 -2014-07-02 16:30:00+00:00,40.25,5.5,5.5493426,23.00412,250.3277,165.6495 -2014-07-02 17:30:00+00:00,40.25,5.5,5.5950418,23.019043,163.08809,99.40573 -2014-07-02 18:30:00+00:00,40.25,5.5,5.6267695,22.982391,51.726147,35.830383 -2014-07-02 19:30:00+00:00,40.25,5.5,6.055891,22.969635,0.29131943,0.29131943 -2014-07-02 20:30:00+00:00,40.25,5.5,6.1730704,22.994904,0.0,0.0 -2014-07-02 21:30:00+00:00,40.25,5.5,6.073363,22.867554,0.0,0.0 -2014-07-02 22:30:00+00:00,40.25,5.5,5.201324,22.80838,0.0,0.0 -2014-07-02 23:30:00+00:00,40.25,5.5,4.908256,22.597443,0.0,0.0 -2014-07-03 00:30:00+00:00,40.25,5.5,4.660743,22.481232,0.0,0.0 -2014-07-03 01:30:00+00:00,40.25,5.5,5.2285357,22.484772,0.0,0.0 -2014-07-03 02:30:00+00:00,40.25,5.5,6.948879,22.510284,0.0,0.0 -2014-07-03 03:30:00+00:00,40.25,5.5,6.0181108,22.6922,0.0,0.0 -2014-07-03 04:30:00+00:00,40.25,5.5,5.058776,22.869202,16.605972,11.952639 -2014-07-03 05:30:00+00:00,40.25,5.5,4.2264795,22.92212,99.51927,64.848854 -2014-07-03 06:30:00+00:00,40.25,5.5,4.8008976,23.056244,217.97519,115.29172 -2014-07-03 07:30:00+00:00,40.25,5.5,5.104218,23.249817,425.47696,148.3743 -2014-07-03 08:30:00+00:00,40.25,5.5,5.9988446,23.41217,621.31085,158.07498 -2014-07-03 09:30:00+00:00,40.25,5.5,6.5001135,23.881012,730.7354,226.15317 -2014-07-03 10:30:00+00:00,40.25,5.5,7.2726145,23.962463,835.80457,225.39935 -2014-07-03 11:30:00+00:00,40.25,5.5,9.171314,23.98877,823.13165,290.07104 -2014-07-03 12:30:00+00:00,40.25,5.5,8.997096,24.115845,836.29987,254.5716 -2014-07-03 13:30:00+00:00,40.25,5.5,8.725407,24.26596,676.18335,309.9477 -2014-07-03 14:30:00+00:00,40.25,5.5,8.295294,24.451385,447.88046,269.00647 -2014-07-03 15:30:00+00:00,40.25,5.5,7.0111036,24.721527,430.63354,224.77025 -2014-07-03 16:30:00+00:00,40.25,5.5,7.513708,24.868378,285.40414,169.76581 -2014-07-03 17:30:00+00:00,40.25,5.5,7.6687293,24.93518,151.76982,107.60663 -2014-07-03 18:30:00+00:00,40.25,5.5,6.2090907,24.843964,45.957745,30.620384 -2014-07-03 19:30:00+00:00,40.25,5.5,4.4444757,24.716095,0.29131943,0.29131943 -2014-07-03 20:30:00+00:00,40.25,5.5,3.6526353,24.459259,0.0,0.0 -2014-07-03 21:30:00+00:00,40.25,5.5,4.9865146,24.049591,0.0,0.0 -2014-07-03 22:30:00+00:00,40.25,5.5,6.074962,24.073761,0.0,0.0 -2014-07-03 23:30:00+00:00,40.25,5.5,6.0272813,23.953491,0.0,0.0 -2014-07-04 00:30:00+00:00,40.25,5.5,5.3348746,23.795746,0.0,0.0 -2014-07-04 01:30:00+00:00,40.25,5.5,4.412615,23.32312,0.0,0.0 -2014-07-04 02:30:00+00:00,40.25,5.5,3.1682594,22.915894,0.0,0.0 -2014-07-04 03:30:00+00:00,40.25,5.5,4.0487003,22.713104,0.0,0.0 -2014-07-04 04:30:00+00:00,40.25,5.5,5.9525857,22.692444,14.654028,11.253993 -2014-07-04 05:30:00+00:00,40.25,5.5,6.0244837,22.834991,117.494514,63.714443 -2014-07-04 06:30:00+00:00,40.25,5.5,5.5972304,22.909363,232.032,120.997345 -2014-07-04 07:30:00+00:00,40.25,5.5,6.5393047,22.98703,390.75006,178.47136 -2014-07-04 08:30:00+00:00,40.25,5.5,7.671684,22.985382,599.19867,163.37402 -2014-07-04 09:30:00+00:00,40.25,5.5,7.2209783,23.320404,768.4631,160.60168 -2014-07-04 10:30:00+00:00,40.25,5.5,7.2884083,23.375244,877.2758,148.24176 -2014-07-04 11:30:00+00:00,40.25,5.5,7.214369,23.51477,920.9466,146.69452 -2014-07-04 12:30:00+00:00,40.25,5.5,6.8528914,23.648071,904.51544,144.79419 -2014-07-04 13:30:00+00:00,40.25,5.5,5.725133,23.763458,833.25543,141.98157 -2014-07-04 14:30:00+00:00,40.25,5.5,4.31049,23.781372,712.1921,134.28577 -2014-07-04 15:30:00+00:00,40.25,5.5,3.5655742,23.768616,555.5133,121.202545 -2014-07-04 16:30:00+00:00,40.25,5.5,3.4675343,23.658112,377.29053,101.87546 -2014-07-04 17:30:00+00:00,40.25,5.5,3.4078925,23.4917,199.03856,73.87019 -2014-07-04 18:30:00+00:00,40.25,5.5,3.0065875,23.311157,54.304443,30.144375 -2014-07-04 19:30:00+00:00,40.25,5.5,2.524028,23.200409,0.29131943,0.29131943 -2014-07-04 20:30:00+00:00,40.25,5.5,2.6269252,23.094788,0.0,0.0 -2014-07-04 21:30:00+00:00,40.25,5.5,3.4326413,22.977783,0.0,0.0 -2014-07-04 22:30:00+00:00,40.25,5.5,3.80951,22.899323,0.0,0.0 -2014-07-04 23:30:00+00:00,40.25,5.5,4.0901165,22.830383,0.0,0.0 -2014-07-05 00:30:00+00:00,40.25,5.5,4.1234956,22.746216,0.0,0.0 -2014-07-05 01:30:00+00:00,40.25,5.5,3.7268374,22.654175,0.0,0.0 -2014-07-05 02:30:00+00:00,40.25,5.5,3.2085166,22.577087,0.0,0.0 -2014-07-05 03:30:00+00:00,40.25,5.5,2.9201093,22.539062,0.0,0.0 -2014-07-05 04:30:00+00:00,40.25,5.5,3.0081985,22.57898,17.771284,12.112846 -2014-07-05 05:30:00+00:00,40.25,5.5,2.8680687,22.618347,133.09538,57.16545 -2014-07-05 06:30:00+00:00,40.25,5.5,2.6145842,22.687836,305.18564,89.33319 -2014-07-05 07:30:00+00:00,40.25,5.5,2.4416618,22.82547,488.31744,110.578766 -2014-07-05 08:30:00+00:00,40.25,5.5,2.345654,23.005219,656.0377,125.69464 -2014-07-05 09:30:00+00:00,40.25,5.5,1.9859575,23.356232,791.46375,136.16321 -2014-07-05 10:30:00+00:00,40.25,5.5,1.5761796,23.548431,882.72375,142.5589 -2014-07-05 11:30:00+00:00,40.25,5.5,1.4172107,23.811249,922.70917,144.68488 -2014-07-05 12:30:00+00:00,40.25,5.5,1.5501988,24.025421,907.5307,143.08167 -2014-07-05 13:30:00+00:00,40.25,5.5,2.1541429,24.241547,838.5722,137.63177 -2014-07-05 14:30:00+00:00,40.25,5.5,2.8809438,24.367493,720.85925,128.69507 -2014-07-05 15:30:00+00:00,40.25,5.5,3.5751486,24.3667,564.6466,115.78021 -2014-07-05 16:30:00+00:00,40.25,5.5,3.8906586,24.181793,385.02542,97.697815 -2014-07-05 17:30:00+00:00,40.25,5.5,4.0307918,23.980377,203.56879,71.60037 -2014-07-05 18:30:00+00:00,40.25,5.5,4.260495,23.890503,55.149307,29.624237 -2014-07-05 19:30:00+00:00,40.25,5.5,4.5372815,23.846252,0.2621875,0.2621875 -2014-07-05 20:30:00+00:00,40.25,5.5,4.704652,23.780548,0.0,0.0 -2014-07-05 21:30:00+00:00,40.25,5.5,4.9982285,23.453705,0.0,0.0 -2014-07-05 22:30:00+00:00,40.25,5.5,5.0367703,23.338867,0.0,0.0 -2014-07-05 23:30:00+00:00,40.25,5.5,4.5553865,23.2612,0.0,0.0 -2014-07-06 00:30:00+00:00,40.25,5.5,4.0425205,23.152618,0.0,0.0 -2014-07-06 01:30:00+00:00,40.25,5.5,3.566184,23.060852,0.0,0.0 -2014-07-06 02:30:00+00:00,40.25,5.5,3.0699055,22.981598,0.0,0.0 -2014-07-06 03:30:00+00:00,40.25,5.5,2.9830956,22.920502,0.0,0.0 -2014-07-06 04:30:00+00:00,40.25,5.5,3.4735315,22.87436,17.829584,11.985001 -2014-07-06 05:30:00+00:00,40.25,5.5,3.9231672,22.893616,135.29494,57.01973 -2014-07-06 06:30:00+00:00,40.25,5.5,3.9806607,22.957428,310.25485,88.54541 -2014-07-06 07:30:00+00:00,40.25,5.5,4.016313,23.064667,496.12515,109.10458 -2014-07-06 08:30:00+00:00,40.25,5.5,4.101662,23.20691,666.5403,123.47809 -2014-07-06 09:30:00+00:00,40.25,5.5,4.583235,23.442291,803.7726,133.74274 -2014-07-06 10:30:00+00:00,40.25,5.5,4.4800797,23.60138,896.4018,140.10541 -2014-07-06 11:30:00+00:00,40.25,5.5,4.7767916,23.769165,936.43097,142.31238 -2014-07-06 12:30:00+00:00,40.25,5.5,4.823592,23.9133,918.49945,143.98682 -2014-07-06 13:30:00+00:00,40.25,5.5,5.0492916,24.008331,806.70044,192.4237 -2014-07-06 14:30:00+00:00,40.25,5.5,4.495641,24.052307,575.557,276.39136 -2014-07-06 15:30:00+00:00,40.25,5.5,4.016272,24.047699,458.86368,198.19034 -2014-07-06 16:30:00+00:00,40.25,5.5,3.9367986,24.005066,383.59784,104.261566 -2014-07-06 17:30:00+00:00,40.25,5.5,3.871946,23.923615,203.36484,68.976685 -2014-07-06 18:30:00+00:00,40.25,5.5,3.8530164,23.845703,53.255627,31.391182 -2014-07-06 19:30:00+00:00,40.25,5.5,4.144337,23.788422,0.2476389,0.2476389 -2014-07-06 20:30:00+00:00,40.25,5.5,3.8867452,23.692871,0.0,0.0 -2014-07-06 21:30:00+00:00,40.25,5.5,4.6361885,23.226196,0.0,0.0 -2014-07-06 22:30:00+00:00,40.25,5.5,3.4526286,23.155884,0.0,0.0 -2014-07-06 23:30:00+00:00,40.25,5.5,2.9769049,23.096436,0.0,0.0 -2014-07-07 00:30:00+00:00,40.25,5.5,2.9599903,23.01715,0.0,0.0 -2014-07-07 01:30:00+00:00,40.25,5.5,3.257886,22.947662,0.0,0.0 -2014-07-07 02:30:00+00:00,40.25,5.5,3.0853903,22.842041,0.0,0.0 -2014-07-07 03:30:00+00:00,40.25,5.5,3.1851776,22.808655,0.0,0.0 -2014-07-07 04:30:00+00:00,40.25,5.5,4.7755322,22.859161,11.318264,11.318264 -2014-07-07 05:30:00+00:00,40.25,5.5,4.1291533,22.982117,62.490868,62.27993 -2014-07-07 06:30:00+00:00,40.25,5.5,2.8692217,23.139313,149.78876,130.77838 -2014-07-07 07:30:00+00:00,40.25,5.5,2.7189393,23.260406,327.4726,226.67526 -2014-07-07 08:30:00+00:00,40.25,5.5,3.6780276,23.283752,431.85715,272.39062 -2014-07-07 09:30:00+00:00,40.25,5.5,2.5727644,23.614685,569.206,299.6107 -2014-07-07 10:30:00+00:00,40.25,5.5,3.3517058,23.762085,735.3822,275.52155 -2014-07-07 11:30:00+00:00,40.25,5.5,2.6597018,23.88861,861.9954,214.79791 -2014-07-07 12:30:00+00:00,40.25,5.5,2.426792,23.955383,834.04205,196.68475 -2014-07-07 13:30:00+00:00,40.25,5.5,2.9227982,24.161987,816.03766,170.97449 -2014-07-07 14:30:00+00:00,40.25,5.5,3.0712667,24.254028,635.7318,189.58295 -2014-07-07 15:30:00+00:00,40.25,5.5,2.360618,24.135101,416.198,158.85025 -2014-07-07 16:30:00+00:00,40.25,5.5,2.0584693,24.013489,337.0866,113.90051 -2014-07-07 17:30:00+00:00,40.25,5.5,2.8208697,23.229187,157.3634,73.54143 -2014-07-07 18:30:00+00:00,40.25,5.5,4.9331274,22.212738,41.90823,28.394966 -2014-07-07 19:30:00+00:00,40.25,5.5,7.149351,21.683075,0.17479166,0.17479166 -2014-07-07 20:30:00+00:00,40.25,5.5,8.273611,21.1279,0.0,0.0 -2014-07-07 21:30:00+00:00,40.25,5.5,8.3933735,21.598114,0.0,0.0 -2014-07-07 22:30:00+00:00,40.25,5.5,8.550075,21.447449,0.0,0.0 -2014-07-07 23:30:00+00:00,40.25,5.5,8.53227,21.428436,0.0,0.0 -2014-07-08 00:30:00+00:00,40.25,5.5,8.120233,21.476501,0.0,0.0 -2014-07-08 01:30:00+00:00,40.25,5.5,7.905893,21.537842,0.0,0.0 -2014-07-08 02:30:00+00:00,40.25,5.5,8.026829,21.485718,0.0,0.0 -2014-07-08 03:30:00+00:00,40.25,5.5,7.9868827,21.403473,0.0,0.0 -2014-07-08 04:30:00+00:00,40.25,5.5,7.728853,21.291626,16.314653,11.3387165 -2014-07-08 05:30:00+00:00,40.25,5.5,7.3916545,21.23703,130.79385,57.3209 -2014-07-08 06:30:00+00:00,40.25,5.5,7.0234385,21.225372,303.2046,88.75435 -2014-07-08 07:30:00+00:00,40.25,5.5,6.869798,21.234344,472.68744,113.48761 -2014-07-08 08:30:00+00:00,40.25,5.5,6.836888,21.273956,646.045,134.45172 -2014-07-08 09:30:00+00:00,40.25,5.5,6.4541183,21.43631,775.19275,155.23273 -2014-07-08 10:30:00+00:00,40.25,5.5,6.34746,21.485718,823.8162,168.2055 -2014-07-08 11:30:00+00:00,40.25,5.5,5.8430696,21.51233,877.55255,189.88971 -2014-07-08 12:30:00+00:00,40.25,5.5,4.6171193,21.547882,826.1906,215.41321 -2014-07-08 13:30:00+00:00,40.25,5.5,3.9364972,21.548431,805.1272,167.33557 -2014-07-08 14:30:00+00:00,40.25,5.5,4.0079494,21.57611,712.7893,136.60779 -2014-07-08 15:30:00+00:00,40.25,5.5,3.9428759,21.565277,557.2613,121.02713 -2014-07-08 16:30:00+00:00,40.25,5.5,3.515472,21.595123,382.44708,98.97864 -2014-07-08 17:30:00+00:00,40.25,5.5,2.6220067,21.594574,200.55348,72.43181 -2014-07-08 18:30:00+00:00,40.25,5.5,2.2038794,21.609528,53.45955,29.13816 -2014-07-08 19:30:00+00:00,40.25,5.5,2.0636787,21.631226,0.189375,0.189375 -2014-07-08 20:30:00+00:00,40.25,5.5,2.3473432,21.733582,0.0,0.0 -2014-07-08 21:30:00+00:00,40.25,5.5,3.2176435,21.52835,0.0,0.0 -2014-07-08 22:30:00+00:00,40.25,5.5,3.736517,21.687164,0.0,0.0 -2014-07-08 23:30:00+00:00,40.25,5.5,4.2728477,21.826172,0.0,0.0 -2014-07-09 00:30:00+00:00,40.25,5.5,4.754498,21.957825,0.0,0.0 -2014-07-09 01:30:00+00:00,40.25,5.5,4.9012685,22.08136,0.0,0.0 -2014-07-09 02:30:00+00:00,40.25,5.5,5.0907106,22.19455,0.0,0.0 -2014-07-09 03:30:00+00:00,40.25,5.5,5.5149117,22.189667,0.0,0.0 -2014-07-09 04:30:00+00:00,40.25,5.5,5.953018,21.89267,14.260729,10.451215 -2014-07-09 05:30:00+00:00,40.25,5.5,6.4761114,21.386078,111.682434,54.638824 -2014-07-09 06:30:00+00:00,40.25,5.5,7.046709,21.083923,262.51996,92.70445 -2014-07-09 07:30:00+00:00,40.25,5.5,7.06283,21.013885,402.59277,121.68057 -2014-07-09 08:30:00+00:00,40.25,5.5,6.7244754,21.13089,413.51773,217.24649 -2014-07-09 09:30:00+00:00,40.25,5.5,8.361829,21.21045,584.1805,238.40707 -2014-07-09 10:30:00+00:00,40.25,5.5,8.512524,21.139862,574.74133,245.13669 -2014-07-09 11:30:00+00:00,40.25,5.5,8.896796,20.973694,485.0545,283.6336 -2014-07-09 12:30:00+00:00,40.25,5.5,8.66583,20.905579,517.47986,273.4096 -2014-07-09 13:30:00+00:00,40.25,5.5,7.955135,21.008453,335.33862,235.12453 -2014-07-09 14:30:00+00:00,40.25,5.5,7.5781074,21.162933,265.914,213.98285 -2014-07-09 15:30:00+00:00,40.25,5.5,7.7604694,21.207184,210.4588,177.00446 -2014-07-09 16:30:00+00:00,40.25,5.5,8.047369,21.228363,167.02107,139.28722 -2014-07-09 17:30:00+00:00,40.25,5.5,8.289207,21.321747,88.11361,74.190865 -2014-07-09 18:30:00+00:00,40.25,5.5,8.818056,21.470795,37.91698,27.108856 -2014-07-09 19:30:00+00:00,40.25,5.5,9.663106,21.596771,0.14565971,0.14565971 -2014-07-09 20:30:00+00:00,40.25,5.5,10.9105215,21.68335,0.0,0.0 -2014-07-09 21:30:00+00:00,40.25,5.5,11.70406,21.894836,0.0,0.0 -2014-07-09 22:30:00+00:00,40.25,5.5,12.378713,21.740387,0.0,0.0 -2014-07-09 23:30:00+00:00,40.25,5.5,12.735928,21.565277,0.0,0.0 -2014-07-10 00:30:00+00:00,40.25,5.5,12.961805,21.334503,0.0,0.0 -2014-07-10 01:30:00+00:00,40.25,5.5,12.714987,21.116516,0.0,0.0 -2014-07-10 02:30:00+00:00,40.25,5.5,13.022006,20.864838,0.0,0.0 -2014-07-10 03:30:00+00:00,40.25,5.5,13.277178,20.735626,0.0,0.0 -2014-07-10 04:30:00+00:00,40.25,5.5,13.516766,20.757874,14.115069,10.044966 -2014-07-10 05:30:00+00:00,40.25,5.5,13.735092,20.806213,123.49597,56.140587 -2014-07-10 06:30:00+00:00,40.25,5.5,13.979597,20.823029,284.04947,93.38704 -2014-07-10 07:30:00+00:00,40.25,5.5,13.54053,20.863495,455.22202,116.90631 -2014-07-10 08:30:00+00:00,40.25,5.5,13.174708,20.991638,507.67648,154.63144 -2014-07-10 09:30:00+00:00,40.25,5.5,13.418648,20.938416,641.17975,193.14474 -2014-07-10 10:30:00+00:00,40.25,5.5,12.556188,21.114868,727.98236,176.23395 -2014-07-10 11:30:00+00:00,40.25,5.5,11.305596,21.245178,801.47107,216.69025 -2014-07-10 12:30:00+00:00,40.25,5.5,10.070261,21.300018,749.45355,241.96762 -2014-07-10 13:30:00+00:00,40.25,5.5,8.610933,21.276398,685.31665,185.84686 -2014-07-10 14:30:00+00:00,40.25,5.5,7.641936,21.357025,586.7005,155.47952 -2014-07-10 15:30:00+00:00,40.25,5.5,7.3641634,21.375763,526.7879,125.14972 -2014-07-10 16:30:00+00:00,40.25,5.5,7.550935,21.431152,363.627,104.1077 -2014-07-10 17:30:00+00:00,40.25,5.5,7.9676204,21.484375,190.00723,73.04114 -2014-07-10 18:30:00+00:00,40.25,5.5,7.649791,21.586456,42.243263,26.583263 -2014-07-10 19:30:00+00:00,40.25,5.5,7.770656,21.867981,0.101979166,0.101979166 -2014-07-10 20:30:00+00:00,40.25,5.5,9.261088,22.139435,0.0,0.0 -2014-07-10 21:30:00+00:00,40.25,5.5,9.661812,21.782715,0.0,0.0 -2014-07-10 22:30:00+00:00,40.25,5.5,10.814083,21.636932,0.0,0.0 -2014-07-10 23:30:00+00:00,40.25,5.5,12.334256,21.427094,0.0,0.0 -2014-07-11 00:30:00+00:00,40.25,5.5,13.39046,21.336945,0.0,0.0 -2014-07-11 01:30:00+00:00,40.25,5.5,13.637062,21.299225,0.0,0.0 -2014-07-11 02:30:00+00:00,40.25,5.5,13.783993,21.289429,0.0,0.0 -2014-07-11 03:30:00+00:00,40.25,5.5,14.156078,21.306274,0.0,0.0 -2014-07-11 04:30:00+00:00,40.25,5.5,14.39569,21.30545,13.474132,9.912777 -2014-07-11 05:30:00+00:00,40.25,5.5,13.655493,21.26419,115.07646,53.044483 -2014-07-11 06:30:00+00:00,40.25,5.5,12.964097,21.272614,248.65251,88.29256 -2014-07-11 07:30:00+00:00,40.25,5.5,12.168348,21.32663,369.33713,130.23044 -2014-07-11 08:30:00+00:00,40.25,5.5,11.395555,21.370056,515.1929,162.08578 -2014-07-11 09:30:00+00:00,40.25,5.5,10.938018,21.286194,600.903,226.46509 -2014-07-11 10:30:00+00:00,40.25,5.5,10.326686,21.416504,781.9517,237.40045 -2014-07-11 11:30:00+00:00,40.25,5.5,9.52379,21.57721,875.3967,180.44983 -2014-07-11 12:30:00+00:00,40.25,5.5,8.392195,21.763184,889.0311,149.84656 -2014-07-11 13:30:00+00:00,40.25,5.5,7.3839173,21.963257,811.0413,154.31384 -2014-07-11 14:30:00+00:00,40.25,5.5,6.578673,22.125336,704.8068,132.68298 -2014-07-11 15:30:00+00:00,40.25,5.5,6.5518126,22.216278,549.9489,118.34329 -2014-07-11 16:30:00+00:00,40.25,5.5,7.072592,22.231476,372.74573,98.96863 -2014-07-11 17:30:00+00:00,40.25,5.5,7.796381,22.248047,192.41074,72.354836 -2014-07-11 18:30:00+00:00,40.25,5.5,8.001047,22.284698,50.473404,27.703127 -2014-07-11 19:30:00+00:00,40.25,5.5,8.2186985,22.360168,0.101979166,0.101979166 -2014-07-11 20:30:00+00:00,40.25,5.5,8.454103,22.409027,0.0,0.0 -2014-07-11 21:30:00+00:00,40.25,5.5,9.512958,22.28769,0.0,0.0 -2014-07-11 22:30:00+00:00,40.25,5.5,9.559435,22.27655,0.0,0.0 -2014-07-11 23:30:00+00:00,40.25,5.5,9.614616,22.25293,0.0,0.0 -2014-07-12 00:30:00+00:00,40.25,5.5,9.831297,22.209229,0.0,0.0 -2014-07-12 01:30:00+00:00,40.25,5.5,10.185177,22.117737,0.0,0.0 -2014-07-12 02:30:00+00:00,40.25,5.5,10.328957,21.938019,0.0,0.0 -2014-07-12 03:30:00+00:00,40.25,5.5,10.293483,21.753937,0.0,0.0 -2014-07-12 04:30:00+00:00,40.25,5.5,10.260878,21.650787,13.634375,9.8869095 -2014-07-12 05:30:00+00:00,40.25,5.5,10.138175,21.619019,124.18059,54.417877 -2014-07-12 06:30:00+00:00,40.25,5.5,9.969222,21.589142,295.58624,88.333145 -2014-07-12 07:30:00+00:00,40.25,5.5,9.563746,21.587524,467.4289,111.30646 -2014-07-12 08:30:00+00:00,40.25,5.5,8.898341,21.551971,648.73987,127.23187 -2014-07-12 09:30:00+00:00,40.25,5.5,7.910164,21.406982,784.28235,134.5907 -2014-07-12 10:30:00+00:00,40.25,5.5,7.267456,21.474335,861.4565,148.11969 -2014-07-12 11:30:00+00:00,40.25,5.5,6.7357917,21.52182,846.20514,161.09845 -2014-07-12 12:30:00+00:00,40.25,5.5,6.4624395,21.532135,769.2496,213.97705 -2014-07-12 13:30:00+00:00,40.25,5.5,6.128157,21.469421,657.6692,198.9874 -2014-07-12 14:30:00+00:00,40.25,5.5,5.352689,21.265808,530.21106,173.02148 -2014-07-12 15:30:00+00:00,40.25,5.5,5.0550284,21.170532,382.9715,187.91632 -2014-07-12 16:30:00+00:00,40.25,5.5,4.9656925,21.161316,278.41217,116.98508 -2014-07-12 17:30:00+00:00,40.25,5.5,4.205058,21.228363,121.3401,70.15347 -2014-07-12 18:30:00+00:00,40.25,5.5,2.8816524,21.295685,35.134724,22.924412 -2014-07-12 19:30:00+00:00,40.25,5.5,2.188596,21.036407,0.072847225,0.072847225 -2014-07-12 20:30:00+00:00,40.25,5.5,3.044109,21.165924,0.0,0.0 -2014-07-12 21:30:00+00:00,40.25,5.5,4.151223,21.092896,0.0,0.0 -2014-07-12 22:30:00+00:00,40.25,5.5,4.8690863,21.256592,0.0,0.0 -2014-07-12 23:30:00+00:00,40.25,5.5,5.5336814,21.332611,0.0,0.0 -2014-07-13 00:30:00+00:00,40.25,5.5,5.7314525,21.453674,0.0,0.0 -2014-07-13 01:30:00+00:00,40.25,5.5,5.6680236,21.60083,0.0,0.0 -2014-07-13 02:30:00+00:00,40.25,5.5,5.2761655,21.78299,0.0,0.0 -2014-07-13 03:30:00+00:00,40.25,5.5,5.1050825,21.943726,0.0,0.0 -2014-07-13 04:30:00+00:00,40.25,5.5,5.47245,22.0401,13.197361,9.462292 -2014-07-13 05:30:00+00:00,40.25,5.5,5.7229495,22.011047,121.54403,54.312744 -2014-07-13 06:30:00+00:00,40.25,5.5,5.918908,21.94696,290.9686,87.83525 -2014-07-13 07:30:00+00:00,40.25,5.5,5.8393226,21.938293,468.6379,115.39432 -2014-07-13 08:30:00+00:00,40.25,5.5,5.575381,21.96164,631.9445,135.2543 -2014-07-13 09:30:00+00:00,40.25,5.5,5.0968246,22.210297,765.9867,149.8114 -2014-07-13 10:30:00+00:00,40.25,5.5,4.242089,22.218445,862.68,143.85846 -2014-07-13 11:30:00+00:00,40.25,5.5,3.3728569,22.268402,908.79803,148.53082 -2014-07-13 12:30:00+00:00,40.25,5.5,2.7146163,22.405762,893.06604,147.51575 -2014-07-13 13:30:00+00:00,40.25,5.5,2.4906504,22.499176,827.72015,139.896 -2014-07-13 14:30:00+00:00,40.25,5.5,2.4396365,22.666656,697.0137,147.84631 -2014-07-13 15:30:00+00:00,40.25,5.5,2.8455465,22.81543,545.0836,127.14014 -2014-07-13 16:30:00+00:00,40.25,5.5,3.6038063,22.951996,357.9606,106.5443 -2014-07-13 17:30:00+00:00,40.25,5.5,4.136706,22.951996,185.54987,70.74292 -2014-07-13 18:30:00+00:00,40.25,5.5,4.427759,22.878693,47.83684,25.94757 -2014-07-13 19:30:00+00:00,40.25,5.5,4.4301353,22.83255,0.072847225,0.072847225 -2014-07-13 20:30:00+00:00,40.25,5.5,4.4437914,22.784485,0.0,0.0 -2014-07-13 21:30:00+00:00,40.25,5.5,4.4591146,22.692719,0.0,0.0 -2014-07-13 22:30:00+00:00,40.25,5.5,4.331523,22.671814,0.0,0.0 -2014-07-13 23:30:00+00:00,40.25,5.5,4.100268,22.628387,0.0,0.0 -2014-07-14 00:30:00+00:00,40.25,5.5,4.2162623,22.606384,0.0,0.0 -2014-07-14 01:30:00+00:00,40.25,5.5,4.5006003,22.466858,0.0,0.0 -2014-07-14 02:30:00+00:00,40.25,5.5,4.785544,21.779999,0.0,0.0 -2014-07-14 03:30:00+00:00,40.25,5.5,4.878834,21.51233,0.0,0.0 -2014-07-14 04:30:00+00:00,40.25,5.5,5.8917603,21.225372,9.337222,7.9722567 -2014-07-14 05:30:00+00:00,40.25,5.5,7.0375357,20.703583,85.578995,60.59993 -2014-07-14 06:30:00+00:00,40.25,5.5,7.4887395,20.408478,213.89653,121.078125 -2014-07-14 07:30:00+00:00,40.25,5.5,7.073107,20.446228,356.35828,159.70236 -2014-07-14 08:30:00+00:00,40.25,5.5,6.1375237,20.656616,525.66626,168.35257 -2014-07-14 09:30:00+00:00,40.25,5.5,3.6249976,21.790588,668.3902,191.38046 -2014-07-14 10:30:00+00:00,40.25,5.5,2.9090006,21.979004,558.4995,254.71774 -2014-07-14 11:30:00+00:00,40.25,5.5,2.3147259,22.022156,653.77985,252.67523 -2014-07-14 12:30:00+00:00,40.25,5.5,2.0615578,22.171204,732.23584,230.45801 -2014-07-14 13:30:00+00:00,40.25,5.5,2.3264763,22.28009,682.81116,173.91061 -2014-07-14 14:30:00+00:00,40.25,5.5,3.0205436,22.413116,637.2613,141.52658 -2014-07-14 15:30:00+00:00,40.25,5.5,3.728358,22.503235,449.75955,141.92007 -2014-07-14 16:30:00+00:00,40.25,5.5,4.1279764,22.554016,320.65543,109.50595 -2014-07-14 17:30:00+00:00,40.25,5.5,4.165123,22.597717,181.70424,73.58566 -2014-07-14 18:30:00+00:00,40.25,5.5,4.096254,22.59256,49.002186,26.566942 -2014-07-14 19:30:00+00:00,40.25,5.5,3.9865475,22.60315,0.05826389,0.05826389 -2014-07-14 20:30:00+00:00,40.25,5.5,4.072313,22.653107,0.0,0.0 -2014-07-14 21:30:00+00:00,40.25,5.5,3.8540328,22.73346,0.0,0.0 -2014-07-14 22:30:00+00:00,40.25,5.5,4.2124286,22.802399,0.0,0.0 -2014-07-14 23:30:00+00:00,40.25,5.5,4.434741,22.86377,0.0,0.0 -2014-07-15 00:30:00+00:00,40.25,5.5,4.8634887,22.896606,0.0,0.0 -2014-07-15 01:30:00+00:00,40.25,5.5,5.4268503,22.884674,0.0,0.0 -2014-07-15 02:30:00+00:00,40.25,5.5,6.2136345,22.767395,0.0,0.0 -2014-07-15 03:30:00+00:00,40.25,5.5,7.5071926,22.587128,0.0,0.0 -2014-07-15 04:30:00+00:00,40.25,5.5,8.309592,22.426392,12.250556,8.788473 -2014-07-15 05:30:00+00:00,40.25,5.5,8.332907,22.388397,120.94681,52.69799 -2014-07-15 06:30:00+00:00,40.25,5.5,7.867279,22.38269,293.38666,85.93503 -2014-07-15 07:30:00+00:00,40.25,5.5,7.3396,22.414185,478.2956,107.394196 -2014-07-15 08:30:00+00:00,40.25,5.5,6.6759095,22.4104,648.5359,122.5235 -2014-07-15 09:30:00+00:00,40.25,5.5,5.343876,22.368866,786.70044,132.64087 -2014-07-15 10:30:00+00:00,40.25,5.5,4.6195087,22.459808,878.9364,139.5409 -2014-07-15 11:30:00+00:00,40.25,5.5,4.239191,22.51001,918.07697,142.14972 -2014-07-15 12:30:00+00:00,40.25,5.5,4.3622684,22.605042,900.4659,141.63812 -2014-07-15 13:30:00+00:00,40.25,5.5,4.5826564,22.646027,828.361,137.44702 -2014-07-15 14:30:00+00:00,40.25,5.5,4.7587094,22.65445,707.79297,130.64362 -2014-07-15 15:30:00+00:00,40.25,5.5,4.4775043,22.60315,551.9154,115.80533 -2014-07-15 16:30:00+00:00,40.25,5.5,3.907654,22.582245,373.0662,97.03067 -2014-07-15 17:30:00+00:00,40.25,5.5,3.5259302,22.549652,193.53236,69.70417 -2014-07-15 18:30:00+00:00,40.25,5.5,3.5229702,22.560791,48.33212,26.058195 -2014-07-15 19:30:00+00:00,40.25,5.5,3.6782146,22.5654,0.014583333,0.014583333 -2014-07-15 20:30:00+00:00,40.25,5.5,3.7075589,22.58142,0.0,0.0 -2014-07-15 21:30:00+00:00,40.25,5.5,2.8606737,22.37619,0.0,0.0 -2014-07-15 22:30:00+00:00,40.25,5.5,2.7298203,22.35202,0.0,0.0 -2014-07-15 23:30:00+00:00,40.25,5.5,2.7128842,22.295013,0.0,0.0 -2014-07-16 00:30:00+00:00,40.25,5.5,2.740957,22.221985,0.0,0.0 -2014-07-16 01:30:00+00:00,40.25,5.5,2.795835,22.124237,0.0,0.0 -2014-07-16 02:30:00+00:00,40.25,5.5,2.9702919,22.065338,0.0,0.0 -2014-07-16 03:30:00+00:00,40.25,5.5,3.0398147,22.066162,0.0,0.0 -2014-07-16 04:30:00+00:00,40.25,5.5,2.8748143,22.105255,11.376562,8.410833 -2014-07-16 05:30:00+00:00,40.25,5.5,2.8105912,22.14679,115.64455,53.550518 -2014-07-16 06:30:00+00:00,40.25,5.5,2.8553948,22.203796,283.292,89.83757 -2014-07-16 07:30:00+00:00,40.25,5.5,2.7740164,22.311584,452.92047,116.04422 -2014-07-16 08:30:00+00:00,40.25,5.5,2.4995985,22.457092,615.994,159.04944 -2014-07-16 09:30:00+00:00,40.25,5.5,2.1454864,22.55426,770.7937,153.97314 -2014-07-16 10:30:00+00:00,40.25,5.5,1.697604,22.7359,872.5271,150.44196 -2014-07-16 11:30:00+00:00,40.25,5.5,1.5942551,22.914795,925.9138,143.48438 -2014-07-16 12:30:00+00:00,40.25,5.5,1.455908,23.10431,913.4011,141.13452 -2014-07-16 13:30:00+00:00,40.25,5.5,1.3993396,23.297333,844.0639,135.43 -2014-07-16 14:30:00+00:00,40.25,5.5,1.3544534,23.471893,725.2729,125.87439 -2014-07-16 15:30:00+00:00,40.25,5.5,1.2942513,23.547913,560.91754,119.905975 -2014-07-16 16:30:00+00:00,40.25,5.5,1.5996307,23.572876,384.34076,95.84674 -2014-07-16 17:30:00+00:00,40.25,5.5,1.783834,23.516418,197.82951,72.1524 -2014-07-16 18:30:00+00:00,40.25,5.5,1.8812971,23.411621,49.089584,26.381355 -2014-07-16 19:30:00+00:00,40.25,5.5,1.7811168,23.30954,0.014583333,0.014583333 -2014-07-16 20:30:00+00:00,40.25,5.5,1.6922013,23.187927,0.0,0.0 -2014-07-16 21:30:00+00:00,40.25,5.5,0.93976176,22.775543,0.0,0.0 -2014-07-16 22:30:00+00:00,40.25,5.5,1.0513173,22.675629,0.0,0.0 -2014-07-16 23:30:00+00:00,40.25,5.5,1.1082782,22.558075,0.0,0.0 -2014-07-17 00:30:00+00:00,40.25,5.5,1.2517638,22.425598,0.0,0.0 -2014-07-17 01:30:00+00:00,40.25,5.5,1.2452887,22.33899,0.0,0.0 -2014-07-17 02:30:00+00:00,40.25,5.5,1.1179696,22.226318,0.0,0.0 -2014-07-17 03:30:00+00:00,40.25,5.5,1.2516732,22.20163,0.0,0.0 -2014-07-17 04:30:00+00:00,40.25,5.5,1.2780267,22.196747,11.5222225,8.2462845 -2014-07-17 05:30:00+00:00,40.25,5.5,1.1301596,22.239075,120.91767,51.899475 -2014-07-17 06:30:00+00:00,40.25,5.5,0.8877992,22.337372,294.27524,85.21045 -2014-07-17 07:30:00+00:00,40.25,5.5,0.34616068,22.495361,481.22348,106.4877 -2014-07-17 08:30:00+00:00,40.25,5.5,0.49765638,22.69815,654.12946,121.4411 -2014-07-17 09:30:00+00:00,40.25,5.5,1.2311323,23.053253,795.54236,131.18335 -2014-07-17 10:30:00+00:00,40.25,5.5,1.6348461,23.404541,892.4251,136.60022 -2014-07-17 11:30:00+00:00,40.25,5.5,1.7907099,23.73413,936.03766,138.2956 -2014-07-17 12:30:00+00:00,40.25,5.5,1.892313,24.028687,921.5584,137.11871 -2014-07-17 13:30:00+00:00,40.25,5.5,2.2620862,24.316467,850.6335,132.71777 -2014-07-17 14:30:00+00:00,40.25,5.5,2.462582,24.471466,730.109,124.44403 -2014-07-17 15:30:00+00:00,40.25,5.5,2.2959049,24.598816,570.67725,111.87134 -2014-07-17 16:30:00+00:00,40.25,5.5,1.9143027,24.61319,386.75882,95.01367 -2014-07-17 17:30:00+00:00,40.25,5.5,1.5939227,24.549133,200.9468,68.79222 -2014-07-17 18:30:00+00:00,40.25,5.5,1.5712141,24.399261,49.133263,25.618437 -2014-07-17 19:30:00+00:00,40.25,5.5,1.6240255,24.250488,0.014583333,0.014583333 -2014-07-17 20:30:00+00:00,40.25,5.5,1.7996039,24.052032,0.0,0.0 -2014-07-17 21:30:00+00:00,40.25,5.5,1.9968798,23.405365,0.0,0.0 -2014-07-17 22:30:00+00:00,40.25,5.5,2.4221613,23.298676,0.0,0.0 -2014-07-17 23:30:00+00:00,40.25,5.5,2.6420763,23.23053,0.0,0.0 -2014-07-18 00:30:00+00:00,40.25,5.5,2.9136953,23.127106,0.0,0.0 -2014-07-18 01:30:00+00:00,40.25,5.5,3.0909917,23.06601,0.0,0.0 -2014-07-18 02:30:00+00:00,40.25,5.5,3.377395,23.016327,0.0,0.0 -2014-07-18 03:30:00+00:00,40.25,5.5,3.828549,22.990265,0.0,0.0 -2014-07-18 04:30:00+00:00,40.25,5.5,4.0290647,23.03833,10.837569,7.809826 -2014-07-18 05:30:00+00:00,40.25,5.5,4.200672,23.120056,118.863785,51.136147 -2014-07-18 06:30:00+00:00,40.25,5.5,4.2815404,23.270172,293.8528,84.01866 -2014-07-18 07:30:00+00:00,40.25,5.5,4.3538957,23.477325,480.96127,105.0715 -2014-07-18 08:30:00+00:00,40.25,5.5,4.3021035,23.723541,653.64874,119.45886 -2014-07-18 09:30:00+00:00,40.25,5.5,4.622552,24.179352,793.70703,129.16187 -2014-07-18 10:30:00+00:00,40.25,5.5,4.603919,24.418274,888.63776,134.9472 -2014-07-18 11:30:00+00:00,40.25,5.5,4.761061,24.581146,930.7354,137.15033 -2014-07-18 12:30:00+00:00,40.25,5.5,4.973536,24.738342,916.4747,135.83203 -2014-07-18 13:30:00+00:00,40.25,5.5,5.0462785,24.813263,846.45276,131.2298 -2014-07-18 14:30:00+00:00,40.25,5.5,5.0707827,24.78775,727.22485,122.76355 -2014-07-18 15:30:00+00:00,40.25,5.5,4.8279448,24.725037,568.52136,110.43518 -2014-07-18 16:30:00+00:00,40.25,5.5,4.741661,24.668854,385.3313,93.139435 -2014-07-18 17:30:00+00:00,40.25,5.5,5.261114,24.637085,199.21335,67.530334 -2014-07-18 18:30:00+00:00,40.25,5.5,5.991587,24.612915,47.472675,24.5783 -2014-07-18 19:30:00+00:00,40.25,5.5,6.557152,24.599335,0.0,0.0 -2014-07-18 20:30:00+00:00,40.25,5.5,6.9627,24.597443,0.0,0.0 -2014-07-18 21:30:00+00:00,40.25,5.5,7.4286504,24.525238,0.0,0.0 -2014-07-18 22:30:00+00:00,40.25,5.5,7.7681556,24.546417,0.0,0.0 -2014-07-18 23:30:00+00:00,40.25,5.5,8.359896,24.611847,0.0,0.0 -2014-07-19 00:30:00+00:00,40.25,5.5,8.271099,24.644135,0.0,0.0 -2014-07-19 01:30:00+00:00,40.25,5.5,7.8852277,24.758423,0.0,0.0 -2014-07-19 02:30:00+00:00,40.25,5.5,7.382508,24.95337,0.0,0.0 -2014-07-19 03:30:00+00:00,40.25,5.5,7.462901,25.116241,0.0,0.0 -2014-07-19 04:30:00+00:00,40.25,5.5,7.278988,25.234894,10.225799,7.396597 -2014-07-19 05:30:00+00:00,40.25,5.5,6.9864926,25.301392,115.48431,51.020172 -2014-07-19 06:30:00+00:00,40.25,5.5,7.710278,25.390167,278.36847,96.876205 -2014-07-19 07:30:00+00:00,40.25,5.5,8.652605,25.554138,473.25552,110.30823 -2014-07-19 08:30:00+00:00,40.25,5.5,9.256765,25.77649,645.41864,125.68512 -2014-07-19 09:30:00+00:00,40.25,5.5,9.80776,25.655945,789.00195,129.06049 -2014-07-19 10:30:00+00:00,40.25,5.5,9.635775,25.800385,874.9451,143.9256 -2014-07-19 11:30:00+00:00,40.25,5.5,9.678056,25.867981,920.0143,140.06659 -2014-07-19 12:30:00+00:00,40.25,5.5,9.3820095,25.907898,904.10754,138.0578 -2014-07-19 13:30:00+00:00,40.25,5.5,8.880513,25.913055,824.85046,129.50653 -2014-07-19 14:30:00+00:00,40.25,5.5,8.806641,25.869873,713.0952,123.71063 -2014-07-19 15:30:00+00:00,40.25,5.5,8.628373,25.749878,533.4012,111.88397 -2014-07-19 16:30:00+00:00,40.25,5.5,8.388836,25.637756,359.81055,106.37161 -2014-07-19 17:30:00+00:00,40.25,5.5,8.253071,25.509888,188.46318,68.854 -2014-07-19 18:30:00+00:00,40.25,5.5,8.117144,25.497131,39.34448,24.950172 -2014-07-19 19:30:00+00:00,40.25,5.5,8.057949,25.600311,0.0,0.0 -2014-07-19 20:30:00+00:00,40.25,5.5,8.012564,25.73114,0.0,0.0 -2014-07-19 21:30:00+00:00,40.25,5.5,7.8698344,25.537323,0.0,0.0 -2014-07-19 22:30:00+00:00,40.25,5.5,8.836971,25.59732,0.0,0.0 -2014-07-19 23:30:00+00:00,40.25,5.5,8.094098,25.555786,0.0,0.0 -2014-07-20 00:30:00+00:00,40.25,5.5,6.456492,25.477325,0.0,0.0 -2014-07-20 01:30:00+00:00,40.25,5.5,6.033666,25.373077,0.0,0.0 -2014-07-20 02:30:00+00:00,40.25,5.5,5.1513553,25.17163,0.0,0.0 -2014-07-20 03:30:00+00:00,40.25,5.5,4.7794967,25.063568,0.0,0.0 -2014-07-20 04:30:00+00:00,40.25,5.5,5.304066,24.967468,8.069931,7.3750353 -2014-07-20 05:30:00+00:00,40.25,5.5,5.935083,24.848572,74.46465,58.60611 -2014-07-20 06:30:00+00:00,40.25,5.5,7.4291954,24.757904,189.61394,142.69598 -2014-07-20 07:30:00+00:00,40.25,5.5,8.262589,24.75763,332.65833,208.16003 -2014-07-20 08:30:00+00:00,40.25,5.5,8.119824,24.841766,437.2031,234.46683 -2014-07-20 09:30:00+00:00,40.25,5.5,6.2324495,24.628937,443.88916,285.89932 -2014-07-20 10:30:00+00:00,40.25,5.5,5.8988576,24.464142,634.6976,314.8587 -2014-07-20 11:30:00+00:00,40.25,5.5,5.686981,24.556732,738.9656,255.59009 -2014-07-20 12:30:00+00:00,40.25,5.5,6.353016,24.608856,766.5548,235.23138 -2014-07-20 13:30:00+00:00,40.25,5.5,6.365618,24.62268,660.0872,275.08932 -2014-07-20 14:30:00+00:00,40.25,5.5,6.1957197,24.571106,664.0348,174.71545 -2014-07-20 15:30:00+00:00,40.25,5.5,5.667872,24.265686,487.3706,166.79962 -2014-07-20 16:30:00+00:00,40.25,5.5,5.0102854,23.911682,335.80472,122.99245 -2014-07-20 17:30:00+00:00,40.25,5.5,4.828256,23.601654,163.27747,84.580345 -2014-07-20 18:30:00+00:00,40.25,5.5,5.823568,23.426544,34.464653,26.932465 -2014-07-20 19:30:00+00:00,40.25,5.5,7.4677987,23.41217,0.0,0.0 -2014-07-20 20:30:00+00:00,40.25,5.5,8.219517,23.486816,0.0,0.0 -2014-07-20 21:30:00+00:00,40.25,5.5,8.9497385,23.606812,0.0,0.0 -2014-07-20 22:30:00+00:00,40.25,5.5,8.742075,23.421661,0.0,0.0 -2014-07-20 23:30:00+00:00,40.25,5.5,8.0977125,23.185455,0.0,0.0 -2014-07-21 00:30:00+00:00,40.25,5.5,7.643598,23.00058,0.0,0.0 -2014-07-21 01:30:00+00:00,40.25,5.5,8.171572,22.791534,0.0,0.0 -2014-07-21 02:30:00+00:00,40.25,5.5,9.284306,22.615082,0.0,0.0 -2014-07-21 03:30:00+00:00,40.25,5.5,9.550806,22.498627,0.0,0.0 -2014-07-21 04:30:00+00:00,40.25,5.5,9.160722,22.467682,8.2155905,6.50316 -2014-07-21 05:30:00+00:00,40.25,5.5,8.770455,22.42694,91.58045,47.789513 -2014-07-21 06:30:00+00:00,40.25,5.5,8.562827,22.328949,260.24756,89.104294 -2014-07-21 07:30:00+00:00,40.25,5.5,8.517446,22.42395,423.52502,120.04108 -2014-07-21 08:30:00+00:00,40.25,5.5,8.498351,22.471466,595.97943,130.68365 -2014-07-21 09:30:00+00:00,40.25,5.5,7.395285,22.99707,729.24963,140.96948 -2014-07-21 10:30:00+00:00,40.25,5.5,6.9017425,23.121124,856.3436,146.64258 -2014-07-21 11:30:00+00:00,40.25,5.5,6.864014,23.18628,885.05444,145.58453 -2014-07-21 12:30:00+00:00,40.25,5.5,6.609829,23.24765,861.8789,147.72308 -2014-07-21 13:30:00+00:00,40.25,5.5,6.022499,23.312805,795.1637,148.49976 -2014-07-21 14:30:00+00:00,40.25,5.5,5.52589,23.366547,697.33417,131.78711 -2014-07-21 15:30:00+00:00,40.25,5.5,5.380256,23.431427,539.694,117.70523 -2014-07-21 16:30:00+00:00,40.25,5.5,5.749476,23.463196,363.64157,96.56525 -2014-07-21 17:30:00+00:00,40.25,5.5,6.5146513,23.462372,184.61757,68.63179 -2014-07-21 18:30:00+00:00,40.25,5.5,7.077364,23.434692,42.8842,23.216145 -2014-07-21 19:30:00+00:00,40.25,5.5,7.4181285,23.486267,0.0,0.0 -2014-07-21 20:30:00+00:00,40.25,5.5,7.650295,23.519135,0.0,0.0 -2014-07-21 21:30:00+00:00,40.25,5.5,8.395292,23.949677,0.0,0.0 -2014-07-21 22:30:00+00:00,40.25,5.5,9.54356,24.178284,0.0,0.0 -2014-07-21 23:30:00+00:00,40.25,5.5,10.172073,24.120178,0.0,0.0 -2014-07-22 00:30:00+00:00,40.25,5.5,9.9836035,23.818848,0.0,0.0 -2014-07-22 01:30:00+00:00,40.25,5.5,9.978098,23.496582,0.0,0.0 -2014-07-22 02:30:00+00:00,40.25,5.5,10.627397,23.225647,0.0,0.0 -2014-07-22 03:30:00+00:00,40.25,5.5,11.516664,23.115143,0.0,0.0 -2014-07-22 04:30:00+00:00,40.25,5.5,11.910346,23.075256,8.244722,6.3213544 -2014-07-22 05:30:00+00:00,40.25,5.5,12.046353,23.073883,108.623436,49.0484 -2014-07-22 06:30:00+00:00,40.25,5.5,12.059741,23.032349,272.27963,84.123795 -2014-07-22 07:30:00+00:00,40.25,5.5,12.055258,23.000305,437.80035,107.203 -2014-07-22 08:30:00+00:00,40.25,5.5,11.885761,22.960968,615.1492,131.61237 -2014-07-22 09:30:00+00:00,40.25,5.5,11.831628,22.996246,761.2234,135.56769 -2014-07-22 10:30:00+00:00,40.25,5.5,10.926513,23.160767,847.1665,148.55902 -2014-07-22 11:30:00+00:00,40.25,5.5,10.013437,23.317688,905.2292,145.12329 -2014-07-22 12:30:00+00:00,40.25,5.5,8.719998,23.442291,893.9255,141.05396 -2014-07-22 13:30:00+00:00,40.25,5.5,7.5605655,23.539764,821.8643,136.99347 -2014-07-22 14:30:00+00:00,40.25,5.5,6.8534145,23.60083,704.9379,127.31702 -2014-07-22 15:30:00+00:00,40.25,5.5,6.4312477,23.605988,547.9824,113.224915 -2014-07-22 16:30:00+00:00,40.25,5.5,6.2714796,23.684174,366.84625,94.71954 -2014-07-22 17:30:00+00:00,40.25,5.5,6.344383,23.687439,185.15656,67.197754 -2014-07-22 18:30:00+00:00,40.25,5.5,6.725528,23.63504,40.71375,22.67125 -2014-07-22 19:30:00+00:00,40.25,5.5,7.2712793,23.647522,0.0,0.0 -2014-07-22 20:30:00+00:00,40.25,5.5,7.440989,23.657318,0.0,0.0 -2014-07-22 21:30:00+00:00,40.25,5.5,7.4961066,23.841644,0.0,0.0 -2014-07-22 22:30:00+00:00,40.25,5.5,7.6972237,23.928772,0.0,0.0 -2014-07-22 23:30:00+00:00,40.25,5.5,7.72517,24.032227,0.0,0.0 -2014-07-23 00:30:00+00:00,40.25,5.5,7.901263,23.991486,0.0,0.0 -2014-07-23 01:30:00+00:00,40.25,5.5,7.588029,23.870148,0.0,0.0 -2014-07-23 02:30:00+00:00,40.25,5.5,6.9339027,23.661102,0.0,0.0 -2014-07-23 03:30:00+00:00,40.25,5.5,6.5366898,23.499298,0.0,0.0 -2014-07-23 04:30:00+00:00,40.25,5.5,6.119382,23.399658,7.6911807,6.0035763 -2014-07-23 05:30:00+00:00,40.25,5.5,6.1790195,23.352417,105.81205,48.495453 -2014-07-23 06:30:00+00:00,40.25,5.5,6.147341,23.358398,270.67728,84.45723 -2014-07-23 07:30:00+00:00,40.25,5.5,5.821928,23.39206,459.05307,106.008026 -2014-07-23 08:30:00+00:00,40.25,5.5,5.3728223,23.468353,629.4536,122.6998 -2014-07-23 09:30:00+00:00,40.25,5.5,4.934083,23.998291,770.2693,131.79517 -2014-07-23 10:30:00+00:00,40.25,5.5,4.0935917,24.161163,865.4768,138.53986 -2014-07-23 11:30:00+00:00,40.25,5.5,3.332561,24.326233,907.8367,140.98029 -2014-07-23 12:30:00+00:00,40.25,5.5,3.0308187,24.54425,894.0275,139.55524 -2014-07-23 13:30:00+00:00,40.25,5.5,3.5489297,24.769562,824.9961,134.41711 -2014-07-23 14:30:00+00:00,40.25,5.5,3.768885,24.90448,706.3509,125.51605 -2014-07-23 15:30:00+00:00,40.25,5.5,3.7076485,24.814636,548.71075,112.278046 -2014-07-23 16:30:00+00:00,40.25,5.5,3.504241,24.661255,367.60367,93.54117 -2014-07-23 17:30:00+00:00,40.25,5.5,3.3187857,24.417725,185.05458,66.388466 -2014-07-23 18:30:00+00:00,40.25,5.5,3.423541,24.245056,40.626354,21.975834 -2014-07-23 19:30:00+00:00,40.25,5.5,3.5632894,24.168762,0.0,0.0 -2014-07-23 20:30:00+00:00,40.25,5.5,3.6321115,24.127228,0.0,0.0 -2014-07-23 21:30:00+00:00,40.25,5.5,3.563621,23.945343,0.0,0.0 -2014-07-23 22:30:00+00:00,40.25,5.5,3.6114063,23.889954,0.0,0.0 -2014-07-23 23:30:00+00:00,40.25,5.5,3.8568256,23.82428,0.0,0.0 -2014-07-24 00:30:00+00:00,40.25,5.5,4.2736816,23.755035,0.0,0.0 -2014-07-24 01:30:00+00:00,40.25,5.5,4.3169365,23.699646,0.0,0.0 -2014-07-24 02:30:00+00:00,40.25,5.5,4.011035,23.671143,0.0,0.0 -2014-07-24 03:30:00+00:00,40.25,5.5,3.9077344,23.614685,0.0,0.0 -2014-07-24 04:30:00+00:00,40.25,5.5,3.853667,23.57965,7.2833333,5.645382 -2014-07-24 05:30:00+00:00,40.25,5.5,3.6454155,23.58319,105.46246,47.562637 -2014-07-24 06:30:00+00:00,40.25,5.5,3.2058308,23.633148,275.09097,82.34386 -2014-07-24 07:30:00+00:00,40.25,5.5,2.7842393,23.709686,460.40775,104.409424 -2014-07-24 08:30:00+00:00,40.25,5.5,2.564141,23.8555,632.4689,119.43616 -2014-07-24 09:30:00+00:00,40.25,5.5,2.58894,24.144348,772.0318,129.85986 -2014-07-24 10:30:00+00:00,40.25,5.5,2.4220996,24.319183,866.74414,136.10925 -2014-07-24 11:30:00+00:00,40.25,5.5,2.1930895,24.453827,908.1717,138.61017 -2014-07-24 12:30:00+00:00,40.25,5.5,1.9797885,24.592834,894.14404,136.45789 -2014-07-24 13:30:00+00:00,40.25,5.5,2.0429027,24.785034,824.76306,131.14392 -2014-07-24 14:30:00+00:00,40.25,5.5,2.2961404,24.848846,706.2343,122.32208 -2014-07-24 15:30:00+00:00,40.25,5.5,2.5627413,24.857513,549.4099,109.37863 -2014-07-24 16:30:00+00:00,40.25,5.5,3.2611153,24.854797,368.30292,91.56012 -2014-07-24 17:30:00+00:00,40.25,5.5,1.9334638,24.681885,185.02545,64.99438 -2014-07-24 18:30:00+00:00,40.25,5.5,1.8525887,24.38379,39.708645,21.23184 -2014-07-24 19:30:00+00:00,40.25,5.5,1.6271173,24.066162,0.0,0.0 -2014-07-24 20:30:00+00:00,40.25,5.5,2.2041757,23.86499,0.0,0.0 -2014-07-24 21:30:00+00:00,40.25,5.5,2.7834022,23.659485,0.0,0.0 -2014-07-24 22:30:00+00:00,40.25,5.5,2.7153354,23.697754,0.0,0.0 -2014-07-24 23:30:00+00:00,40.25,5.5,2.507262,23.666534,0.0,0.0 -2014-07-25 00:30:00+00:00,40.25,5.5,3.5303195,23.587006,0.0,0.0 -2014-07-25 01:30:00+00:00,40.25,5.5,3.8652418,23.474335,0.0,0.0 -2014-07-25 02:30:00+00:00,40.25,5.5,5.0156918,23.433868,0.0,0.0 -2014-07-25 03:30:00+00:00,40.25,5.5,5.326772,23.406738,0.0,0.0 -2014-07-25 04:30:00+00:00,40.25,5.5,3.8029468,23.388,6.831771,5.392361 -2014-07-25 05:30:00+00:00,40.25,5.5,3.7860618,23.361664,103.05896,46.511703 -2014-07-25 06:30:00+00:00,40.25,5.5,3.301878,23.358673,267.12302,84.14168 -2014-07-25 07:30:00+00:00,40.25,5.5,4.7921042,23.319855,331.68237,128.20157 -2014-07-25 08:30:00+00:00,40.25,5.5,5.38187,23.338593,587.3269,164.32062 -2014-07-25 09:30:00+00:00,40.25,5.5,5.6027503,23.576935,631.3764,231.09079 -2014-07-25 10:30:00+00:00,40.25,5.5,4.8918653,23.711884,733.89636,281.49344 -2014-07-25 11:30:00+00:00,40.25,5.5,5.8025126,23.87259,690.7209,358.11328 -2014-07-25 12:30:00+00:00,40.25,5.5,5.6472645,23.832397,597.1157,370.07047 -2014-07-25 13:30:00+00:00,40.25,5.5,6.4093056,23.859283,581.13605,336.70593 -2014-07-25 14:30:00+00:00,40.25,5.5,6.7190104,23.989044,462.17032,279.9087 -2014-07-25 15:30:00+00:00,40.25,5.5,4.976712,23.99936,409.7741,207.42252 -2014-07-25 16:30:00+00:00,40.25,5.5,4.298401,23.984161,311.94458,121.22011 -2014-07-25 17:30:00+00:00,40.25,5.5,3.4805682,23.956757,170.8958,70.52038 -2014-07-25 18:30:00+00:00,40.25,5.5,4.430265,23.899475,20.553541,16.806076 -2014-07-25 19:30:00+00:00,40.25,5.5,4.5316806,23.849792,0.0,0.0 -2014-07-25 20:30:00+00:00,40.25,5.5,4.684019,23.781647,0.0,0.0 -2014-07-25 21:30:00+00:00,40.25,5.5,5.973636,23.386902,0.0,0.0 -2014-07-25 22:30:00+00:00,40.25,5.5,6.0775876,23.269073,0.0,0.0 -2014-07-25 23:30:00+00:00,40.25,5.5,6.6135254,23.229462,0.0,0.0 -2014-07-26 00:30:00+00:00,40.25,5.5,6.838527,23.188446,0.0,0.0 -2014-07-26 01:30:00+00:00,40.25,5.5,6.6928,23.15561,0.0,0.0 -2014-07-26 02:30:00+00:00,40.25,5.5,6.6602397,23.087189,0.0,0.0 -2014-07-26 03:30:00+00:00,40.25,5.5,6.9817266,23.042664,0.0,0.0 -2014-07-26 04:30:00+00:00,40.25,5.5,6.933562,23.06955,6.117986,4.939167 -2014-07-26 05:30:00+00:00,40.25,5.5,6.905411,23.125732,98.92205,47.6858 -2014-07-26 06:30:00+00:00,40.25,5.5,6.833338,23.246002,268.49228,82.06128 -2014-07-26 07:30:00+00:00,40.25,5.5,6.623104,23.37088,444.58838,112.315796 -2014-07-26 08:30:00+00:00,40.25,5.5,6.0023947,23.454773,621.3545,120.6438 -2014-07-26 09:30:00+00:00,40.25,5.5,6.227209,23.711609,760.85925,131.94 -2014-07-26 10:30:00+00:00,40.25,5.5,6.2827206,23.6763,857.23206,138.37329 -2014-07-26 11:30:00+00:00,40.25,5.5,6.366627,23.64917,901.7186,140.27252 -2014-07-26 12:30:00+00:00,40.25,5.5,6.078998,23.60492,889.13306,138.6936 -2014-07-26 13:30:00+00:00,40.25,5.5,5.563972,23.62445,820.56793,133.72406 -2014-07-26 14:30:00+00:00,40.25,5.5,5.028745,23.62445,702.7092,124.30652 -2014-07-26 15:30:00+00:00,40.25,5.5,4.791917,23.691254,544.6612,111.29349 -2014-07-26 16:30:00+00:00,40.25,5.5,4.8916965,23.809052,363.64157,92.20975 -2014-07-26 17:30:00+00:00,40.25,5.5,4.8811936,23.939636,180.6409,64.97774 -2014-07-26 18:30:00+00:00,40.25,5.5,4.640568,24.058014,37.24691,20.308784 -2014-07-26 19:30:00+00:00,40.25,5.5,4.2636333,24.197021,0.0,0.0 -2014-07-26 20:30:00+00:00,40.25,5.5,4.1736774,24.30722,0.0,0.0 -2014-07-26 21:30:00+00:00,40.25,5.5,4.3256264,24.363434,0.0,0.0 -2014-07-26 22:30:00+00:00,40.25,5.5,4.7712927,24.425598,0.0,0.0 -2014-07-26 23:30:00+00:00,40.25,5.5,5.198122,24.4617,0.0,0.0 -2014-07-27 00:30:00+00:00,40.25,5.5,5.844232,24.460083,0.0,0.0 -2014-07-27 01:30:00+00:00,40.25,5.5,6.5496073,24.455719,0.0,0.0 -2014-07-27 02:30:00+00:00,40.25,5.5,7.2560415,24.468231,0.0,0.0 -2014-07-27 03:30:00+00:00,40.25,5.5,7.6636763,24.611298,0.0,0.0 -2014-07-27 04:30:00+00:00,40.25,5.5,7.713638,24.650665,5.6372914,4.570139 -2014-07-27 05:30:00+00:00,40.25,5.5,7.6302166,24.61264,97.931526,45.37993 -2014-07-27 06:30:00+00:00,40.25,5.5,7.4144096,24.521698,266.10336,80.75194 -2014-07-27 07:30:00+00:00,40.25,5.5,7.2567735,24.500519,450.2985,102.97397 -2014-07-27 08:30:00+00:00,40.25,5.5,7.0794773,24.49701,620.4223,118.73132 -2014-07-27 09:30:00+00:00,40.25,5.5,6.6584578,24.627594,757.5526,131.13995 -2014-07-27 10:30:00+00:00,40.25,5.5,6.6695433,24.571655,853.3137,136.14252 -2014-07-27 11:30:00+00:00,40.25,5.5,6.38079,24.514648,893.06604,140.05798 -2014-07-27 12:30:00+00:00,40.25,5.5,6.132517,24.456818,878.48486,139.3747 -2014-07-27 13:30:00+00:00,40.25,5.5,6.05225,24.436737,809.22046,134.38837 -2014-07-27 14:30:00+00:00,40.25,5.5,5.8165035,24.419617,690.8811,125.346436 -2014-07-27 15:30:00+00:00,40.25,5.5,5.3742547,24.397644,534.37714,111.86722 -2014-07-27 16:30:00+00:00,40.25,5.5,4.771983,24.403076,355.23663,92.664764 -2014-07-27 17:30:00+00:00,40.25,5.5,4.334983,24.419891,175.30951,64.62232 -2014-07-27 18:30:00+00:00,40.25,5.5,4.2004633,24.408752,35.469757,19.772535 -2014-07-27 19:30:00+00:00,40.25,5.5,4.470294,24.416382,0.0,0.0 -2014-07-27 20:30:00+00:00,40.25,5.5,5.162028,24.447327,0.0,0.0 -2014-07-27 21:30:00+00:00,40.25,5.5,5.307508,24.45871,0.0,0.0 -2014-07-27 22:30:00+00:00,40.25,5.5,5.8495965,24.476898,0.0,0.0 -2014-07-27 23:30:00+00:00,40.25,5.5,5.9139295,24.432922,0.0,0.0 -2014-07-28 00:30:00+00:00,40.25,5.5,5.978497,24.381073,0.0,0.0 -2014-07-28 01:30:00+00:00,40.25,5.5,5.909254,24.349579,0.0,0.0 -2014-07-28 02:30:00+00:00,40.25,5.5,5.705115,24.301788,0.0,0.0 -2014-07-28 03:30:00+00:00,40.25,5.5,5.4993215,24.278717,0.0,0.0 -2014-07-28 04:30:00+00:00,40.25,5.5,5.391738,24.254028,5.273125,4.2928476 -2014-07-28 05:30:00+00:00,40.25,5.5,5.000681,24.255646,96.34375,44.772465 -2014-07-28 06:30:00+00:00,40.25,5.5,4.360874,24.250763,262.34518,80.728836 -2014-07-28 07:30:00+00:00,40.25,5.5,3.7157352,24.288239,445.53522,103.36035 -2014-07-28 08:30:00+00:00,40.25,5.5,3.3098454,24.39032,609.2788,127.144226 -2014-07-28 09:30:00+00:00,40.25,5.5,3.228134,24.60913,753.4449,130.34546 -2014-07-28 10:30:00+00:00,40.25,5.5,3.336415,24.78476,845.2292,138.24573 -2014-07-28 11:30:00+00:00,40.25,5.5,3.0100722,24.955536,869.7449,165.20593 -2014-07-28 12:30:00+00:00,40.25,5.5,2.6476068,25.102417,835.80457,173.36896 -2014-07-28 13:30:00+00:00,40.25,5.5,1.6337059,25.165375,771.42004,149.57385 -2014-07-28 14:30:00+00:00,40.25,5.5,1.0288048,25.196075,656.11053,141.97345 -2014-07-28 15:30:00+00:00,40.25,5.5,1.6202505,25.208008,471.7697,154.67322 -2014-07-28 16:30:00+00:00,40.25,5.5,1.957491,25.194427,251.95915,146.68225 -2014-07-28 17:30:00+00:00,40.25,5.5,2.1607509,25.033997,120.335,96.758125 -2014-07-28 18:30:00+00:00,40.25,5.5,2.628657,24.795624,23.496006,20.654373 -2014-07-28 19:30:00+00:00,40.25,5.5,3.093541,24.59201,0.0,0.0 -2014-07-28 20:30:00+00:00,40.25,5.5,3.180556,24.431305,0.0,0.0 -2014-07-28 21:30:00+00:00,40.25,5.5,3.4166636,23.772156,0.0,0.0 -2014-07-28 22:30:00+00:00,40.25,5.5,3.9251037,23.61087,0.0,0.0 -2014-07-28 23:30:00+00:00,40.25,5.5,5.7204056,23.38446,0.0,0.0 -2014-07-29 00:30:00+00:00,40.25,5.5,7.1108017,23.08963,0.0,0.0 -2014-07-29 01:30:00+00:00,40.25,5.5,7.232386,22.940063,0.0,0.0 -2014-07-29 02:30:00+00:00,40.25,5.5,7.9551296,22.673737,0.0,0.0 -2014-07-29 03:30:00+00:00,40.25,5.5,7.552377,22.35608,0.0,0.0 -2014-07-29 04:30:00+00:00,40.25,5.5,7.543679,21.933655,3.175521,2.852882 -2014-07-29 05:30:00+00:00,40.25,5.5,7.409464,21.737122,51.274582,33.35618 -2014-07-29 06:30:00+00:00,40.25,5.5,6.8310494,21.66272,75.74653,66.377846 -2014-07-29 07:30:00+00:00,40.25,5.5,6.830296,21.490875,169.8907,102.84553 -2014-07-29 08:30:00+00:00,40.25,5.5,8.263731,21.388,345.95767,147.81268 -2014-07-29 09:30:00+00:00,40.25,5.5,10.436588,21.466187,542.8112,253.84564 -2014-07-29 10:30:00+00:00,40.25,5.5,9.4994,21.387451,356.83896,268.37607 -2014-07-29 11:30:00+00:00,40.25,5.5,8.645791,21.263092,344.22424,281.4105 -2014-07-29 12:30:00+00:00,40.25,5.5,8.354377,21.336395,394.21695,274.02454 -2014-07-29 13:30:00+00:00,40.25,5.5,8.562644,21.612244,446.584,221.99571 -2014-07-29 14:30:00+00:00,40.25,5.5,8.963449,21.852753,516.2854,195.42902 -2014-07-29 15:30:00+00:00,40.25,5.5,9.505365,22.164978,385.2439,147.92409 -2014-07-29 16:30:00+00:00,40.25,5.5,10.224069,22.481232,322.51993,99.991486 -2014-07-29 17:30:00+00:00,40.25,5.5,10.268709,22.71228,157.42166,63.449234 -2014-07-29 18:30:00+00:00,40.25,5.5,10.460361,22.82956,33.16823,18.773922 -2014-07-29 19:30:00+00:00,40.25,5.5,10.647512,22.957428,0.0,0.0 -2014-07-29 20:30:00+00:00,40.25,5.5,11.138086,23.114075,0.0,0.0 -2014-07-29 21:30:00+00:00,40.25,5.5,11.920475,23.036438,0.0,0.0 -2014-07-29 22:30:00+00:00,40.25,5.5,12.785613,22.854523,0.0,0.0 -2014-07-29 23:30:00+00:00,40.25,5.5,13.105462,22.677795,0.0,0.0 -2014-07-30 00:30:00+00:00,40.25,5.5,12.994622,22.700073,0.0,0.0 -2014-07-30 01:30:00+00:00,40.25,5.5,12.51197,22.680237,0.0,0.0 -2014-07-30 02:30:00+00:00,40.25,5.5,11.690458,22.68811,0.0,0.0 -2014-07-30 03:30:00+00:00,40.25,5.5,10.762809,22.737244,0.0,0.0 -2014-07-30 04:30:00+00:00,40.25,5.5,10.269591,22.739166,4.122361,3.5019097 -2014-07-30 05:30:00+00:00,40.25,5.5,10.174253,22.86322,81.0342,44.22948 -2014-07-30 06:30:00+00:00,40.25,5.5,10.002672,23.164825,200.67001,89.734634 -2014-07-30 07:30:00+00:00,40.25,5.5,10.354984,23.13089,377.5527,113.47934 -2014-07-30 08:30:00+00:00,40.25,5.5,10.331349,23.130371,401.50027,176.49007 -2014-07-30 09:30:00+00:00,40.25,5.5,10.443782,23.250366,615.4114,196.15256 -2014-07-30 10:30:00+00:00,40.25,5.5,9.838322,23.573425,571.0997,225.1029 -2014-07-30 11:30:00+00:00,40.25,5.5,9.526482,23.91629,691.3035,212.03537 -2014-07-30 12:30:00+00:00,40.25,5.5,9.273039,24.07077,851.9153,159.64874 -2014-07-30 13:30:00+00:00,40.25,5.5,8.837284,24.119904,793.83813,143.65009 -2014-07-30 14:30:00+00:00,40.25,5.5,8.019528,24.08786,680.4514,129.43512 -2014-07-30 15:30:00+00:00,40.25,5.5,7.2778716,23.963806,520.3349,113.43536 -2014-07-30 16:30:00+00:00,40.25,5.5,6.506363,23.847351,347.35608,92.24193 -2014-07-30 17:30:00+00:00,40.25,5.5,5.9044185,23.73523,166.84628,63.48031 -2014-07-30 18:30:00+00:00,40.25,5.5,5.664972,23.66571,30.735624,17.880035 -2014-07-30 19:30:00+00:00,40.25,5.5,5.741247,23.649963,0.0,0.0 -2014-07-30 20:30:00+00:00,40.25,5.5,5.8133006,23.684448,0.0,0.0 -2014-07-30 21:30:00+00:00,40.25,5.5,6.807663,23.791412,0.0,0.0 -2014-07-30 22:30:00+00:00,40.25,5.5,7.078428,23.885345,0.0,0.0 -2014-07-30 23:30:00+00:00,40.25,5.5,7.4026403,23.924164,0.0,0.0 -2014-07-31 00:30:00+00:00,40.25,5.5,7.5903163,23.936646,0.0,0.0 -2014-07-31 01:30:00+00:00,40.25,5.5,7.9884353,23.899475,0.0,0.0 -2014-07-31 02:30:00+00:00,40.25,5.5,8.132109,23.840271,0.0,0.0 -2014-07-31 03:30:00+00:00,40.25,5.5,8.159376,23.763733,0.0,0.0 -2014-07-31 04:30:00+00:00,40.25,5.5,8.154454,23.717041,4.049514,3.4290624 -2014-07-31 05:30:00+00:00,40.25,5.5,8.037051,23.684448,91.12889,43.16858 -2014-07-31 06:30:00+00:00,40.25,5.5,7.821485,23.71051,253.85281,84.07454 -2014-07-31 07:30:00+00:00,40.25,5.5,7.504967,23.762909,443.16083,103.65387 -2014-07-31 08:30:00+00:00,40.25,5.5,7.0816655,23.818848,616.1397,118.63049 -2014-07-31 09:30:00+00:00,40.25,5.5,5.9844074,24.212769,757.1447,129.2926 -2014-07-31 10:30:00+00:00,40.25,5.5,5.3921413,24.334106,852.4397,136.435 -2014-07-31 11:30:00+00:00,40.25,5.5,5.279302,24.476105,896.1105,138.49872 -2014-07-31 12:30:00+00:00,40.25,5.5,5.3263173,24.536621,882.86945,137.07098 -2014-07-31 13:30:00+00:00,40.25,5.5,5.609474,24.599335,814.0566,132.06458 -2014-07-31 14:30:00+00:00,40.25,5.5,5.835573,24.59555,695.95026,122.387024 -2014-07-31 15:30:00+00:00,40.25,5.5,5.9230657,24.53717,537.24677,109.10318 -2014-07-31 16:30:00+00:00,40.25,5.5,5.555796,24.449768,354.2752,90.18945 -2014-07-31 17:30:00+00:00,40.25,5.5,4.913829,24.367493,169.86156,62.549576 -2014-07-31 18:30:00+00:00,40.25,5.5,4.2928414,24.244781,30.1675,17.386353 -2014-07-31 19:30:00+00:00,40.25,5.5,3.65536,24.16388,0.0,0.0 -2014-07-31 20:30:00+00:00,40.25,5.5,3.3672416,24.100647,0.0,0.0 -2014-07-31 21:30:00+00:00,40.25,5.5,3.4307008,23.973846,0.0,0.0 -2014-07-31 22:30:00+00:00,40.25,5.5,3.624724,23.938293,0.0,0.0 -2014-07-31 23:30:00+00:00,40.25,5.5,3.7037668,23.914124,0.0,0.0 -2014-08-01 00:30:00+00:00,40.25,5.5,4.004582,23.895111,0.0,0.0 -2014-08-01 01:30:00+00:00,40.25,5.5,4.1757603,23.860107,0.0,0.0 -2014-08-01 02:30:00+00:00,40.25,5.5,3.924433,23.837555,0.0,0.0 -2014-08-01 03:30:00+00:00,40.25,5.5,3.4860306,23.823181,0.0,0.0 -2014-08-01 04:30:00+00:00,40.25,5.5,3.0646858,23.797668,3.7144792,3.180903 -2014-08-01 05:30:00+00:00,40.25,5.5,2.8619184,23.773224,89.65768,42.665245 -2014-08-01 06:30:00+00:00,40.25,5.5,2.8453555,23.8107,258.1937,79.75401 -2014-08-01 07:30:00+00:00,40.25,5.5,2.8657916,23.930145,443.46674,102.92987 -2014-08-01 08:30:00+00:00,40.25,5.5,3.1456795,24.089508,617.08655,118.27438 -2014-08-01 09:30:00+00:00,40.25,5.5,3.5835884,24.42749,756.2416,129.58075 -2014-08-01 10:30:00+00:00,40.25,5.5,3.6046915,24.605316,835.55695,142.39697 -2014-08-01 11:30:00+00:00,40.25,5.5,3.0163653,24.741058,879.9707,154.10083 -2014-08-01 12:30:00+00:00,40.25,5.5,3.208729,24.823334,835.2511,154.27667 -2014-08-01 13:30:00+00:00,40.25,5.5,3.6943152,24.875702,797.101,136.62604 -2014-08-01 14:30:00+00:00,40.25,5.5,4.11308,24.85672,639.7813,144.82834 -2014-08-01 15:30:00+00:00,40.25,5.5,4.9132004,24.786682,525.50604,107.51294 -2014-08-01 16:30:00+00:00,40.25,5.5,5.3070526,24.67508,342.17035,91.23799 -2014-08-01 17:30:00+00:00,40.25,5.5,5.260254,24.620789,162.50542,59.673058 -2014-08-01 18:30:00+00:00,40.25,5.5,5.151868,24.493195,27.443542,16.027397 -2014-08-01 19:30:00+00:00,40.25,5.5,5.0529833,24.423706,0.0,0.0 -2014-08-01 20:30:00+00:00,40.25,5.5,5.061267,24.382446,0.0,0.0 -2014-08-01 21:30:00+00:00,40.25,5.5,5.181602,24.25946,0.0,0.0 -2014-08-01 22:30:00+00:00,40.25,5.5,5.320035,24.22171,0.0,0.0 -2014-08-01 23:30:00+00:00,40.25,5.5,5.5491514,24.175018,0.0,0.0 -2014-08-02 00:30:00+00:00,40.25,5.5,6.1284075,24.120728,0.0,0.0 -2014-08-02 01:30:00+00:00,40.25,5.5,6.4724717,24.078918,0.0,0.0 -2014-08-02 02:30:00+00:00,40.25,5.5,6.369516,24.10498,0.0,0.0 -2014-08-02 03:30:00+00:00,40.25,5.5,6.2062397,24.141907,0.0,0.0 -2014-08-02 04:30:00+00:00,40.25,5.5,6.494829,24.160889,3.3211806,2.9117014 -2014-08-02 05:30:00+00:00,40.25,5.5,7.123488,24.134827,84.83611,43.167118 -2014-08-02 06:30:00+00:00,40.25,5.5,7.5118055,24.229034,238.29564,87.57739 -2014-08-02 07:30:00+00:00,40.25,5.5,7.110682,24.463867,430.8666,110.54379 -2014-08-02 08:30:00+00:00,40.25,5.5,6.9438796,24.614014,598.4995,132.3103 -2014-08-02 09:30:00+00:00,40.25,5.5,6.8936844,24.87326,707.06464,180.89093 -2014-08-02 10:30:00+00:00,40.25,5.5,6.976954,24.919434,745.47687,256.60422 -2014-08-02 11:30:00+00:00,40.25,5.5,6.38176,25.030457,719.825,313.58313 -2014-08-02 12:30:00+00:00,40.25,5.5,5.4571886,25.120056,679.9124,326.06082 -2014-08-02 13:30:00+00:00,40.25,5.5,5.4169793,25.168365,652.23584,282.8111 -2014-08-02 14:30:00+00:00,40.25,5.5,6.076648,25.116241,660.75726,164.94809 -2014-08-02 15:30:00+00:00,40.25,5.5,6.4087434,25.010376,498.89282,128.72354 -2014-08-02 16:30:00+00:00,40.25,5.5,6.217254,24.944122,322.5491,101.98128 -2014-08-02 17:30:00+00:00,40.25,5.5,5.958035,24.815704,149.59938,65.64091 -2014-08-02 18:30:00+00:00,40.25,5.5,5.5959253,24.724487,23.160973,15.641216 -2014-08-02 19:30:00+00:00,40.25,5.5,5.658852,24.79129,0.0,0.0 -2014-08-02 20:30:00+00:00,40.25,5.5,5.868764,24.900696,0.0,0.0 -2014-08-02 21:30:00+00:00,40.25,5.5,5.239495,24.883575,0.0,0.0 -2014-08-02 22:30:00+00:00,40.25,5.5,5.2233353,24.825775,0.0,0.0 -2014-08-02 23:30:00+00:00,40.25,5.5,4.569669,24.768219,0.0,0.0 -2014-08-03 00:30:00+00:00,40.25,5.5,3.9859607,24.648224,0.0,0.0 -2014-08-03 01:30:00+00:00,40.25,5.5,4.1325064,24.591736,0.0,0.0 -2014-08-03 02:30:00+00:00,40.25,5.5,3.9622054,24.453827,0.0,0.0 -2014-08-03 03:30:00+00:00,40.25,5.5,3.6327698,24.34143,0.0,0.0 -2014-08-03 04:30:00+00:00,40.25,5.5,3.3053327,24.24234,2.89875,2.6009376 -2014-08-03 05:30:00+00:00,40.25,5.5,2.8669758,24.161713,83.160934,41.653225 -2014-08-03 06:30:00+00:00,40.25,5.5,2.4489307,24.153046,247.63286,81.97432 -2014-08-03 07:30:00+00:00,40.25,5.5,2.1124146,24.147064,436.66412,104.7514 -2014-08-03 08:30:00+00:00,40.25,5.5,1.5910379,24.20163,608.5505,120.32312 -2014-08-03 09:30:00+00:00,40.25,5.5,1.1649461,24.657166,746.48193,131.16284 -2014-08-03 10:30:00+00:00,40.25,5.5,1.3814336,24.776093,841.4565,138.51831 -2014-08-03 11:30:00+00:00,40.25,5.5,1.600178,25.012268,882.0246,142.18237 -2014-08-03 12:30:00+00:00,40.25,5.5,1.8292239,25.159698,864.195,142.51941 -2014-08-03 13:30:00+00:00,40.25,5.5,2.1026292,25.31253,792.731,140.35901 -2014-08-03 14:30:00+00:00,40.25,5.5,2.1766922,25.45697,654.68304,140.49634 -2014-08-03 15:30:00+00:00,40.25,5.5,1.8475105,25.462372,516.3145,112.082855 -2014-08-03 16:30:00+00:00,40.25,5.5,1.2988904,25.437958,335.95038,91.706406 -2014-08-03 17:30:00+00:00,40.25,5.5,1.0832458,25.339417,156.38744,60.2931 -2014-08-03 18:30:00+00:00,40.25,5.5,1.3376639,25.167816,25.4625,15.361667 -2014-08-03 19:30:00+00:00,40.25,5.5,1.6168518,24.93869,0.0,0.0 -2014-08-03 20:30:00+00:00,40.25,5.5,1.9637976,24.718536,0.0,0.0 -2014-08-03 21:30:00+00:00,40.25,5.5,2.5482905,24.410126,0.0,0.0 -2014-08-03 22:30:00+00:00,40.25,5.5,3.2640946,24.22171,0.0,0.0 -2014-08-03 23:30:00+00:00,40.25,5.5,3.764225,24.051483,0.0,0.0 -2014-08-04 00:30:00+00:00,40.25,5.5,4.0485635,23.92337,0.0,0.0 -2014-08-04 01:30:00+00:00,40.25,5.5,4.217811,23.811249,0.0,0.0 -2014-08-04 02:30:00+00:00,40.25,5.5,4.000729,23.780273,0.0,0.0 -2014-08-04 03:30:00+00:00,40.25,5.5,3.322112,23.699646,0.0,0.0 -2014-08-04 04:30:00+00:00,40.25,5.5,2.4424295,23.598389,2.4909027,2.2799652 -2014-08-04 05:30:00+00:00,40.25,5.5,1.5274118,23.51587,73.29934,41.991737 -2014-08-04 06:30:00+00:00,40.25,5.5,1.004473,23.437958,223.08807,102.87085 -2014-08-04 07:30:00+00:00,40.25,5.5,1.1341316,23.467255,419.57745,113.42557 -2014-08-04 08:30:00+00:00,40.25,5.5,1.5430133,23.599213,606.43835,124.53952 -2014-08-04 09:30:00+00:00,40.25,5.5,1.5165659,24.03955,750.7354,134.36151 -2014-08-04 10:30:00+00:00,40.25,5.5,1.60047,24.230408,849.48267,135.95966 -2014-08-04 11:30:00+00:00,40.25,5.5,1.5011758,24.400085,893.44476,136.86298 -2014-08-04 12:30:00+00:00,40.25,5.5,1.5757347,24.558624,879.16943,135.96442 -2014-08-04 13:30:00+00:00,40.25,5.5,1.853032,24.710114,809.01654,130.36249 -2014-08-04 14:30:00+00:00,40.25,5.5,2.4049032,24.796448,687.88043,121.15448 -2014-08-04 15:30:00+00:00,40.25,5.5,2.92421,24.819794,527.2249,107.91647 -2014-08-04 16:30:00+00:00,40.25,5.5,2.885522,24.75708,341.68967,89.20619 -2014-08-04 17:30:00+00:00,40.25,5.5,2.5192468,24.647125,158.09174,60.173264 -2014-08-04 18:30:00+00:00,40.25,5.5,2.2208226,24.483978,24.340868,14.922535 -2014-08-04 19:30:00+00:00,40.25,5.5,2.075281,24.341705,0.0,0.0 -2014-08-04 20:30:00+00:00,40.25,5.5,1.9567552,24.250214,0.0,0.0 -2014-08-04 21:30:00+00:00,40.25,5.5,2.2320287,24.178558,0.0,0.0 -2014-08-04 22:30:00+00:00,40.25,5.5,2.1992993,24.066711,0.0,0.0 -2014-08-04 23:30:00+00:00,40.25,5.5,2.149791,23.989044,0.0,0.0 -2014-08-05 00:30:00+00:00,40.25,5.5,2.791293,23.938293,0.0,0.0 -2014-08-05 01:30:00+00:00,40.25,5.5,3.3328133,23.925262,0.0,0.0 -2014-08-05 02:30:00+00:00,40.25,5.5,3.628445,23.97168,0.0,0.0 -2014-08-05 03:30:00+00:00,40.25,5.5,4.3598366,23.994751,0.0,0.0 -2014-08-05 04:30:00+00:00,40.25,5.5,5.2254214,24.036835,2.2578473,2.084132 -2014-08-05 05:30:00+00:00,40.25,5.5,5.1330767,24.085968,74.33354,41.909134 -2014-08-05 06:30:00+00:00,40.25,5.5,4.335608,24.192383,236.50394,85.01636 -2014-08-05 07:30:00+00:00,40.25,5.5,3.526665,24.337921,419.35895,117.401276 -2014-08-05 08:30:00+00:00,40.25,5.5,3.2295375,24.47882,587.67645,128.25009 -2014-08-05 09:30:00+00:00,40.25,5.5,3.0576682,24.67752,723.48126,143.14276 -2014-08-05 10:30:00+00:00,40.25,5.5,3.7704153,24.740509,759.9707,169.53137 -2014-08-05 11:30:00+00:00,40.25,5.5,4.7165747,24.759247,749.68665,196.41193 -2014-08-05 12:30:00+00:00,40.25,5.5,4.7550855,24.66043,705.66626,183.74878 -2014-08-05 13:30:00+00:00,40.25,5.5,4.793013,24.58551,724.5301,165.96918 -2014-08-05 14:30:00+00:00,40.25,5.5,5.1835504,24.554016,651.92993,139.72864 -2014-08-05 15:30:00+00:00,40.25,5.5,5.717113,24.522522,503.56873,117.91318 -2014-08-05 16:30:00+00:00,40.25,5.5,5.945659,24.526306,322.2432,97.04686 -2014-08-05 17:30:00+00:00,40.25,5.5,5.7069674,24.614563,149.29347,58.994064 -2014-08-05 18:30:00+00:00,40.25,5.5,5.451076,24.66748,20.99052,13.929861 -2014-08-05 19:30:00+00:00,40.25,5.5,5.578234,24.779327,0.0,0.0 -2014-08-05 20:30:00+00:00,40.25,5.5,5.7408576,24.992462,0.0,0.0 -2014-08-05 21:30:00+00:00,40.25,5.5,5.806548,25.212616,0.0,0.0 -2014-08-05 22:30:00+00:00,40.25,5.5,6.186021,25.304382,0.0,0.0 -2014-08-05 23:30:00+00:00,40.25,5.5,6.9703364,25.310364,0.0,0.0 -2014-08-06 00:30:00+00:00,40.25,5.5,7.915124,25.175446,0.0,0.0 -2014-08-06 01:30:00+00:00,40.25,5.5,8.432927,24.975342,0.0,0.0 -2014-08-06 02:30:00+00:00,40.25,5.5,8.246783,24.781525,0.0,0.0 -2014-08-06 03:30:00+00:00,40.25,5.5,7.9707885,24.62732,0.0,0.0 -2014-08-06 04:30:00+00:00,40.25,5.5,7.771124,24.55481,2.1267362,1.8785764 -2014-08-06 05:30:00+00:00,40.25,5.5,7.882241,24.515198,83.292046,38.66972 -2014-08-06 06:30:00+00:00,40.25,5.5,7.9991784,24.546692,254.27524,76.3071 -2014-08-06 07:30:00+00:00,40.25,5.5,8.011445,24.607208,443.9329,98.705475 -2014-08-06 08:30:00+00:00,40.25,5.5,7.9781146,24.696808,620.3058,113.56439 -2014-08-06 09:30:00+00:00,40.25,5.5,7.650263,24.76767,763.16077,123.582275 -2014-08-06 10:30:00+00:00,40.25,5.5,7.5562615,24.874908,859.2424,129.87323 -2014-08-06 11:30:00+00:00,40.25,5.5,7.4342823,24.974274,900.13086,132.61682 -2014-08-06 12:30:00+00:00,40.25,5.5,6.9840837,25.003052,882.0246,131.95752 -2014-08-06 13:30:00+00:00,40.25,5.5,6.338383,25.034546,806.715,127.71356 -2014-08-06 14:30:00+00:00,40.25,5.5,5.9357786,25.044312,681.20886,119.49609 -2014-08-06 15:30:00+00:00,40.25,5.5,5.8128343,25.049194,517.47986,106.67148 -2014-08-06 16:30:00+00:00,40.25,5.5,5.877685,25.03778,332.51266,87.7103 -2014-08-06 17:30:00+00:00,40.25,5.5,5.507238,25.048096,150.93951,58.36927 -2014-08-06 18:30:00+00:00,40.25,5.5,5.616227,24.991638,21.80625,13.219305 -2014-08-06 19:30:00+00:00,40.25,5.5,6.021014,24.991913,0.0,0.0 -2014-08-06 20:30:00+00:00,40.25,5.5,6.3870754,24.978882,0.0,0.0 -2014-08-06 21:30:00+00:00,40.25,5.5,6.526606,24.85019,0.0,0.0 -2014-08-06 22:30:00+00:00,40.25,5.5,6.8061576,24.895264,0.0,0.0 -2014-08-06 23:30:00+00:00,40.25,5.5,6.7864656,24.951996,0.0,0.0 -2014-08-07 00:30:00+00:00,40.25,5.5,6.7980514,24.985931,0.0,0.0 -2014-08-07 01:30:00+00:00,40.25,5.5,7.033106,25.03479,0.0,0.0 -2014-08-07 02:30:00+00:00,40.25,5.5,7.0224967,25.0253,0.0,0.0 -2014-08-07 03:30:00+00:00,40.25,5.5,7.531947,25.049469,0.0,0.0 -2014-08-07 04:30:00+00:00,40.25,5.5,7.9563227,25.041046,1.7625694,1.6260763 -2014-08-07 05:30:00+00:00,40.25,5.5,7.672042,25.01065,76.431145,37.81472 -2014-08-07 06:30:00+00:00,40.25,5.5,7.261797,24.985107,240.8885,76.17305 -2014-08-07 07:30:00+00:00,40.25,5.5,6.8692446,24.975616,424.03485,99.76602 -2014-08-07 08:30:00+00:00,40.25,5.5,6.3220515,25.004395,594.74133,115.94473 -2014-08-07 09:30:00+00:00,40.25,5.5,4.8210588,25.085022,732.07556,129.28943 -2014-08-07 10:30:00+00:00,40.25,5.5,4.725989,25.091827,817.3487,137.35455 -2014-08-07 11:30:00+00:00,40.25,5.5,4.794932,25.15561,854.26056,159.09027 -2014-08-07 12:30:00+00:00,40.25,5.5,4.6281705,25.114899,841.03406,146.06238 -2014-08-07 13:30:00+00:00,40.25,5.5,4.5294085,25.152344,761.0486,142.15576 -2014-08-07 14:30:00+00:00,40.25,5.5,4.5693808,25.144196,659.825,125.95776 -2014-08-07 15:30:00+00:00,40.25,5.5,5.0764065,25.073883,486.2344,119.378296 -2014-08-07 16:30:00+00:00,40.25,5.5,4.355758,25.040222,300.56802,115.0925 -2014-08-07 17:30:00+00:00,40.25,5.5,3.8400004,24.936798,123.72903,81.15417 -2014-08-07 18:30:00+00:00,40.25,5.5,3.1971793,24.868927,17.407118,14.764028 -2014-08-07 19:30:00+00:00,40.25,5.5,2.8518836,24.826569,0.0,0.0 -2014-08-07 20:30:00+00:00,40.25,5.5,2.897297,24.788574,0.0,0.0 -2014-08-07 21:30:00+00:00,40.25,5.5,2.5704827,24.71988,0.0,0.0 -2014-08-07 22:30:00+00:00,40.25,5.5,2.8416736,24.71228,0.0,0.0 -2014-08-07 23:30:00+00:00,40.25,5.5,2.991146,24.69519,0.0,0.0 -2014-08-08 00:30:00+00:00,40.25,5.5,3.1289887,24.675903,0.0,0.0 -2014-08-08 01:30:00+00:00,40.25,5.5,2.9298766,24.674286,0.0,0.0 -2014-08-08 02:30:00+00:00,40.25,5.5,2.4160712,24.62677,0.0,0.0 -2014-08-08 03:30:00+00:00,40.25,5.5,1.8824061,24.61319,0.0,0.0 -2014-08-08 04:30:00+00:00,40.25,5.5,1.7295827,24.641693,1.5440625,1.4323958 -2014-08-08 05:30:00+00:00,40.25,5.5,1.5741694,24.62677,74.97448,36.91646 -2014-08-08 06:30:00+00:00,40.25,5.5,1.6584569,24.666687,235.62994,77.06929 -2014-08-08 07:30:00+00:00,40.25,5.5,2.3491244,24.711731,419.2133,100.92554 -2014-08-08 08:30:00+00:00,40.25,5.5,3.3043017,24.842865,591.74054,117.05127 -2014-08-08 09:30:00+00:00,40.25,5.5,3.7087977,25.06195,732.48346,128.15857 -2014-08-08 10:30:00+00:00,40.25,5.5,3.9715643,25.225647,827.48706,134.7738 -2014-08-08 11:30:00+00:00,40.25,5.5,4.27215,25.410797,868.0697,139.14734 -2014-08-08 12:30:00+00:00,40.25,5.5,4.595493,25.455597,853.24084,136.10687 -2014-08-08 13:30:00+00:00,40.25,5.5,4.8692336,25.51831,781.9954,131.72052 -2014-08-08 14:30:00+00:00,40.25,5.5,4.9532523,25.479218,661.42737,121.72797 -2014-08-08 15:30:00+00:00,40.25,5.5,4.756663,25.45343,497.04285,107.01938 -2014-08-08 16:30:00+00:00,40.25,5.5,4.635958,25.382019,318.6452,91.28972 -2014-08-08 17:30:00+00:00,40.25,5.5,4.73889,25.281586,132.83319,65.98656 -2014-08-08 18:30:00+00:00,40.25,5.5,5.225181,25.1958,17.902395,13.906735 -2014-08-08 19:30:00+00:00,40.25,5.5,6.0363116,25.16864,0.0,0.0 -2014-08-08 20:30:00+00:00,40.25,5.5,6.6631227,25.150177,0.0,0.0 -2014-08-08 21:30:00+00:00,40.25,5.5,6.4018145,24.95581,0.0,0.0 -2014-08-08 22:30:00+00:00,40.25,5.5,6.1758785,24.959595,0.0,0.0 -2014-08-08 23:30:00+00:00,40.25,5.5,6.099093,24.961243,0.0,0.0 -2014-08-09 00:30:00+00:00,40.25,5.5,6.0546503,24.883575,0.0,0.0 -2014-08-09 01:30:00+00:00,40.25,5.5,5.7381806,24.872986,0.0,0.0 -2014-08-09 02:30:00+00:00,40.25,5.5,5.314667,24.839874,0.0,0.0 -2014-08-09 03:30:00+00:00,40.25,5.5,4.7612977,24.838806,0.0,0.0 -2014-08-09 04:30:00+00:00,40.25,5.5,5.187026,24.851837,1.3546875,1.2430208 -2014-08-09 05:30:00+00:00,40.25,5.5,6.0236783,24.815979,75.804794,36.071564 -2014-08-09 06:30:00+00:00,40.25,5.5,6.6218996,24.81491,240.233,75.306595 -2014-08-09 07:30:00+00:00,40.25,5.5,6.814179,24.888489,427.6328,98.251526 -2014-08-09 08:30:00+00:00,40.25,5.5,6.73932,25.070374,602.50525,113.53339 -2014-08-09 09:30:00+00:00,40.25,5.5,6.386441,25.441223,745.17096,123.573 -2014-08-09 10:30:00+00:00,40.25,5.5,6.1670914,25.574768,842.35956,129.25842 -2014-08-09 11:30:00+00:00,40.25,5.5,6.0303926,25.74228,885.5497,131.22638 -2014-08-09 12:30:00+00:00,40.25,5.5,6.3573933,25.794403,871.50745,129.3324 -2014-08-09 13:30:00+00:00,40.25,5.5,6.9216795,25.818024,801.1214,124.41559 -2014-08-09 14:30:00+00:00,40.25,5.5,7.010304,25.78897,680.33484,115.86731 -2014-08-09 15:30:00+00:00,40.25,5.5,6.5545,25.749084,518.616,103.24121 -2014-08-09 16:30:00+00:00,40.25,5.5,6.0589557,25.76236,332.27957,85.094696 -2014-08-09 17:30:00+00:00,40.25,5.5,5.971377,25.710236,147.95337,55.904305 -2014-08-09 18:30:00+00:00,40.25,5.5,6.027701,25.698578,18.441355,11.417952 -2014-08-09 19:30:00+00:00,40.25,5.5,6.4214206,25.708893,0.0,0.0 -2014-08-09 20:30:00+00:00,40.25,5.5,6.9536,25.702911,0.0,0.0 -2014-08-09 21:30:00+00:00,40.25,5.5,7.441196,25.589996,0.0,0.0 -2014-08-09 22:30:00+00:00,40.25,5.5,7.1726565,25.667908,0.0,0.0 -2014-08-09 23:30:00+00:00,40.25,5.5,6.9734707,25.713776,0.0,0.0 -2014-08-10 00:30:00+00:00,40.25,5.5,6.494891,25.681213,0.0,0.0 -2014-08-10 01:30:00+00:00,40.25,5.5,6.0646124,25.626648,0.0,0.0 -2014-08-10 02:30:00+00:00,40.25,5.5,6.011397,25.520203,0.0,0.0 -2014-08-10 03:30:00+00:00,40.25,5.5,6.3033686,25.464844,0.0,0.0 -2014-08-10 04:30:00+00:00,40.25,5.5,6.190938,25.466187,1.1507639,1.0763195 -2014-08-10 05:30:00+00:00,40.25,5.5,5.9525905,25.489258,73.56153,35.478683 -2014-08-10 06:30:00+00:00,40.25,5.5,5.820329,25.527802,238.48502,75.81703 -2014-08-10 07:30:00+00:00,40.25,5.5,5.7262697,25.644836,426.13248,95.535126 -2014-08-10 08:30:00+00:00,40.25,5.5,5.4880753,25.75885,606.4528,112.56702 -2014-08-10 09:30:00+00:00,40.25,5.5,6.313724,25.746643,741.93713,121.778564 -2014-08-10 10:30:00+00:00,40.25,5.5,6.3236094,25.843811,837.1447,129.26776 -2014-08-10 11:30:00+00:00,40.25,5.5,5.7897015,25.964905,877.72736,132.45007 -2014-08-10 12:30:00+00:00,40.25,5.5,5.23887,26.023804,859.9707,132.31403 -2014-08-10 13:30:00+00:00,40.25,5.5,5.073737,26.093842,785.1272,129.78943 -2014-08-10 14:30:00+00:00,40.25,5.5,4.5228453,26.104156,661.45654,121.22357 -2014-08-10 15:30:00+00:00,40.25,5.5,3.9066343,26.052032,499.2715,110.15387 -2014-08-10 16:30:00+00:00,40.25,5.5,3.23699,25.958649,300.78653,110.024826 -2014-08-10 17:30:00+00:00,40.25,5.5,2.400666,25.753693,131.85722,64.005486 -2014-08-10 18:30:00+00:00,40.25,5.5,1.8891541,25.54303,15.513473,12.237535 -2014-08-10 19:30:00+00:00,40.25,5.5,1.5824009,25.428986,0.0,0.0 -2014-08-10 20:30:00+00:00,40.25,5.5,1.4768934,25.319855,0.0,0.0 -2014-08-10 21:30:00+00:00,40.25,5.5,1.2727959,25.051086,0.0,0.0 -2014-08-10 22:30:00+00:00,40.25,5.5,1.577599,24.900696,0.0,0.0 -2014-08-10 23:30:00+00:00,40.25,5.5,2.059683,24.770386,0.0,0.0 -2014-08-11 00:30:00+00:00,40.25,5.5,2.583984,24.674011,0.0,0.0 -2014-08-11 01:30:00+00:00,40.25,5.5,2.973635,24.524414,0.0,0.0 -2014-08-11 02:30:00+00:00,40.25,5.5,3.509317,24.413391,0.0,0.0 -2014-08-11 03:30:00+00:00,40.25,5.5,3.9120927,24.29718,0.0,0.0 -2014-08-11 04:30:00+00:00,40.25,5.5,4.0187783,24.293121,0.7574653,0.7574653 -2014-08-11 05:30:00+00:00,40.25,5.5,4.0402308,24.273834,57.18861,35.41104 -2014-08-11 06:30:00+00:00,40.25,5.5,3.9995465,24.286041,207.41437,80.52117 -2014-08-11 07:30:00+00:00,40.25,5.5,3.7524693,24.395721,396.66412,113.67966 -2014-08-11 08:30:00+00:00,40.25,5.5,3.2933471,24.493744,560.96124,151.5799 -2014-08-11 09:30:00+00:00,40.25,5.5,2.6798491,24.80487,711.6386,160.27484 -2014-08-11 10:30:00+00:00,40.25,5.5,2.2779934,24.869751,799.0238,181.86816 -2014-08-11 11:30:00+00:00,40.25,5.5,2.5098443,25.03888,852.4106,162.98566 -2014-08-11 12:30:00+00:00,40.25,5.5,3.576349,25.263947,825.3749,176.1795 -2014-08-11 13:30:00+00:00,40.25,5.5,4.0926037,25.402924,706.2635,213.96603 -2014-08-11 14:30:00+00:00,40.25,5.5,3.5492728,25.405365,611.8425,145.49203 -2014-08-11 15:30:00+00:00,40.25,5.5,3.611581,25.380127,455.8921,125.25751 -2014-08-11 16:30:00+00:00,40.25,5.5,3.9973366,25.272614,298.06256,98.9745 -2014-08-11 17:30:00+00:00,40.25,5.5,4.3946686,25.081238,123.160934,59.441353 -2014-08-11 18:30:00+00:00,40.25,5.5,4.798935,24.896088,14.624896,9.859896 -2014-08-11 19:30:00+00:00,40.25,5.5,5.239783,24.824677,0.0,0.0 -2014-08-11 20:30:00+00:00,40.25,5.5,5.321352,24.817902,0.0,0.0 -2014-08-11 21:30:00+00:00,40.25,5.5,4.8152413,24.752472,0.0,0.0 -2014-08-11 22:30:00+00:00,40.25,5.5,4.5370893,24.824402,0.0,0.0 -2014-08-11 23:30:00+00:00,40.25,5.5,4.3601885,24.902313,0.0,0.0 -2014-08-12 00:30:00+00:00,40.25,5.5,4.2051406,24.93869,0.0,0.0 -2014-08-12 01:30:00+00:00,40.25,5.5,4.744536,24.919434,0.0,0.0 -2014-08-12 02:30:00+00:00,40.25,5.5,5.333013,24.852356,0.0,0.0 -2014-08-12 03:30:00+00:00,40.25,5.5,5.526585,24.794006,0.0,0.0 -2014-08-12 04:30:00+00:00,40.25,5.5,5.437067,24.76712,0.78659725,0.74937505 -2014-08-12 05:30:00+00:00,40.25,5.5,5.593908,24.766846,69.730484,33.930866 -2014-08-12 06:30:00+00:00,40.25,5.5,5.597217,24.80188,231.71153,74.379364 -2014-08-12 07:30:00+00:00,40.25,5.5,5.141043,24.869202,417.07202,98.67258 -2014-08-12 08:30:00+00:00,40.25,5.5,4.673111,24.972076,591.2744,113.085846 -2014-08-12 09:30:00+00:00,40.25,5.5,3.5888267,25.045929,732.10474,123.41199 -2014-08-12 10:30:00+00:00,40.25,5.5,3.4014423,25.115692,827.89496,129.18817 -2014-08-12 11:30:00+00:00,40.25,5.5,3.4290743,25.13797,869.54095,132.45355 -2014-08-12 12:30:00+00:00,40.25,5.5,3.6547306,25.133636,853.79443,131.25018 -2014-08-12 13:30:00+00:00,40.25,5.5,3.7050073,25.126282,781.6896,126.575195 -2014-08-12 14:30:00+00:00,40.25,5.5,3.1200995,25.11679,659.8105,117.430786 -2014-08-12 15:30:00+00:00,40.25,5.5,2.2917504,25.088287,498.55777,103.967804 -2014-08-12 16:30:00+00:00,40.25,5.5,1.9152111,25.029633,314.53745,84.38997 -2014-08-12 17:30:00+00:00,40.25,5.5,1.5782732,24.940857,134.01309,53.603577 -2014-08-12 18:30:00+00:00,40.25,5.5,0.43284953,24.841766,14.173333,9.395937 -2014-08-12 19:30:00+00:00,40.25,5.5,0.79589117,24.80838,0.0,0.0 -2014-08-12 20:30:00+00:00,40.25,5.5,0.38426033,24.769836,0.0,0.0 -2014-08-12 21:30:00+00:00,40.25,5.5,1.2611,24.4552,0.0,0.0 -2014-08-12 22:30:00+00:00,40.25,5.5,2.052567,24.38733,0.0,0.0 -2014-08-12 23:30:00+00:00,40.25,5.5,3.2687807,24.389221,0.0,0.0 -2014-08-13 00:30:00+00:00,40.25,5.5,3.7840526,24.418274,0.0,0.0 -2014-08-13 01:30:00+00:00,40.25,5.5,3.5914216,24.428864,0.0,0.0 -2014-08-13 02:30:00+00:00,40.25,5.5,3.7020686,24.408234,0.0,0.0 -2014-08-13 03:30:00+00:00,40.25,5.5,3.932448,24.560516,0.0,0.0 -2014-08-13 04:30:00+00:00,40.25,5.5,4.0985184,24.696533,0.55354166,0.5411458 -2014-08-13 05:30:00+00:00,40.25,5.5,4.611206,24.842865,54.887085,31.50875 -2014-08-13 06:30:00+00:00,40.25,5.5,4.885371,25.037262,201.84991,94.53793 -2014-08-13 07:30:00+00:00,40.25,5.5,5.373099,25.288635,348.62338,164.32672 -2014-08-13 08:30:00+00:00,40.25,5.5,5.4344425,25.546814,461.5294,237.06517 -2014-08-13 09:30:00+00:00,40.25,5.5,5.668052,25.58374,537.2759,309.7591 -2014-08-13 10:30:00+00:00,40.25,5.5,9.909001,24.506226,591.3035,289.33347 -2014-08-13 11:30:00+00:00,40.25,5.5,11.242068,23.230255,540.6117,312.8219 -2014-08-13 12:30:00+00:00,40.25,5.5,9.975933,23.304932,797.7128,177.91406 -2014-08-13 13:30:00+00:00,40.25,5.5,9.385052,23.52237,681.42737,190.61896 -2014-08-13 14:30:00+00:00,40.25,5.5,9.204656,23.515594,566.147,196.95801 -2014-08-13 15:30:00+00:00,40.25,5.5,9.293169,23.43985,365.31674,166.72504 -2014-08-13 16:30:00+00:00,40.25,5.5,9.333327,23.394775,255.35318,99.57213 -2014-08-13 17:30:00+00:00,40.25,5.5,9.157799,23.46347,110.8667,52.197533 -2014-08-13 18:30:00+00:00,40.25,5.5,9.232487,23.645355,11.201736,7.8637505 -2014-08-13 19:30:00+00:00,40.25,5.5,9.225301,23.89975,0.0,0.0 -2014-08-13 20:30:00+00:00,40.25,5.5,9.079977,24.044708,0.0,0.0 -2014-08-13 21:30:00+00:00,40.25,5.5,8.523474,24.083252,0.0,0.0 -2014-08-13 22:30:00+00:00,40.25,5.5,8.336269,24.068054,0.0,0.0 -2014-08-13 23:30:00+00:00,40.25,5.5,8.862632,23.908142,0.0,0.0 -2014-08-14 00:30:00+00:00,40.25,5.5,9.106854,23.67685,0.0,0.0 -2014-08-14 01:30:00+00:00,40.25,5.5,9.267692,23.418945,0.0,0.0 -2014-08-14 02:30:00+00:00,40.25,5.5,9.235953,23.19632,0.0,0.0 -2014-08-14 03:30:00+00:00,40.25,5.5,9.178231,22.990814,0.0,0.0 -2014-08-14 04:30:00+00:00,40.25,5.5,9.4682665,22.823578,0.48069444,0.4682986 -2014-08-14 05:30:00+00:00,40.25,5.5,9.6707115,22.718262,66.90459,32.966324 -2014-08-14 06:30:00+00:00,40.25,5.5,9.369638,22.636536,227.0939,78.671295 -2014-08-14 07:30:00+00:00,40.25,5.5,8.614243,22.590912,409.11862,111.19382 -2014-08-14 08:30:00+00:00,40.25,5.5,7.9052587,22.54123,577.61096,126.42413 -2014-08-14 09:30:00+00:00,40.25,5.5,7.9054546,22.432648,725.01074,145.08179 -2014-08-14 10:30:00+00:00,40.25,5.5,7.453355,22.370483,818.28094,159.98993 -2014-08-14 11:30:00+00:00,40.25,5.5,6.5700073,22.330017,879.8396,135.59222 -2014-08-14 12:30:00+00:00,40.25,5.5,6.0082555,22.355835,857.0719,142.75476 -2014-08-14 13:30:00+00:00,40.25,5.5,5.685754,22.405762,775.3093,144.66528 -2014-08-14 14:30:00+00:00,40.25,5.5,5.42452,22.470673,658.0625,122.80548 -2014-08-14 15:30:00+00:00,40.25,5.5,5.1071386,22.558075,498.0625,107.22003 -2014-08-14 16:30:00+00:00,40.25,5.5,4.8033657,22.65799,309.62848,89.09787 -2014-08-14 17:30:00+00:00,40.25,5.5,4.5718255,22.73996,129.29347,53.909546 -2014-08-14 18:30:00+00:00,40.25,5.5,4.453321,22.79889,12.163159,8.303993 -2014-08-14 19:30:00+00:00,40.25,5.5,4.307573,22.905304,0.0,0.0 -2014-08-14 20:30:00+00:00,40.25,5.5,4.329831,22.997345,0.0,0.0 -2014-08-14 21:30:00+00:00,40.25,5.5,4.500701,23.155334,0.0,0.0 -2014-08-14 22:30:00+00:00,40.25,5.5,5.122038,23.268005,0.0,0.0 -2014-08-14 23:30:00+00:00,40.25,5.5,5.8614936,23.351074,0.0,0.0 -2014-08-15 00:30:00+00:00,40.25,5.5,6.215633,23.446106,0.0,0.0 -2014-08-15 01:30:00+00:00,40.25,5.5,6.7787166,23.4906,0.0,0.0 -2014-08-15 02:30:00+00:00,40.25,5.5,7.2464776,23.47107,0.0,0.0 -2014-08-15 03:30:00+00:00,40.25,5.5,7.4909105,23.27533,0.0,0.0 -2014-08-15 04:30:00+00:00,40.25,5.5,7.443596,22.977509,0.37875,0.36635417 -2014-08-15 05:30:00+00:00,40.25,5.5,7.312101,22.789093,65.05462,31.89809 -2014-08-15 06:30:00+00:00,40.25,5.5,7.0983944,22.714996,228.973,73.167114 -2014-08-15 07:30:00+00:00,40.25,5.5,6.628697,22.715271,417.47986,96.946106 -2014-08-15 08:30:00+00:00,40.25,5.5,6.1065454,22.740234,596.78064,113.07013 -2014-08-15 09:30:00+00:00,40.25,5.5,5.791867,22.73346,717.7274,130.60132 -2014-08-15 10:30:00+00:00,40.25,5.5,5.4419765,22.780426,761.07776,157.07556 -2014-08-15 11:30:00+00:00,40.25,5.5,5.1078444,22.782318,812.0464,174.34167 -2014-08-15 12:30:00+00:00,40.25,5.5,4.3487377,22.784485,817.23206,145.42773 -2014-08-15 13:30:00+00:00,40.25,5.5,3.7648172,22.776337,686.74414,179.58084 -2014-08-15 14:30:00+00:00,40.25,5.5,3.5503821,22.755157,625.3895,132.24823 -2014-08-15 15:30:00+00:00,40.25,5.5,3.3988779,22.742126,450.8812,114.89838 -2014-08-15 16:30:00+00:00,40.25,5.5,3.1613529,22.733734,235.17839,99.26395 -2014-08-15 17:30:00+00:00,40.25,5.5,3.1514459,22.755432,71.697014,48.90191 -2014-08-15 18:30:00+00:00,40.25,5.5,3.3420184,22.7883,8.608889,6.759965 -2014-08-15 19:30:00+00:00,40.25,5.5,3.4107285,22.906647,0.0,0.0 -2014-08-15 20:30:00+00:00,40.25,5.5,3.5438786,22.989197,0.0,0.0 -2014-08-15 21:30:00+00:00,40.25,5.5,3.2617443,22.964478,0.0,0.0 -2014-08-15 22:30:00+00:00,40.25,5.5,3.8494058,23.071167,0.0,0.0 -2014-08-15 23:30:00+00:00,40.25,5.5,4.5113273,23.210999,0.0,0.0 -2014-08-16 00:30:00+00:00,40.25,5.5,5.597021,23.292175,0.0,0.0 -2014-08-16 01:30:00+00:00,40.25,5.5,6.707981,23.27127,0.0,0.0 -2014-08-16 02:30:00+00:00,40.25,5.5,7.726789,23.08258,0.0,0.0 -2014-08-16 03:30:00+00:00,40.25,5.5,7.850439,22.786377,0.0,0.0 -2014-08-16 04:30:00+00:00,40.25,5.5,7.3894916,22.635986,0.17479166,0.17479166 -2014-08-16 05:30:00+00:00,40.25,5.5,7.1964135,22.617523,24.428265,14.823786 -2014-08-16 06:30:00+00:00,40.25,5.5,7.5292187,22.586578,166.11795,89.369026 -2014-08-16 07:30:00+00:00,40.25,5.5,7.0196905,22.50351,237.74211,129.11478 -2014-08-16 08:30:00+00:00,40.25,5.5,7.026002,22.347687,157.9752,102.83014 -2014-08-16 09:30:00+00:00,40.25,5.5,6.935676,22.268127,144.42822,144.42822 -2014-08-16 10:30:00+00:00,40.25,5.5,6.471915,22.24179,457.27594,314.97092 -2014-08-16 11:30:00+00:00,40.25,5.5,6.9431624,22.18805,570.07996,320.51257 -2014-08-16 12:30:00+00:00,40.25,5.5,7.5775304,22.13211,653.6779,298.58542 -2014-08-16 13:30:00+00:00,40.25,5.5,8.243357,22.144348,592.16296,236.41278 -2014-08-16 14:30:00+00:00,40.25,5.5,8.332253,22.152496,500.29123,241.46683 -2014-08-16 15:30:00+00:00,40.25,5.5,8.019657,22.282532,426.70056,154.6607 -2014-08-16 16:30:00+00:00,40.25,5.5,7.9459047,22.42749,274.5666,104.93721 -2014-08-16 17:30:00+00:00,40.25,5.5,8.069255,22.656342,113.76545,53.272186 -2014-08-16 18:30:00+00:00,40.25,5.5,7.99966,22.888733,9.934444,7.1920834 -2014-08-16 19:30:00+00:00,40.25,5.5,7.593785,23.256866,0.0,0.0 -2014-08-16 20:30:00+00:00,40.25,5.5,7.5092053,23.49524,0.0,0.0 -2014-08-16 21:30:00+00:00,40.25,5.5,8.293309,23.513702,0.0,0.0 -2014-08-16 22:30:00+00:00,40.25,5.5,9.032366,23.3432,0.0,0.0 -2014-08-16 23:30:00+00:00,40.25,5.5,9.156864,23.054352,0.0,0.0 -2014-08-17 00:30:00+00:00,40.25,5.5,8.729313,22.89038,0.0,0.0 -2014-08-17 01:30:00+00:00,40.25,5.5,8.021614,22.845306,0.0,0.0 -2014-08-17 02:30:00+00:00,40.25,5.5,7.5295715,22.743774,0.0,0.0 -2014-08-17 03:30:00+00:00,40.25,5.5,7.3324647,22.64795,0.0,0.0 -2014-08-17 04:30:00+00:00,40.25,5.5,6.9955225,22.542603,0.189375,0.189375 -2014-08-17 05:30:00+00:00,40.25,5.5,6.3526907,22.469574,63.772743,30.454895 -2014-08-17 06:30:00+00:00,40.25,5.5,6.1595287,22.479889,230.16747,72.74841 -2014-08-17 07:30:00+00:00,40.25,5.5,6.174865,22.505127,421.07782,97.13165 -2014-08-17 08:30:00+00:00,40.25,5.5,5.9991493,22.548859,599.8396,112.67938 -2014-08-17 09:30:00+00:00,40.25,5.5,5.420063,22.351196,744.54456,123.45532 -2014-08-17 10:30:00+00:00,40.25,5.5,5.26341,22.45166,842.1993,129.669 -2014-08-17 11:30:00+00:00,40.25,5.5,4.897518,22.545044,883.2481,132.39923 -2014-08-17 12:30:00+00:00,40.25,5.5,4.3037496,22.583862,865.3749,130.94293 -2014-08-17 13:30:00+00:00,40.25,5.5,3.6158626,22.638702,789.7303,125.76837 -2014-08-17 14:30:00+00:00,40.25,5.5,3.03766,22.67154,662.5927,116.5896 -2014-08-17 15:30:00+00:00,40.25,5.5,2.5082128,22.669098,495.38226,103.07553 -2014-08-17 16:30:00+00:00,40.25,5.5,2.2208738,22.658539,305.91397,82.97606 -2014-08-17 17:30:00+00:00,40.25,5.5,1.7581352,22.614807,122.56371,50.219963 -2014-08-17 18:30:00+00:00,40.25,5.5,1.1617495,22.541779,9.162431,6.6062155 -2014-08-17 19:30:00+00:00,40.25,5.5,0.73238844,22.522797,0.0,0.0 -2014-08-17 20:30:00+00:00,40.25,5.5,0.88390696,22.49347,0.0,0.0 -2014-08-17 21:30:00+00:00,40.25,5.5,1.8928049,22.404968,0.0,0.0 -2014-08-17 22:30:00+00:00,40.25,5.5,2.237596,22.368317,0.0,0.0 -2014-08-17 23:30:00+00:00,40.25,5.5,2.2243698,22.382416,0.0,0.0 -2014-08-18 00:30:00+00:00,40.25,5.5,2.2121325,22.391937,0.0,0.0 -2014-08-18 01:30:00+00:00,40.25,5.5,2.0537012,22.360718,0.0,0.0 -2014-08-18 02:30:00+00:00,40.25,5.5,1.5531732,22.35147,0.0,0.0 -2014-08-18 03:30:00+00:00,40.25,5.5,1.4436631,22.316742,0.0,0.0 -2014-08-18 04:30:00+00:00,40.25,5.5,1.6456231,22.303436,0.13111112,0.13111112 -2014-08-18 05:30:00+00:00,40.25,5.5,2.1123452,22.292023,61.4275,29.760036 -2014-08-18 06:30:00+00:00,40.25,5.5,2.9164572,22.345245,229.16235,72.19003 -2014-08-18 07:30:00+00:00,40.25,5.5,3.6696332,22.427765,420.3786,96.30832 -2014-08-18 08:30:00+00:00,40.25,5.5,4.0751176,22.539612,599.3298,112.79001 -2014-08-18 09:30:00+00:00,40.25,5.5,4.7809095,22.641144,744.70483,122.67255 -2014-08-18 10:30:00+00:00,40.25,5.5,4.496109,22.748932,841.9517,129.54553 -2014-08-18 11:30:00+00:00,40.25,5.5,4.0593543,22.865112,882.5635,131.77667 -2014-08-18 12:30:00+00:00,40.25,5.5,4.2636604,22.957153,863.4958,130.14343 -2014-08-18 13:30:00+00:00,40.25,5.5,4.78813,23.028564,784.3407,126.84381 -2014-08-18 14:30:00+00:00,40.25,5.5,5.423619,23.09671,654.6247,117.09686 -2014-08-18 15:30:00+00:00,40.25,5.5,4.977318,23.098053,472.5709,112.068115 -2014-08-18 16:30:00+00:00,40.25,5.5,3.7827144,23.11734,249.74501,106.012955 -2014-08-18 17:30:00+00:00,40.25,5.5,5.687554,23.06546,94.52292,57.817467 -2014-08-18 18:30:00+00:00,40.25,5.5,6.1093764,23.13144,7.9096875,6.271736 -2014-08-18 19:30:00+00:00,40.25,5.5,7.4775667,23.21643,0.0,0.0 -2014-08-18 20:30:00+00:00,40.25,5.5,6.685915,23.282104,0.0,0.0 -2014-08-18 21:30:00+00:00,40.25,5.5,7.5747194,23.336945,0.0,0.0 -2014-08-18 22:30:00+00:00,40.25,5.5,5.7734227,23.464539,0.0,0.0 -2014-08-18 23:30:00+00:00,40.25,5.5,1.1509454,23.593506,0.0,0.0 -2014-08-19 00:30:00+00:00,40.25,5.5,2.1722054,23.616852,0.0,0.0 -2014-08-19 01:30:00+00:00,40.25,5.5,4.0744147,23.510712,0.0,0.0 -2014-08-19 02:30:00+00:00,40.25,5.5,4.369252,23.32962,0.0,0.0 -2014-08-19 03:30:00+00:00,40.25,5.5,4.2724414,23.23407,0.0,0.0 -2014-08-19 04:30:00+00:00,40.25,5.5,4.563016,23.252258,0.072847225,0.072847225 -2014-08-19 05:30:00+00:00,40.25,5.5,4.6798286,23.323914,50.225765,34.9008 -2014-08-19 06:30:00+00:00,40.25,5.5,4.710016,23.353516,217.87321,71.60976 -2014-08-19 07:30:00+00:00,40.25,5.5,4.659951,23.37442,405.4624,95.984985 -2014-08-19 08:30:00+00:00,40.25,5.5,4.879965,23.411346,581.0341,113.18213 -2014-08-19 09:30:00+00:00,40.25,5.5,5.1254706,23.187653,723.13165,126.02881 -2014-08-19 10:30:00+00:00,40.25,5.5,5.4751635,23.16864,823.1753,129.34521 -2014-08-19 11:30:00+00:00,40.25,5.5,5.1792088,23.204468,828.1425,146.29938 -2014-08-19 12:30:00+00:00,40.25,5.5,4.7256618,23.23053,843.7143,130.4643 -2014-08-19 13:30:00+00:00,40.25,5.5,4.488904,23.28592,767.10834,128.4978 -2014-08-19 14:30:00+00:00,40.25,5.5,4.2391872,23.370361,642.7967,115.86603 -2014-08-19 15:30:00+00:00,40.25,5.5,3.9016995,23.407532,478.09167,102.41284 -2014-08-19 16:30:00+00:00,40.25,5.5,3.42855,23.443909,292.46896,81.46838 -2014-08-19 17:30:00+00:00,40.25,5.5,3.130231,23.444733,112.93514,48.098755 -2014-08-19 18:30:00+00:00,40.25,5.5,3.3737025,23.4328,6.0451736,4.8167014 -2014-08-19 19:30:00+00:00,40.25,5.5,3.660051,23.475403,0.0,0.0 -2014-08-19 20:30:00+00:00,40.25,5.5,3.7287474,23.443634,0.0,0.0 -2014-08-19 21:30:00+00:00,40.25,5.5,4.2768087,23.404816,0.0,0.0 -2014-08-19 22:30:00+00:00,40.25,5.5,3.8838663,23.271515,0.0,0.0 -2014-08-19 23:30:00+00:00,40.25,5.5,2.8490152,23.175415,0.0,0.0 -2014-08-20 00:30:00+00:00,40.25,5.5,2.5411668,23.069,0.0,0.0 -2014-08-20 01:30:00+00:00,40.25,5.5,2.7689614,23.062225,0.0,0.0 -2014-08-20 02:30:00+00:00,40.25,5.5,3.5312004,23.089355,0.0,0.0 -2014-08-20 03:30:00+00:00,40.25,5.5,4.3094816,23.077698,0.0,0.0 -2014-08-20 04:30:00+00:00,40.25,5.5,4.500074,23.10971,0.029131945,0.029131945 -2014-08-20 05:30:00+00:00,40.25,5.5,4.1368957,23.128723,53.007988,27.607016 -2014-08-20 06:30:00+00:00,40.25,5.5,3.444343,23.193604,204.26797,79.53393 -2014-08-20 07:30:00+00:00,40.25,5.5,2.6314778,23.26419,394.66852,102.16644 -2014-08-20 08:30:00+00:00,40.25,5.5,2.4859319,23.376038,563.45215,121.410645 -2014-08-20 09:30:00+00:00,40.25,5.5,2.4711256,23.521301,716.6786,120.65527 -2014-08-20 10:30:00+00:00,40.25,5.5,2.9469988,23.646454,787.73474,144.53284 -2014-08-20 11:30:00+00:00,40.25,5.5,2.406322,23.747986,840.8738,137.25311 -2014-08-20 12:30:00+00:00,40.25,5.5,1.8055841,23.840546,823.5249,134.18683 -2014-08-20 13:30:00+00:00,40.25,5.5,2.0011659,23.912231,758.36835,128.63013 -2014-08-20 14:30:00+00:00,40.25,5.5,2.0533912,23.936646,624.8068,119.070526 -2014-08-20 15:30:00+00:00,40.25,5.5,2.2735178,23.938293,469.57016,101.26221 -2014-08-20 16:30:00+00:00,40.25,5.5,2.577986,23.857666,282.0247,83.65636 -2014-08-20 17:30:00+00:00,40.25,5.5,2.8868475,23.678741,106.90455,45.468193 -2014-08-20 18:30:00+00:00,40.25,5.5,3.258464,23.552795,6.0451736,4.779479 -2014-08-20 19:30:00+00:00,40.25,5.5,3.5397854,23.497406,0.0,0.0 -2014-08-20 20:30:00+00:00,40.25,5.5,3.9259255,23.417053,0.0,0.0 -2014-08-20 21:30:00+00:00,40.25,5.5,4.0045753,23.095886,0.0,0.0 -2014-08-20 22:30:00+00:00,40.25,5.5,4.0819726,23.039154,0.0,0.0 -2014-08-20 23:30:00+00:00,40.25,5.5,4.247859,23.046753,0.0,0.0 -2014-08-21 00:30:00+00:00,40.25,5.5,4.2156215,23.092346,0.0,0.0 -2014-08-21 01:30:00+00:00,40.25,5.5,4.5294805,23.104553,0.0,0.0 -2014-08-21 02:30:00+00:00,40.25,5.5,5.044209,23.070374,0.0,0.0 -2014-08-21 03:30:00+00:00,40.25,5.5,5.062273,22.986755,0.0,0.0 -2014-08-21 04:30:00+00:00,40.25,5.5,4.636353,22.915344,0.0,0.0 -2014-08-21 05:30:00+00:00,40.25,5.5,4.1672454,22.893341,46.511284,28.03448 -2014-08-21 06:30:00+00:00,40.25,5.5,3.822941,22.906372,203.20462,70.85152 -2014-08-21 07:30:00+00:00,40.25,5.5,3.2803462,22.94278,387.9533,101.531555 -2014-08-21 08:30:00+00:00,40.25,5.5,2.5891895,22.992188,551.4201,130.05176 -2014-08-21 09:30:00+00:00,40.25,5.5,1.7458204,22.951996,696.3582,135.9732 -2014-08-21 10:30:00+00:00,40.25,5.5,1.4042581,23.090454,786.1032,159.50446 -2014-08-21 11:30:00+00:00,40.25,5.5,1.3406154,23.191162,841.6604,144.33105 -2014-08-21 12:30:00+00:00,40.25,5.5,1.7549965,23.215881,823.3938,141.43903 -2014-08-21 13:30:00+00:00,40.25,5.5,1.9634448,23.240295,731.2161,149.9718 -2014-08-21 14:30:00+00:00,40.25,5.5,1.9249642,23.186005,619.40265,122.37741 -2014-08-21 15:30:00+00:00,40.25,5.5,1.8811599,23.13498,455.4551,107.584595 -2014-08-21 16:30:00+00:00,40.25,5.5,1.8358153,23.089905,278.45587,81.899216 -2014-08-21 17:30:00+00:00,40.25,5.5,1.8159856,23.059784,103.32118,45.76882 -2014-08-21 18:30:00+00:00,40.25,5.5,2.104999,23.02829,5.2585416,4.178993 -2014-08-21 19:30:00+00:00,40.25,5.5,2.4444847,23.068726,0.0,0.0 -2014-08-21 20:30:00+00:00,40.25,5.5,2.7215192,23.094513,0.0,0.0 -2014-08-21 21:30:00+00:00,40.25,5.5,3.1272604,23.029083,0.0,0.0 -2014-08-21 22:30:00+00:00,40.25,5.5,2.7119293,22.997345,0.0,0.0 -2014-08-21 23:30:00+00:00,40.25,5.5,2.2442899,22.972076,0.0,0.0 -2014-08-22 00:30:00+00:00,40.25,5.5,1.9607803,22.934357,0.0,0.0 -2014-08-22 01:30:00+00:00,40.25,5.5,1.6828202,22.927551,0.0,0.0 -2014-08-22 02:30:00+00:00,40.25,5.5,1.1500738,22.91101,0.0,0.0 -2014-08-22 03:30:00+00:00,40.25,5.5,1.4333363,22.874084,0.0,0.0 -2014-08-22 04:30:00+00:00,40.25,5.5,2.020848,22.846375,0.0,0.0 -2014-08-22 05:30:00+00:00,40.25,5.5,2.541723,22.898254,50.808437,26.077534 -2014-08-22 06:30:00+00:00,40.25,5.5,2.850553,22.971802,205.3459,72.422 -2014-08-22 07:30:00+00:00,40.25,5.5,3.1527503,23.11325,393.3138,95.76132 -2014-08-22 08:30:00+00:00,40.25,5.5,3.568983,23.256592,570.75006,110.95145 -2014-08-22 09:30:00+00:00,40.25,5.5,3.9263246,23.349457,712.20667,122.25134 -2014-08-22 10:30:00+00:00,40.25,5.5,3.834667,23.541107,811.60944,127.532776 -2014-08-22 11:30:00+00:00,40.25,5.5,3.570454,23.702087,851.30347,126.74902 -2014-08-22 12:30:00+00:00,40.25,5.5,3.4277704,23.854675,835.2656,125.86243 -2014-08-22 13:30:00+00:00,40.25,5.5,3.5197537,23.962982,758.76166,121.888306 -2014-08-22 14:30:00+00:00,40.25,5.5,3.6533225,24.02246,631.0559,111.806335 -2014-08-22 15:30:00+00:00,40.25,5.5,3.6362145,24.009155,463.45218,100.92676 -2014-08-22 16:30:00+00:00,40.25,5.5,3.6948485,23.975494,277.88776,79.35811 -2014-08-22 17:30:00+00:00,40.25,5.5,3.817951,23.901367,102.08302,44.23285 -2014-08-22 18:30:00+00:00,40.25,5.5,3.5678132,23.870148,4.6904516,3.7846184 -2014-08-22 19:30:00+00:00,40.25,5.5,2.9512312,23.821808,0.0,0.0 -2014-08-22 20:30:00+00:00,40.25,5.5,2.699164,23.753418,0.0,0.0 -2014-08-22 21:30:00+00:00,40.25,5.5,3.070487,23.28836,0.0,0.0 -2014-08-22 22:30:00+00:00,40.25,5.5,3.029424,23.190887,0.0,0.0 -2014-08-22 23:30:00+00:00,40.25,5.5,2.8443615,23.137695,0.0,0.0 -2014-08-23 00:30:00+00:00,40.25,5.5,2.9345117,23.056793,0.0,0.0 -2014-08-23 01:30:00+00:00,40.25,5.5,2.6924067,22.921326,0.0,0.0 -2014-08-23 02:30:00+00:00,40.25,5.5,2.1626644,22.809753,0.0,0.0 -2014-08-23 03:30:00+00:00,40.25,5.5,1.5837879,22.704132,0.0,0.0 -2014-08-23 04:30:00+00:00,40.25,5.5,1.8397819,22.758972,0.0,0.0 -2014-08-23 05:30:00+00:00,40.25,5.5,3.80752,22.792358,45.22941,26.901491 -2014-08-23 06:30:00+00:00,40.25,5.5,5.4868507,22.687286,144.03493,82.5117 -2014-08-23 07:30:00+00:00,40.25,5.5,7.235408,22.521973,303.6416,134.68231 -2014-08-23 08:30:00+00:00,40.25,5.5,7.552298,22.322418,459.03848,158.54507 -2014-08-23 09:30:00+00:00,40.25,5.5,6.1628637,22.59555,672.5854,150.29565 -2014-08-23 10:30:00+00:00,40.25,5.5,5.4392705,22.552368,736.51843,160.52307 -2014-08-23 11:30:00+00:00,40.25,5.5,5.646963,22.49347,820.55334,148.57532 -2014-08-23 12:30:00+00:00,40.25,5.5,5.8946114,22.451935,816.3727,136.80042 -2014-08-23 13:30:00+00:00,40.25,5.5,6.2128468,22.48639,741.1069,131.99225 -2014-08-23 14:30:00+00:00,40.25,5.5,6.4900618,22.498352,616.6787,119.87683 -2014-08-23 15:30:00+00:00,40.25,5.5,6.6535425,22.579529,456.72238,103.72699 -2014-08-23 16:30:00+00:00,40.25,5.5,6.4737077,22.704132,274.65396,80.05792 -2014-08-23 17:30:00+00:00,40.25,5.5,6.5280585,22.76712,99.41733,43.775906 -2014-08-23 18:30:00+00:00,40.25,5.5,6.909767,22.855072,4.1369095,3.342743 -2014-08-23 19:30:00+00:00,40.25,5.5,7.4106064,23.018768,0.0,0.0 -2014-08-23 20:30:00+00:00,40.25,5.5,7.720892,23.194427,0.0,0.0 -2014-08-23 21:30:00+00:00,40.25,5.5,7.8102055,23.345917,0.0,0.0 -2014-08-23 22:30:00+00:00,40.25,5.5,7.780654,23.40158,0.0,0.0 -2014-08-23 23:30:00+00:00,40.25,5.5,7.633815,23.334503,0.0,0.0 -2014-08-24 00:30:00+00:00,40.25,5.5,7.8062763,23.160217,0.0,0.0 -2014-08-24 01:30:00+00:00,40.25,5.5,8.021491,23.011444,0.0,0.0 -2014-08-24 02:30:00+00:00,40.25,5.5,7.8545322,22.867554,0.0,0.0 -2014-08-24 03:30:00+00:00,40.25,5.5,7.7313514,22.77771,0.0,0.0 -2014-08-24 04:30:00+00:00,40.25,5.5,7.748507,22.679413,0.0,0.0 -2014-08-24 05:30:00+00:00,40.25,5.5,7.9248996,22.619171,49.657673,24.83993 -2014-08-24 06:30:00+00:00,40.25,5.5,7.6037383,22.575165,209.13322,70.861084 -2014-08-24 07:30:00+00:00,40.25,5.5,6.9068666,22.604767,397.0283,99.69913 -2014-08-24 08:30:00+00:00,40.25,5.5,6.109471,22.66394,576.98456,113.73627 -2014-08-24 09:30:00+00:00,40.25,5.5,4.3228097,22.658539,714.6539,134.86139 -2014-08-24 10:30:00+00:00,40.25,5.5,3.5096219,22.666138,807.7638,139.03687 -2014-08-24 11:30:00+00:00,40.25,5.5,3.4646347,22.71228,851.88617,134.81421 -2014-08-24 12:30:00+00:00,40.25,5.5,3.490489,22.717712,829.6866,131.5755 -2014-08-24 13:30:00+00:00,40.25,5.5,3.3985856,22.776886,749.78864,127.78113 -2014-08-24 14:30:00+00:00,40.25,5.5,3.017386,22.822235,619.49,119.73477 -2014-08-24 15:30:00+00:00,40.25,5.5,2.6210597,22.885223,453.7362,102.42844 -2014-08-24 16:30:00+00:00,40.25,5.5,2.641613,22.896881,267.28326,79.84715 -2014-08-24 17:30:00+00:00,40.25,5.5,2.7448342,22.911285,93.328476,42.675457 -2014-08-24 18:30:00+00:00,40.25,5.5,2.6037006,22.958252,3.335764,2.8145833 -2014-08-24 19:30:00+00:00,40.25,5.5,2.2560358,23.009277,0.0,0.0 -2014-08-24 20:30:00+00:00,40.25,5.5,2.365667,23.0242,0.0,0.0 -2014-08-24 21:30:00+00:00,40.25,5.5,3.0951216,23.23407,0.0,0.0 -2014-08-24 22:30:00+00:00,40.25,5.5,3.4555578,23.316864,0.0,0.0 -2014-08-24 23:30:00+00:00,40.25,5.5,3.900998,23.362488,0.0,0.0 -2014-08-25 00:30:00+00:00,40.25,5.5,4.13518,23.427368,0.0,0.0 -2014-08-25 01:30:00+00:00,40.25,5.5,3.8979995,23.487915,0.0,0.0 -2014-08-25 02:30:00+00:00,40.25,5.5,3.5688314,23.531067,0.0,0.0 -2014-08-25 03:30:00+00:00,40.25,5.5,3.3830123,23.592957,0.0,0.0 -2014-08-25 04:30:00+00:00,40.25,5.5,3.3536716,23.623108,0.0,0.0 -2014-08-25 05:30:00+00:00,40.25,5.5,3.4535923,23.70996,46.77347,23.916319 -2014-08-25 06:30:00+00:00,40.25,5.5,3.4876893,23.815582,196.46027,73.88537 -2014-08-25 07:30:00+00:00,40.25,5.5,3.3403437,23.925262,389.33713,94.452515 -2014-08-25 08:30:00+00:00,40.25,5.5,3.4856863,24.017822,552.9059,121.47397 -2014-08-25 09:30:00+00:00,40.25,5.5,4.3421087,24.16742,693.2409,128.64929 -2014-08-25 10:30:00+00:00,40.25,5.5,4.9088783,24.254578,795.51324,128.89581 -2014-08-25 11:30:00+00:00,40.25,5.5,5.218306,24.316467,833.48846,130.6496 -2014-08-25 12:30:00+00:00,40.25,5.5,5.168311,24.365051,814.4644,129.51904 -2014-08-25 13:30:00+00:00,40.25,5.5,5.075809,24.425873,739.0967,124.000916 -2014-08-25 14:30:00+00:00,40.25,5.5,5.0750427,24.460358,613.6488,113.98047 -2014-08-25 15:30:00+00:00,40.25,5.5,5.064963,24.470398,449.75955,98.84885 -2014-08-25 16:30:00+00:00,40.25,5.5,5.18604,24.479095,265.22937,76.85019 -2014-08-25 17:30:00+00:00,40.25,5.5,5.743599,24.429657,91.44937,41.441593 -2014-08-25 18:30:00+00:00,40.25,5.5,6.1415563,24.38678,2.8113542,2.4887152 -2014-08-25 19:30:00+00:00,40.25,5.5,6.20545,24.360718,0.0,0.0 -2014-08-25 20:30:00+00:00,40.25,5.5,6.2131205,24.279541,0.0,0.0 -2014-08-25 21:30:00+00:00,40.25,5.5,6.091263,24.126984,0.0,0.0 -2014-08-25 22:30:00+00:00,40.25,5.5,6.4083214,24.104431,0.0,0.0 -2014-08-25 23:30:00+00:00,40.25,5.5,6.43703,24.0849,0.0,0.0 -2014-08-26 00:30:00+00:00,40.25,5.5,6.390994,24.108765,0.0,0.0 -2014-08-26 01:30:00+00:00,40.25,5.5,6.5475073,24.0914,0.0,0.0 -2014-08-26 02:30:00+00:00,40.25,5.5,6.588205,24.079468,0.0,0.0 -2014-08-26 03:30:00+00:00,40.25,5.5,6.537095,24.07782,0.0,0.0 -2014-08-26 04:30:00+00:00,40.25,5.5,6.7520146,24.081085,0.0,0.0 -2014-08-26 05:30:00+00:00,40.25,5.5,6.8445816,24.0914,46.016006,23.047188 -2014-08-26 06:30:00+00:00,40.25,5.5,6.9115624,24.188873,205.3896,67.440094 -2014-08-26 07:30:00+00:00,40.25,5.5,6.9142685,24.329773,395.17834,91.8681 -2014-08-26 08:30:00+00:00,40.25,5.5,7.00605,24.466583,573.139,107.02426 -2014-08-26 09:30:00+00:00,40.25,5.5,7.0682993,24.85263,716.868,116.675354 -2014-08-26 10:30:00+00:00,40.25,5.5,7.090084,24.998138,812.20667,122.694885 -2014-08-26 11:30:00+00:00,40.25,5.5,6.783222,25.127655,851.9153,124.767395 -2014-08-26 12:30:00+00:00,40.25,5.5,6.286284,25.224579,832.2358,123.40332 -2014-08-26 13:30:00+00:00,40.25,5.5,5.81578,25.279144,754.6684,118.4527 -2014-08-26 14:30:00+00:00,40.25,5.5,5.40568,25.284576,625.59344,109.73151 -2014-08-26 15:30:00+00:00,40.25,5.5,5.2092485,25.269897,457.4507,96.066925 -2014-08-26 16:30:00+00:00,40.25,5.5,5.036136,25.200958,268.2155,75.41876 -2014-08-26 17:30:00+00:00,40.25,5.5,4.72502,25.09018,90.54622,39.520905 -2014-08-26 18:30:00+00:00,40.25,5.5,4.3228683,24.99408,2.3306596,2.0080206 -2014-08-26 19:30:00+00:00,40.25,5.5,4.1084065,24.91861,0.0,0.0 -2014-08-26 20:30:00+00:00,40.25,5.5,3.9102108,24.848297,0.0,0.0 -2014-08-26 21:30:00+00:00,40.25,5.5,4.127633,24.810303,0.0,0.0 -2014-08-26 22:30:00+00:00,40.25,5.5,3.914052,24.76007,0.0,0.0 -2014-08-26 23:30:00+00:00,40.25,5.5,3.5261815,24.698975,0.0,0.0 -2014-08-27 00:30:00+00:00,40.25,5.5,3.1863837,24.597443,0.0,0.0 -2014-08-27 01:30:00+00:00,40.25,5.5,2.6791084,24.527954,0.0,0.0 -2014-08-27 02:30:00+00:00,40.25,5.5,2.1600685,24.436737,0.0,0.0 -2014-08-27 03:30:00+00:00,40.25,5.5,1.8100792,24.362335,0.0,0.0 -2014-08-27 04:30:00+00:00,40.25,5.5,1.5987312,24.272491,0.0,0.0 -2014-08-27 05:30:00+00:00,40.25,5.5,1.3486097,24.200806,43.015278,22.354513 -2014-08-27 06:30:00+00:00,40.25,5.5,2.292316,24.175568,198.45589,67.57945 -2014-08-27 07:30:00+00:00,40.25,5.5,3.0203538,24.241272,382.1995,95.070435 -2014-08-27 08:30:00+00:00,40.25,5.5,3.2869694,24.330322,557.52356,112.10681 -2014-08-27 09:30:00+00:00,40.25,5.5,3.3941863,24.71637,702.6364,120.89569 -2014-08-27 10:30:00+00:00,40.25,5.5,3.2466016,24.830383,797.5526,127.13812 -2014-08-27 11:30:00+00:00,40.25,5.5,2.7105315,24.968292,836.06683,129.7782 -2014-08-27 12:30:00+00:00,40.25,5.5,2.4148595,25.038055,814.5082,129.17816 -2014-08-27 13:30:00+00:00,40.25,5.5,2.306332,25.051361,729.5118,126.5271 -2014-08-27 14:30:00+00:00,40.25,5.5,2.5080433,24.967468,607.18115,116.211426 -2014-08-27 15:30:00+00:00,40.25,5.5,2.8789642,24.800232,441.93726,98.63318 -2014-08-27 16:30:00+00:00,40.25,5.5,3.2325954,24.549133,255.99411,76.52449 -2014-08-27 17:30:00+00:00,40.25,5.5,3.6977558,24.364777,83.96212,38.5208 -2014-08-27 18:30:00+00:00,40.25,5.5,4.0953026,24.251862,1.835382,1.6368403 -2014-08-27 19:30:00+00:00,40.25,5.5,3.8952851,24.206787,0.0,0.0 -2014-08-27 20:30:00+00:00,40.25,5.5,3.7007263,24.219269,0.0,0.0 -2014-08-27 21:30:00+00:00,40.25,5.5,3.2495713,24.219269,0.0,0.0 -2014-08-27 22:30:00+00:00,40.25,5.5,3.335176,24.344147,0.0,0.0 -2014-08-27 23:30:00+00:00,40.25,5.5,3.3433158,24.49347,0.0,0.0 -2014-08-28 00:30:00+00:00,40.25,5.5,3.1136248,24.635193,0.0,0.0 -2014-08-28 01:30:00+00:00,40.25,5.5,3.2687423,24.769012,0.0,0.0 -2014-08-28 02:30:00+00:00,40.25,5.5,4.1670914,24.854004,0.0,0.0 -2014-08-28 03:30:00+00:00,40.25,5.5,5.0492887,24.834717,0.0,0.0 -2014-08-28 04:30:00+00:00,40.25,5.5,5.162663,24.771454,0.0,0.0 -2014-08-28 05:30:00+00:00,40.25,5.5,5.186334,24.707672,41.38382,21.405521 -2014-08-28 06:30:00+00:00,40.25,5.5,5.4114995,24.633545,193.79457,66.6532 -2014-08-28 07:30:00+00:00,40.25,5.5,5.673865,24.62732,384.501,91.539764 -2014-08-28 08:30:00+00:00,40.25,5.5,5.8365307,24.638977,564.0931,107.27258 -2014-08-28 09:30:00+00:00,40.25,5.5,5.335083,24.659882,710.09454,117.806335 -2014-08-28 10:30:00+00:00,40.25,5.5,5.009863,24.709564,808.2154,123.51825 -2014-08-28 11:30:00+00:00,40.25,5.5,4.608869,24.813538,849.26416,125.491455 -2014-08-28 12:30:00+00:00,40.25,5.5,4.349366,24.85727,829.4972,123.82898 -2014-08-28 13:30:00+00:00,40.25,5.5,4.135547,24.947662,750.6189,118.461 -2014-08-28 14:30:00+00:00,40.25,5.5,4.061161,24.951447,619.5483,109.17105 -2014-08-28 15:30:00+00:00,40.25,5.5,4.247766,24.93219,448.87097,95.39163 -2014-08-28 16:30:00+00:00,40.25,5.5,3.940308,24.89444,258.47043,74.18616 -2014-08-28 17:30:00+00:00,40.25,5.5,3.549379,24.829285,82.680244,36.86667 -2014-08-28 18:30:00+00:00,40.25,5.5,3.5016346,24.797516,1.4275347,1.3034375 -2014-08-28 19:30:00+00:00,40.25,5.5,3.4037452,24.768738,0.0,0.0 -2014-08-28 20:30:00+00:00,40.25,5.5,3.2928061,24.682678,0.0,0.0 -2014-08-28 21:30:00+00:00,40.25,5.5,1.956115,24.332764,0.0,0.0 -2014-08-28 22:30:00+00:00,40.25,5.5,1.7842374,24.236633,0.0,0.0 -2014-08-28 23:30:00+00:00,40.25,5.5,1.5497941,24.1362,0.0,0.0 -2014-08-29 00:30:00+00:00,40.25,5.5,1.4363407,24.052032,0.0,0.0 -2014-08-29 01:30:00+00:00,40.25,5.5,1.1838824,23.987701,0.0,0.0 -2014-08-29 02:30:00+00:00,40.25,5.5,1.0758275,23.93341,0.0,0.0 -2014-08-29 03:30:00+00:00,40.25,5.5,1.6874892,23.917664,0.0,0.0 -2014-08-29 04:30:00+00:00,40.25,5.5,2.3150766,23.879639,0.0,0.0 -2014-08-29 05:30:00+00:00,40.25,5.5,2.8802936,23.892395,40.40785,20.69014 -2014-08-29 06:30:00+00:00,40.25,5.5,3.2145355,23.921448,182.15584,74.83147 -2014-08-29 07:30:00+00:00,40.25,5.5,3.2688196,23.999115,350.29855,113.7605 -2014-08-29 08:30:00+00:00,40.25,5.5,2.664171,24.083527,509.83237,133.409 -2014-08-29 09:30:00+00:00,40.25,5.5,1.959277,24.347412,608.4631,153.65283 -2014-08-29 10:30:00+00:00,40.25,5.5,1.1143659,24.535278,721.7769,167.84454 -2014-08-29 11:30:00+00:00,40.25,5.5,0.4551812,24.748932,809.40985,136.91064 -2014-08-29 12:30:00+00:00,40.25,5.5,1.6274565,24.892273,785.5788,156.68433 -2014-08-29 13:30:00+00:00,40.25,5.5,3.6519506,25.08612,725.43317,125.52588 -2014-08-29 14:30:00+00:00,40.25,5.5,4.3447633,25.100769,585.18555,133.78772 -2014-08-29 15:30:00+00:00,40.25,5.5,4.08041,25.053253,382.03925,144.90556 -2014-08-29 16:30:00+00:00,40.25,5.5,4.1554093,24.930023,176.19806,128.77133 -2014-08-29 17:30:00+00:00,40.25,5.5,4.3827662,24.858612,44.195175,44.195175 -2014-08-29 18:30:00+00:00,40.25,5.5,4.416762,24.797516,0.9468403,0.9096181 -2014-08-29 19:30:00+00:00,40.25,5.5,4.047005,24.72586,0.0,0.0 -2014-08-29 20:30:00+00:00,40.25,5.5,3.4234684,24.65445,0.0,0.0 -2014-08-29 21:30:00+00:00,40.25,5.5,3.1126618,24.358551,0.0,0.0 -2014-08-29 22:30:00+00:00,40.25,5.5,2.9870954,24.280365,0.0,0.0 -2014-08-29 23:30:00+00:00,40.25,5.5,3.2055678,24.185608,0.0,0.0 -2014-08-30 00:30:00+00:00,40.25,5.5,3.7488968,24.06778,0.0,0.0 -2014-08-30 01:30:00+00:00,40.25,5.5,3.981298,23.974121,0.0,0.0 -2014-08-30 02:30:00+00:00,40.25,5.5,4.4291816,23.905182,0.0,0.0 -2014-08-30 03:30:00+00:00,40.25,5.5,4.88613,23.849243,0.0,0.0 -2014-08-30 04:30:00+00:00,40.25,5.5,4.7627068,23.833496,0.0,0.0 -2014-08-30 05:30:00+00:00,40.25,5.5,4.4450912,23.844086,37.334305,20.81809 -2014-08-30 06:30:00+00:00,40.25,5.5,4.1918654,23.904358,188.24467,67.18365 -2014-08-30 07:30:00+00:00,40.25,5.5,4.052073,23.968689,374.21695,93.90036 -2014-08-30 08:30:00+00:00,40.25,5.5,3.77397,24.03656,550.53156,110.500275 -2014-08-30 09:30:00+00:00,40.25,5.5,3.8271239,24.309662,691.5075,120.71149 -2014-08-30 10:30:00+00:00,40.25,5.5,4.875602,24.402802,786.6859,127.73718 -2014-08-30 11:30:00+00:00,40.25,5.5,5.450454,24.436737,825.41864,129.52863 -2014-08-30 12:30:00+00:00,40.25,5.5,5.5319595,24.394653,804.96704,127.20648 -2014-08-30 13:30:00+00:00,40.25,5.5,5.097077,24.377014,727.35596,121.15735 -2014-08-30 14:30:00+00:00,40.25,5.5,4.4240575,24.365875,593.576,121.13272 -2014-08-30 15:30:00+00:00,40.25,5.5,3.9606607,24.338196,417.2322,117.61981 -2014-08-30 16:30:00+00:00,40.25,5.5,4.197366,24.303162,224.8652,98.05887 -2014-08-30 17:30:00+00:00,40.25,5.5,4.8490133,24.24179,69.26437,42.27507 -2014-08-30 18:30:00+00:00,40.25,5.5,5.318326,24.238281,0.7574653,0.74506944 -2014-08-30 19:30:00+00:00,40.25,5.5,5.0951653,24.278717,0.0,0.0 -2014-08-30 20:30:00+00:00,40.25,5.5,4.937812,24.36615,0.0,0.0 -2014-08-30 21:30:00+00:00,40.25,5.5,4.4038672,24.31186,0.0,0.0 -2014-08-30 22:30:00+00:00,40.25,5.5,3.5717072,24.432373,0.0,0.0 -2014-08-30 23:30:00+00:00,40.25,5.5,2.9377937,24.610748,0.0,0.0 -2014-08-31 00:30:00+00:00,40.25,5.5,3.2177463,24.755981,0.0,0.0 -2014-08-31 01:30:00+00:00,40.25,5.5,4.262702,24.883331,0.0,0.0 -2014-08-31 02:30:00+00:00,40.25,5.5,5.8702683,24.908844,0.0,0.0 -2014-08-31 03:30:00+00:00,40.25,5.5,7.2072024,24.770111,0.0,0.0 -2014-08-31 04:30:00+00:00,40.25,5.5,7.488407,24.624878,0.0,0.0 -2014-08-31 05:30:00+00:00,40.25,5.5,7.1583085,24.51654,36.780766,19.619307 -2014-08-31 06:30:00+00:00,40.25,5.5,6.587774,24.479095,186.87541,65.62826 -2014-08-31 07:30:00+00:00,40.25,5.5,6.2987723,24.449219,370.8375,92.38226 -2014-08-31 08:30:00+00:00,40.25,5.5,6.1854835,24.440796,541.63135,110.74542 -2014-08-31 09:30:00+00:00,40.25,5.5,6.1234975,24.388397,680.33484,123.5484 -2014-08-31 10:30:00+00:00,40.25,5.5,6.302464,24.42749,778.849,126.72516 -2014-08-31 11:30:00+00:00,40.25,5.5,6.166815,24.410126,818.7908,126.98334 -2014-08-31 12:30:00+00:00,40.25,5.5,5.723775,24.415283,795.1491,126.22363 -2014-08-31 13:30:00+00:00,40.25,5.5,5.5038757,24.340088,714.58105,121.37457 -2014-08-31 14:30:00+00:00,40.25,5.5,5.8002048,24.3591,585.62256,111.61578 -2014-08-31 15:30:00+00:00,40.25,5.5,6.074061,24.322968,419.83966,96.62555 -2014-08-31 16:30:00+00:00,40.25,5.5,6.3583026,24.387848,236.18349,73.5155 -2014-08-31 17:30:00+00:00,40.25,5.5,6.9628057,24.495087,68.81281,32.901527 -2014-08-31 18:30:00+00:00,40.25,5.5,7.267628,24.711456,0.50982636,0.49743053 -2014-08-31 19:30:00+00:00,40.25,5.5,7.244003,24.903687,0.0,0.0 -2014-08-31 20:30:00+00:00,40.25,5.5,7.3108325,24.95337,0.0,0.0 -2014-08-31 21:30:00+00:00,40.25,5.5,7.805019,24.720428,0.0,0.0 -2014-08-31 22:30:00+00:00,40.25,5.5,8.288137,24.711456,0.0,0.0 -2014-08-31 23:30:00+00:00,40.25,5.5,8.961699,24.714447,0.0,0.0 -2014-09-01 00:30:00+00:00,40.25,5.5,10.049829,24.658264,0.0,0.0 -2014-09-01 01:30:00+00:00,40.25,5.5,11.087108,24.464142,0.0,0.0 -2014-09-01 02:30:00+00:00,40.25,5.5,11.791688,24.207611,0.0,0.0 -2014-09-01 03:30:00+00:00,40.25,5.5,12.470413,24.053131,0.0,0.0 -2014-09-01 04:30:00+00:00,40.25,5.5,12.86934,23.926605,0.0,0.0 -2014-09-01 05:30:00+00:00,40.25,5.5,13.054572,23.73114,35.396946,19.240591 -2014-09-01 06:30:00+00:00,40.25,5.5,13.180571,23.56717,177.98976,67.178474 -2014-09-01 07:30:00+00:00,40.25,5.5,13.238514,23.447998,346.4821,111.66887 -2014-09-01 08:30:00+00:00,40.25,5.5,13.185189,23.33316,533.809,127.12042 -2014-09-01 09:30:00+00:00,40.25,5.5,13.040958,23.191986,656.46014,180.03363 -2014-09-01 10:30:00+00:00,40.25,5.5,12.515944,23.122223,788.9437,136.58417 -2014-09-01 11:30:00+00:00,40.25,5.5,11.887971,22.940063,824.25323,141.14441 -2014-09-01 12:30:00+00:00,40.25,5.5,11.447114,22.731018,809.8468,131.70154 -2014-09-01 13:30:00+00:00,40.25,5.5,11.552535,22.563782,744.61743,115.015686 -2014-09-01 14:30:00+00:00,40.25,5.5,11.33524,22.58197,609.42444,106.95169 -2014-09-01 15:30:00+00:00,40.25,5.5,10.916916,22.82251,443.7581,93.480255 -2014-09-01 16:30:00+00:00,40.25,5.5,10.310473,23.238129,250.58989,71.80275 -2014-09-01 17:30:00+00:00,40.25,5.5,9.466569,23.74582,71.93007,32.643578 -2014-09-01 18:30:00+00:00,40.25,5.5,8.846276,24.203247,0.33503473,0.3226389 -2014-09-01 19:30:00+00:00,40.25,5.5,8.771363,24.397095,0.0,0.0 -2014-09-01 20:30:00+00:00,40.25,5.5,9.583443,24.401978,0.0,0.0 -2014-09-01 21:30:00+00:00,40.25,5.5,9.805703,24.657715,0.0,0.0 -2014-09-01 22:30:00+00:00,40.25,5.5,10.411421,24.19403,0.0,0.0 -2014-09-01 23:30:00+00:00,40.25,5.5,10.541388,23.726257,0.0,0.0 -2014-09-02 00:30:00+00:00,40.25,5.5,10.841823,23.322021,0.0,0.0 -2014-09-02 01:30:00+00:00,40.25,5.5,11.231432,22.987549,0.0,0.0 -2014-09-02 02:30:00+00:00,40.25,5.5,11.18403,22.778503,0.0,0.0 -2014-09-02 03:30:00+00:00,40.25,5.5,11.080749,22.60965,0.0,0.0 -2014-09-02 04:30:00+00:00,40.25,5.5,11.001366,22.469025,0.0,0.0 -2014-09-02 05:30:00+00:00,40.25,5.5,10.817587,22.401703,36.27094,18.898508 -2014-09-02 06:30:00+00:00,40.25,5.5,10.552485,22.410126,192.35246,64.5162 -2014-09-02 07:30:00+00:00,40.25,5.5,10.338963,22.491028,384.2971,90.30591 -2014-09-02 08:30:00+00:00,40.25,5.5,10.181799,22.600708,564.3553,106.34354 -2014-09-02 09:30:00+00:00,40.25,5.5,9.933839,22.401703,709.91974,116.31622 -2014-09-02 10:30:00+00:00,40.25,5.5,9.891255,22.358795,805.43317,122.411194 -2014-09-02 11:30:00+00:00,40.25,5.5,9.680155,22.385956,843.758,124.32843 -2014-09-02 12:30:00+00:00,40.25,5.5,9.39168,22.4617,820.85925,122.83496 -2014-09-02 13:30:00+00:00,40.25,5.5,9.157515,22.658264,738.76166,117.61041 -2014-09-02 14:30:00+00:00,40.25,5.5,8.773767,22.960968,605.01074,108.283325 -2014-09-02 15:30:00+00:00,40.25,5.5,8.3964205,23.376587,433.0079,94.05936 -2014-09-02 16:30:00+00:00,40.25,5.5,7.6849008,23.888062,241.13614,71.270996 -2014-09-02 17:30:00+00:00,40.25,5.5,7.0224643,24.328125,67.44354,30.514725 -2014-09-02 18:30:00+00:00,40.25,5.5,6.9107065,24.58603,0.17479166,0.17479166 -2014-09-02 19:30:00+00:00,40.25,5.5,7.1778765,24.75708,0.0,0.0 -2014-09-02 20:30:00+00:00,40.25,5.5,7.806342,24.796722,0.0,0.0 -2014-09-02 21:30:00+00:00,40.25,5.5,8.298331,24.720428,0.0,0.0 -2014-09-02 22:30:00+00:00,40.25,5.5,8.727326,24.65445,0.0,0.0 -2014-09-02 23:30:00+00:00,40.25,5.5,8.370928,24.473663,0.0,0.0 -2014-09-03 00:30:00+00:00,40.25,5.5,8.217429,24.206512,0.0,0.0 -2014-09-03 01:30:00+00:00,40.25,5.5,8.13252,23.927979,0.0,0.0 -2014-09-03 02:30:00+00:00,40.25,5.5,7.8951187,23.68338,0.0,0.0 -2014-09-03 03:30:00+00:00,40.25,5.5,7.6652274,23.493591,0.0,0.0 -2014-09-03 04:30:00+00:00,40.25,5.5,7.37141,23.345642,0.0,0.0 -2014-09-03 05:30:00+00:00,40.25,5.5,6.9416637,23.238953,34.50837,18.103855 -2014-09-03 06:30:00+00:00,40.25,5.5,6.432842,23.186005,188.81277,63.01156 -2014-09-03 07:30:00+00:00,40.25,5.5,6.013296,23.17978,378.2082,88.696625 -2014-09-03 08:30:00+00:00,40.25,5.5,5.634991,23.210999,554.91614,104.92053 -2014-09-03 09:30:00+00:00,40.25,5.5,5.2148843,22.875702,696.60583,115.9447 -2014-09-03 10:30:00+00:00,40.25,5.5,5.0209293,22.9216,789.5118,122.83234 -2014-09-03 11:30:00+00:00,40.25,5.5,4.886444,22.988647,825.9575,125.116394 -2014-09-03 12:30:00+00:00,40.25,5.5,4.837476,23.061127,802.38873,123.64783 -2014-09-03 13:30:00+00:00,40.25,5.5,4.859882,23.101318,710.4587,121.39673 -2014-09-03 14:30:00+00:00,40.25,5.5,4.7684674,23.143402,588.6961,107.8396 -2014-09-03 15:30:00+00:00,40.25,5.5,4.4879394,23.128448,417.7712,93.27902 -2014-09-03 16:30:00+00:00,40.25,5.5,4.1766424,23.105652,228.15726,70.55208 -2014-09-03 17:30:00+00:00,40.25,5.5,3.966905,23.042389,61.179897,28.631424 -2014-09-03 18:30:00+00:00,40.25,5.5,3.829648,22.992706,0.072847225,0.072847225 -2014-09-03 19:30:00+00:00,40.25,5.5,3.8194587,22.996246,0.0,0.0 -2014-09-03 20:30:00+00:00,40.25,5.5,3.857657,22.983765,0.0,0.0 -2014-09-03 21:30:00+00:00,40.25,5.5,3.4039977,22.471466,0.0,0.0 -2014-09-03 22:30:00+00:00,40.25,5.5,3.006358,22.52414,0.0,0.0 -2014-09-03 23:30:00+00:00,40.25,5.5,2.5635693,22.561066,0.0,0.0 -2014-09-04 00:30:00+00:00,40.25,5.5,2.2338848,22.556732,0.0,0.0 -2014-09-04 01:30:00+00:00,40.25,5.5,1.8333113,22.542053,0.0,0.0 -2014-09-04 02:30:00+00:00,40.25,5.5,1.7970871,22.551819,0.0,0.0 -2014-09-04 03:30:00+00:00,40.25,5.5,2.28232,22.556976,0.0,0.0 -2014-09-04 04:30:00+00:00,40.25,5.5,2.756807,22.640594,0.0,0.0 -2014-09-04 05:30:00+00:00,40.25,5.5,2.8339458,22.73996,32.07573,17.172674 -2014-09-04 06:30:00+00:00,40.25,5.5,2.6185377,22.82547,181.47118,62.19703 -2014-09-04 07:30:00+00:00,40.25,5.5,2.9503722,22.900696,368.7836,89.24878 -2014-09-04 08:30:00+00:00,40.25,5.5,3.5446453,22.997345,538.8928,111.48135 -2014-09-04 09:30:00+00:00,40.25,5.5,3.6160488,23.254425,675.95026,118.46893 -2014-09-04 10:30:00+00:00,40.25,5.5,3.6559484,23.366821,764.0931,141.06805 -2014-09-04 11:30:00+00:00,40.25,5.5,3.4708605,23.472168,807.23944,125.01166 -2014-09-04 12:30:00+00:00,40.25,5.5,2.9053597,23.56961,783.16077,124.55951 -2014-09-04 13:30:00+00:00,40.25,5.5,2.191777,23.636932,699.8396,121.46173 -2014-09-04 14:30:00+00:00,40.25,5.5,1.8158838,23.673065,549.7595,119.03491 -2014-09-04 15:30:00+00:00,40.25,5.5,1.7739882,23.671692,402.753,94.51642 -2014-09-04 16:30:00+00:00,40.25,5.5,1.9636608,23.641571,218.20825,70.1207 -2014-09-04 17:30:00+00:00,40.25,5.5,2.1778255,23.556854,55.717396,27.338299 -2014-09-04 18:30:00+00:00,40.25,5.5,2.521597,23.47705,0.014583333,0.014583333 -2014-09-04 19:30:00+00:00,40.25,5.5,2.968139,23.420044,0.0,0.0 -2014-09-04 20:30:00+00:00,40.25,5.5,3.537419,23.329346,0.0,0.0 -2014-09-04 21:30:00+00:00,40.25,5.5,3.7825594,23.083649,0.0,0.0 -2014-09-04 22:30:00+00:00,40.25,5.5,3.3480735,23.047546,0.0,0.0 -2014-09-04 23:30:00+00:00,40.25,5.5,2.827876,22.991913,0.0,0.0 -2014-09-05 00:30:00+00:00,40.25,5.5,2.2833867,22.952545,0.0,0.0 -2014-09-05 01:30:00+00:00,40.25,5.5,1.9288942,22.879517,0.0,0.0 -2014-09-05 02:30:00+00:00,40.25,5.5,1.8157237,22.848572,0.0,0.0 -2014-09-05 03:30:00+00:00,40.25,5.5,2.3092427,22.776337,0.0,0.0 -2014-09-05 04:30:00+00:00,40.25,5.5,2.8653178,22.763306,0.0,0.0 -2014-09-05 05:30:00+00:00,40.25,5.5,2.632504,22.765228,29.293507,17.095589 -2014-09-05 06:30:00+00:00,40.25,5.5,2.1469243,22.824951,156.72246,76.64798 -2014-09-05 07:30:00+00:00,40.25,5.5,1.6974717,22.940063,311.68237,128.99886 -2014-09-05 08:30:00+00:00,40.25,5.5,1.1046271,23.095062,496.34366,153.74692 -2014-09-05 09:30:00+00:00,40.25,5.5,0.386403,23.266632,601.5148,178.50848 -2014-09-05 10:30:00+00:00,40.25,5.5,0.32196102,23.4393,676.3582,196.19662 -2014-09-05 11:30:00+00:00,40.25,5.5,0.6296391,23.584808,711.6968,181.70111 -2014-09-05 12:30:00+00:00,40.25,5.5,1.1610838,23.718658,687.58905,154.91309 -2014-09-05 13:30:00+00:00,40.25,5.5,0.9266213,23.795746,573.2555,178.4422 -2014-09-05 14:30:00+00:00,40.25,5.5,0.943981,23.843536,479.8542,164.19711 -2014-09-05 15:30:00+00:00,40.25,5.5,1.5890431,23.928528,362.15576,114.77234 -2014-09-05 16:30:00+00:00,40.25,5.5,2.166044,24.012146,196.91182,83.705605 -2014-09-05 17:30:00+00:00,40.25,5.5,2.6814046,24.088135,45.855762,28.19795 -2014-09-05 18:30:00+00:00,40.25,5.5,2.785194,24.123993,0.0,0.0 -2014-09-05 19:30:00+00:00,40.25,5.5,2.477046,24.18045,0.0,0.0 -2014-09-05 20:30:00+00:00,40.25,5.5,1.9879912,24.175293,0.0,0.0 -2014-09-05 21:30:00+00:00,40.25,5.5,1.6824642,24.391937,0.0,0.0 -2014-09-05 22:30:00+00:00,40.25,5.5,1.606993,24.340637,0.0,0.0 -2014-09-05 23:30:00+00:00,40.25,5.5,1.862801,24.297455,0.0,0.0 -2014-09-06 00:30:00+00:00,40.25,5.5,2.2820914,24.235565,0.0,0.0 -2014-09-06 01:30:00+00:00,40.25,5.5,2.7173057,24.21222,0.0,0.0 -2014-09-06 02:30:00+00:00,40.25,5.5,3.2946265,24.179626,0.0,0.0 -2014-09-06 03:30:00+00:00,40.25,5.5,4.0494585,24.186707,0.0,0.0 -2014-09-06 04:30:00+00:00,40.25,5.5,4.10215,24.093842,0.0,0.0 -2014-09-06 05:30:00+00:00,40.25,5.5,4.003215,24.029236,20.335035,14.552501 -2014-09-06 06:30:00+00:00,40.25,5.5,3.695022,24.071869,112.73122,61.445312 -2014-09-06 07:30:00+00:00,40.25,5.5,3.4440446,24.113129,304.2971,113.684296 -2014-09-06 08:30:00+00:00,40.25,5.5,3.2975564,24.232574,467.9824,126.00607 -2014-09-06 09:30:00+00:00,40.25,5.5,2.9447575,24.740509,610.7355,150.24197 -2014-09-06 10:30:00+00:00,40.25,5.5,3.382405,24.91156,737.2758,143.10144 -2014-09-06 11:30:00+00:00,40.25,5.5,3.8220456,25.106201,730.4732,154.9494 -2014-09-06 12:30:00+00:00,40.25,5.5,4.1974854,25.249542,728.6378,160.08777 -2014-09-06 13:30:00+00:00,40.25,5.5,4.4189644,25.346466,653.92554,141.91034 -2014-09-06 14:30:00+00:00,40.25,5.5,4.3732867,25.388275,521.74786,130.91779 -2014-09-06 15:30:00+00:00,40.25,5.5,4.0462847,25.38501,369.62848,97.04263 -2014-09-06 16:30:00+00:00,40.25,5.5,3.657579,25.327454,200.72829,70.633606 -2014-09-06 17:30:00+00:00,40.25,5.5,3.7530892,25.219421,46.48215,25.449095 -2014-09-06 18:30:00+00:00,40.25,5.5,4.0845294,25.116241,0.0,0.0 -2014-09-06 19:30:00+00:00,40.25,5.5,4.0961747,25.015533,0.0,0.0 -2014-09-06 20:30:00+00:00,40.25,5.5,3.8586087,24.933258,0.0,0.0 -2014-09-06 21:30:00+00:00,40.25,5.5,4.197901,24.653381,0.0,0.0 -2014-09-06 22:30:00+00:00,40.25,5.5,4.037979,24.604767,0.0,0.0 -2014-09-06 23:30:00+00:00,40.25,5.5,3.5321558,24.538818,0.0,0.0 -2014-09-07 00:30:00+00:00,40.25,5.5,3.4192808,24.473907,0.0,0.0 -2014-09-07 01:30:00+00:00,40.25,5.5,3.487709,24.416107,0.0,0.0 -2014-09-07 02:30:00+00:00,40.25,5.5,3.3031905,24.398712,0.0,0.0 -2014-09-07 03:30:00+00:00,40.25,5.5,2.7686028,24.34552,0.0,0.0 -2014-09-07 04:30:00+00:00,40.25,5.5,2.4773731,24.33139,0.0,0.0 -2014-09-07 05:30:00+00:00,40.25,5.5,2.5599618,24.32489,25.50618,15.529444 -2014-09-07 06:30:00+00:00,40.25,5.5,2.8639538,24.33194,163.20462,63.970833 -2014-09-07 07:30:00+00:00,40.25,5.5,3.2204564,24.422882,337.45078,99.99446 -2014-09-07 08:30:00+00:00,40.25,5.5,3.7323382,24.521149,499.2715,135.9147 -2014-09-07 09:30:00+00:00,40.25,5.5,4.2301683,24.687317,631.43463,144.33649 -2014-09-07 10:30:00+00:00,40.25,5.5,4.531679,24.828217,752.23584,134.84442 -2014-09-07 11:30:00+00:00,40.25,5.5,4.6459527,24.93869,788.565,133.32654 -2014-09-07 12:30:00+00:00,40.25,5.5,4.5684643,25.029114,760.74274,133.61035 -2014-09-07 13:30:00+00:00,40.25,5.5,4.5253778,25.062225,685.37494,121.26727 -2014-09-07 14:30:00+00:00,40.25,5.5,4.090257,25.092346,552.9642,111.98984 -2014-09-07 15:30:00+00:00,40.25,5.5,3.9391668,25.083954,386.584,94.15637 -2014-09-07 16:30:00+00:00,40.25,5.5,4.095335,25.070099,202.54912,68.558044 -2014-09-07 17:30:00+00:00,40.25,5.5,4.2801085,24.981049,45.88493,23.946041 -2014-09-07 18:30:00+00:00,40.25,5.5,4.4541287,24.923767,0.0,0.0 -2014-09-07 19:30:00+00:00,40.25,5.5,5.0063624,24.851837,0.0,0.0 -2014-09-07 20:30:00+00:00,40.25,5.5,5.188299,24.789124,0.0,0.0 -2014-09-07 21:30:00+00:00,40.25,5.5,4.5446424,24.513824,0.0,0.0 -2014-09-07 22:30:00+00:00,40.25,5.5,5.234458,24.48587,0.0,0.0 -2014-09-07 23:30:00+00:00,40.25,5.5,5.6923585,24.422058,0.0,0.0 -2014-09-08 00:30:00+00:00,40.25,5.5,5.3961973,24.360443,0.0,0.0 -2014-09-08 01:30:00+00:00,40.25,5.5,5.236749,24.305603,0.0,0.0 -2014-09-08 02:30:00+00:00,40.25,5.5,4.952634,24.278992,0.0,0.0 -2014-09-08 03:30:00+00:00,40.25,5.5,4.799891,24.2258,0.0,0.0 -2014-09-08 04:30:00+00:00,40.25,5.5,5.1449084,24.24533,0.0,0.0 -2014-09-08 05:30:00+00:00,40.25,5.5,5.5110984,24.249664,22.563715,16.657084 -2014-09-08 06:30:00+00:00,40.25,5.5,5.637873,24.395203,132.30879,96.347855 -2014-09-08 07:30:00+00:00,40.25,5.5,5.413475,24.539612,278.485,154.09839 -2014-09-08 08:30:00+00:00,40.25,5.5,4.807982,24.715546,473.89645,166.42923 -2014-09-08 09:30:00+00:00,40.25,5.5,3.0872872,24.916168,633.6925,165.55511 -2014-09-08 10:30:00+00:00,40.25,5.5,3.9423509,25.072815,732.52716,155.34058 -2014-09-08 11:30:00+00:00,40.25,5.5,4.8091846,25.189545,771.2599,154.1167 -2014-09-08 12:30:00+00:00,40.25,5.5,4.9799733,25.297333,742.38873,157.6947 -2014-09-08 13:30:00+00:00,40.25,5.5,4.911276,25.38095,674.77045,132.11774 -2014-09-08 14:30:00+00:00,40.25,5.5,4.8539715,25.356506,547.51624,115.99744 -2014-09-08 15:30:00+00:00,40.25,5.5,4.469868,25.358948,382.28687,94.61182 -2014-09-08 16:30:00+00:00,40.25,5.5,4.018768,25.26175,199.34445,67.40085 -2014-09-08 17:30:00+00:00,40.25,5.5,3.3922155,25.128479,43.379444,22.18507 -2014-09-08 18:30:00+00:00,40.25,5.5,2.369195,24.969635,0.0,0.0 -2014-09-08 19:30:00+00:00,40.25,5.5,1.8494095,24.842316,0.0,0.0 -2014-09-08 20:30:00+00:00,40.25,5.5,1.4853941,24.706573,0.0,0.0 -2014-09-08 21:30:00+00:00,40.25,5.5,2.2350857,24.813538,0.0,0.0 -2014-09-08 22:30:00+00:00,40.25,5.5,2.9822288,24.676453,0.0,0.0 -2014-09-08 23:30:00+00:00,40.25,5.5,3.0891523,24.65799,0.0,0.0 -2014-09-09 00:30:00+00:00,40.25,5.5,2.7925844,24.63382,0.0,0.0 -2014-09-09 01:30:00+00:00,40.25,5.5,2.8202498,24.613464,0.0,0.0 -2014-09-09 02:30:00+00:00,40.25,5.5,2.1545453,24.551575,0.0,0.0 -2014-09-09 03:30:00+00:00,40.25,5.5,1.8215388,24.540161,0.0,0.0 -2014-09-09 04:30:00+00:00,40.25,5.5,1.8426701,24.526855,0.0,0.0 -2014-09-09 05:30:00+00:00,40.25,5.5,1.6506958,24.554016,22.723959,12.945765 -2014-09-09 06:30:00+00:00,40.25,5.5,2.2302432,24.570557,146.01598,69.056114 -2014-09-09 07:30:00+00:00,40.25,5.5,2.9580104,24.642517,329.84695,90.7899 -2014-09-09 08:30:00+00:00,40.25,5.5,3.4523363,24.834442,511.14337,108.065735 -2014-09-09 09:30:00+00:00,40.25,5.5,3.3833966,25.010376,614.3043,132.91425 -2014-09-09 10:30:00+00:00,40.25,5.5,3.5795033,25.111359,726.1324,160.5481 -2014-09-09 11:30:00+00:00,40.25,5.5,3.5472856,25.256073,745.2729,156.64526 -2014-09-09 12:30:00+00:00,40.25,5.5,3.478642,25.383942,690.5024,160.65564 -2014-09-09 13:30:00+00:00,40.25,5.5,3.3255765,25.470245,629.40985,141.02118 -2014-09-09 14:30:00+00:00,40.25,5.5,3.3508358,25.487091,517.7566,122.9433 -2014-09-09 15:30:00+00:00,40.25,5.5,2.5876415,25.517212,372.16306,100.47064 -2014-09-09 16:30:00+00:00,40.25,5.5,1.8322082,25.417053,198.95114,65.2827 -2014-09-09 17:30:00+00:00,40.25,5.5,1.6368355,25.225922,41.36927,20.907047 -2014-09-09 18:30:00+00:00,40.25,5.5,0.70228297,25.07608,0.0,0.0 -2014-09-09 19:30:00+00:00,40.25,5.5,1.3861231,24.95636,0.0,0.0 -2014-09-09 20:30:00+00:00,40.25,5.5,2.430729,24.80243,0.0,0.0 -2014-09-09 21:30:00+00:00,40.25,5.5,2.9656281,24.66449,0.0,0.0 -2014-09-09 22:30:00+00:00,40.25,5.5,2.9176948,24.542877,0.0,0.0 -2014-09-09 23:30:00+00:00,40.25,5.5,2.9435878,24.400879,0.0,0.0 -2014-09-10 00:30:00+00:00,40.25,5.5,3.0451176,24.281708,0.0,0.0 -2014-09-10 01:30:00+00:00,40.25,5.5,3.2116816,24.16632,0.0,0.0 -2014-09-10 02:30:00+00:00,40.25,5.5,3.299694,24.063446,0.0,0.0 -2014-09-10 03:30:00+00:00,40.25,5.5,3.3670466,23.927704,0.0,0.0 -2014-09-10 04:30:00+00:00,40.25,5.5,3.0266464,23.908966,0.0,0.0 -2014-09-10 05:30:00+00:00,40.25,5.5,2.4365857,23.929047,22.126736,13.490173 -2014-09-10 06:30:00+00:00,40.25,5.5,1.656233,23.981445,160.81569,60.154854 -2014-09-10 07:30:00+00:00,40.25,5.5,0.96188253,23.989319,344.06403,87.746216 -2014-09-10 08:30:00+00:00,40.25,5.5,0.78647393,24.08136,517.65466,105.48132 -2014-09-10 09:30:00+00:00,40.25,5.5,1.3980864,24.36206,658.96564,116.809265 -2014-09-10 10:30:00+00:00,40.25,5.5,1.591727,24.506226,751.91534,122.747925 -2014-09-10 11:30:00+00:00,40.25,5.5,1.6971059,24.71637,788.7107,124.56262 -2014-09-10 12:30:00+00:00,40.25,5.5,1.8573687,24.937897,763.758,122.39264 -2014-09-10 13:30:00+00:00,40.25,5.5,1.8704981,25.055695,681.0632,116.32269 -2014-09-10 14:30:00+00:00,40.25,5.5,2.0898223,25.181946,547.90955,105.967316 -2014-09-10 15:30:00+00:00,40.25,5.5,2.3528337,25.257141,377.59644,90.2316 -2014-09-10 16:30:00+00:00,40.25,5.5,2.4565592,25.310638,192.1631,65.04654 -2014-09-10 17:30:00+00:00,40.25,5.5,2.4999042,25.242493,38.164585,19.923544 -2014-09-10 18:30:00+00:00,40.25,5.5,2.5079038,25.159943,0.0,0.0 -2014-09-10 19:30:00+00:00,40.25,5.5,2.7344542,25.099152,0.0,0.0 -2014-09-10 20:30:00+00:00,40.25,5.5,3.5883718,25.040771,0.0,0.0 -2014-09-10 21:30:00+00:00,40.25,5.5,5.236915,25.197968,0.0,0.0 -2014-09-10 22:30:00+00:00,40.25,5.5,5.719487,25.238953,0.0,0.0 -2014-09-10 23:30:00+00:00,40.25,5.5,5.833623,25.283203,0.0,0.0 -2014-09-11 00:30:00+00:00,40.25,5.5,5.8986645,25.283203,0.0,0.0 -2014-09-11 01:30:00+00:00,40.25,5.5,5.880164,25.222412,0.0,0.0 -2014-09-11 02:30:00+00:00,40.25,5.5,6.1129565,25.174347,0.0,0.0 -2014-09-11 03:30:00+00:00,40.25,5.5,6.282384,25.15915,0.0,0.0 -2014-09-11 04:30:00+00:00,40.25,5.5,6.2471213,25.178955,0.0,0.0 -2014-09-11 05:30:00+00:00,40.25,5.5,5.9576135,25.21994,21.121632,13.229583 -2014-09-11 06:30:00+00:00,40.25,5.5,5.856591,25.284851,152.73122,60.44639 -2014-09-11 07:30:00+00:00,40.25,5.5,5.7146707,25.407288,312.81857,107.09177 -2014-09-11 08:30:00+00:00,40.25,5.5,5.5642176,25.521301,471.59494,140.79904 -2014-09-11 09:30:00+00:00,40.25,5.5,5.7802224,25.637482,531.78424,171.19461 -2014-09-11 10:30:00+00:00,40.25,5.5,5.4786267,25.644562,644.4572,175.53809 -2014-09-11 11:30:00+00:00,40.25,5.5,5.1770973,25.328278,644.4426,178.24103 -2014-09-11 12:30:00+00:00,40.25,5.5,4.744733,25.42871,681.7187,153.32379 -2014-09-11 13:30:00+00:00,40.25,5.5,4.3196707,25.506104,625.31665,134.18561 -2014-09-11 14:30:00+00:00,40.25,5.5,4.0540237,25.571533,506.91904,119.811646 -2014-09-11 15:30:00+00:00,40.25,5.5,3.7846124,25.619019,346.36557,98.56026 -2014-09-11 16:30:00+00:00,40.25,5.5,3.6360455,25.638306,177.15944,66.67079 -2014-09-11 17:30:00+00:00,40.25,5.5,3.4862876,25.556854,33.96941,18.681667 -2014-09-11 18:30:00+00:00,40.25,5.5,3.2443151,25.443665,0.0,0.0 -2014-09-11 19:30:00+00:00,40.25,5.5,2.9919102,25.358124,0.0,0.0 -2014-09-11 20:30:00+00:00,40.25,5.5,2.8935456,25.269897,0.0,0.0 -2014-09-11 21:30:00+00:00,40.25,5.5,2.710525,25.224854,0.0,0.0 -2014-09-11 22:30:00+00:00,40.25,5.5,2.8227227,25.129272,0.0,0.0 -2014-09-11 23:30:00+00:00,40.25,5.5,3.1479666,25.063843,0.0,0.0 -2014-09-12 00:30:00+00:00,40.25,5.5,3.8038824,25.013092,0.0,0.0 -2014-09-12 01:30:00+00:00,40.25,5.5,4.3732743,25.025024,0.0,0.0 -2014-09-12 02:30:00+00:00,40.25,5.5,4.569527,25.023682,0.0,0.0 -2014-09-12 03:30:00+00:00,40.25,5.5,4.652888,24.964478,0.0,0.0 -2014-09-12 04:30:00+00:00,40.25,5.5,4.580204,24.972076,0.0,0.0 -2014-09-12 05:30:00+00:00,40.25,5.5,4.8896365,24.991913,19.62125,12.498577 -2014-09-12 06:30:00+00:00,40.25,5.5,5.0749774,25.010376,138.79094,58.704033 -2014-09-12 07:30:00+00:00,40.25,5.5,4.936079,24.9805,227.90964,89.3521 -2014-09-12 08:30:00+00:00,40.25,5.5,5.173839,24.873535,380.29126,111.47772 -2014-09-12 09:30:00+00:00,40.25,5.5,5.2016063,24.598816,601.58765,128.16406 -2014-09-12 10:30:00+00:00,40.25,5.5,4.9508386,24.420166,670.29846,138.72687 -2014-09-12 11:30:00+00:00,40.25,5.5,5.3081274,24.234741,737.64,135.6853 -2014-09-12 12:30:00+00:00,40.25,5.5,5.4469333,24.171753,711.59485,131.46735 -2014-09-12 13:30:00+00:00,40.25,5.5,5.185889,24.14624,646.30725,133.15045 -2014-09-12 14:30:00+00:00,40.25,5.5,4.6868434,24.190216,511.92996,122.91159 -2014-09-12 15:30:00+00:00,40.25,5.5,4.4539847,24.287964,364.2679,86.61923 -2014-09-12 16:30:00+00:00,40.25,5.5,4.519134,24.37265,172.906,62.454582 -2014-09-12 17:30:00+00:00,40.25,5.5,4.8012123,24.398193,30.706493,16.448715 -2014-09-12 18:30:00+00:00,40.25,5.5,4.915573,24.453827,0.0,0.0 -2014-09-12 19:30:00+00:00,40.25,5.5,4.6056714,24.529572,0.0,0.0 -2014-09-12 20:30:00+00:00,40.25,5.5,4.266969,24.60614,0.0,0.0 -2014-09-12 21:30:00+00:00,40.25,5.5,4.171739,24.776611,0.0,0.0 -2014-09-12 22:30:00+00:00,40.25,5.5,3.9225152,24.88684,0.0,0.0 -2014-09-12 23:30:00+00:00,40.25,5.5,3.4637494,24.931366,0.0,0.0 -2014-09-13 00:30:00+00:00,40.25,5.5,3.098687,24.935455,0.0,0.0 -2014-09-13 01:30:00+00:00,40.25,5.5,3.3783796,24.93869,0.0,0.0 -2014-09-13 02:30:00+00:00,40.25,5.5,4.3009224,24.936798,0.0,0.0 -2014-09-13 03:30:00+00:00,40.25,5.5,5.4990215,24.878143,0.0,0.0 -2014-09-13 04:30:00+00:00,40.25,5.5,6.0090733,24.81247,0.0,0.0 -2014-09-13 05:30:00+00:00,40.25,5.5,5.761651,24.669647,19.927153,12.134375 -2014-09-13 06:30:00+00:00,40.25,5.5,5.1871963,24.573273,152.03201,58.642776 -2014-09-13 07:30:00+00:00,40.25,5.5,4.8242564,24.469574,339.49008,85.77814 -2014-09-13 08:30:00+00:00,40.25,5.5,4.9361796,24.451385,512.55634,102.517334 -2014-09-13 09:30:00+00:00,40.25,5.5,4.80727,24.197815,655.6153,113.1239 -2014-09-13 10:30:00+00:00,40.25,5.5,4.6217613,24.195923,743.05884,127.62805 -2014-09-13 11:30:00+00:00,40.25,5.5,4.318616,24.240173,779.8104,122.512085 -2014-09-13 12:30:00+00:00,40.25,5.5,3.7566702,24.243713,749.01654,123.41052 -2014-09-13 13:30:00+00:00,40.25,5.5,3.3022513,24.24588,671.3618,114.41412 -2014-09-13 14:30:00+00:00,40.25,5.5,2.9549675,24.251038,516.24164,106.90994 -2014-09-13 15:30:00+00:00,40.25,5.5,2.5355155,24.274933,362.12662,88.48602 -2014-09-13 16:30:00+00:00,40.25,5.5,1.9915535,24.267853,175.13469,61.89125 -2014-09-13 17:30:00+00:00,40.25,5.5,1.3284243,24.243713,30.138369,16.674759 -2014-09-13 18:30:00+00:00,40.25,5.5,0.91275626,24.28009,0.0,0.0 -2014-09-13 19:30:00+00:00,40.25,5.5,0.47065488,24.277924,0.0,0.0 -2014-09-13 20:30:00+00:00,40.25,5.5,0.4365348,24.309143,0.0,0.0 -2014-09-13 21:30:00+00:00,40.25,5.5,0.691449,24.17041,0.0,0.0 -2014-09-13 22:30:00+00:00,40.25,5.5,0.74120015,24.158722,0.0,0.0 -2014-09-13 23:30:00+00:00,40.25,5.5,0.7697001,24.168762,0.0,0.0 -2014-09-14 00:30:00+00:00,40.25,5.5,0.86137825,24.147064,0.0,0.0 -2014-09-14 01:30:00+00:00,40.25,5.5,1.1457566,24.114197,0.0,0.0 -2014-09-14 02:30:00+00:00,40.25,5.5,1.5161664,24.093292,0.0,0.0 -2014-09-14 03:30:00+00:00,40.25,5.5,1.9573315,24.061798,0.0,0.0 -2014-09-14 04:30:00+00:00,40.25,5.5,2.5583885,23.997192,0.0,0.0 -2014-09-14 05:30:00+00:00,40.25,5.5,3.040965,23.969513,18.441355,11.715765 -2014-09-14 06:30:00+00:00,40.25,5.5,3.3373647,23.98877,137.02837,58.666283 -2014-09-14 07:30:00+00:00,40.25,5.5,3.5182202,24.037659,307.28326,96.29509 -2014-09-14 08:30:00+00:00,40.25,5.5,3.6693857,24.1734,460.45145,113.23859 -2014-09-14 09:30:00+00:00,40.25,5.5,4.2667036,24.43753,555.5862,150.0516 -2014-09-14 10:30:00+00:00,40.25,5.5,4.5308685,24.592834,653.9401,181.63336 -2014-09-14 11:30:00+00:00,40.25,5.5,4.663344,24.715271,641.6604,224.25052 -2014-09-14 12:30:00+00:00,40.25,5.5,4.892746,24.807587,666.8607,206.40442 -2014-09-14 13:30:00+00:00,40.25,5.5,5.326455,24.871368,633.9838,147.655 -2014-09-14 14:30:00+00:00,40.25,5.5,5.6203885,24.922943,494.3043,125.46277 -2014-09-14 15:30:00+00:00,40.25,5.5,5.652969,24.94629,315.09097,102.04294 -2014-09-14 16:30:00+00:00,40.25,5.5,5.611309,24.99353,145.91403,64.88406 -2014-09-14 17:30:00+00:00,40.25,5.5,5.595737,24.943329,25.18573,15.978334 -2014-09-14 18:30:00+00:00,40.25,5.5,5.444154,24.874908,0.0,0.0 -2014-09-14 19:30:00+00:00,40.25,5.5,5.7531085,24.827118,0.0,0.0 -2014-09-14 20:30:00+00:00,40.25,5.5,6.2425504,24.823334,0.0,0.0 -2014-09-14 21:30:00+00:00,40.25,5.5,6.695339,24.663696,0.0,0.0 -2014-09-14 22:30:00+00:00,40.25,5.5,6.910384,24.66748,0.0,0.0 -2014-09-14 23:30:00+00:00,40.25,5.5,5.6004825,24.654724,0.0,0.0 -2014-09-15 00:30:00+00:00,40.25,5.5,5.374407,24.663147,0.0,0.0 -2014-09-15 01:30:00+00:00,40.25,5.5,5.8585567,24.646027,0.0,0.0 -2014-09-15 02:30:00+00:00,40.25,5.5,5.8728967,24.647125,0.0,0.0 -2014-09-15 03:30:00+00:00,40.25,5.5,5.724788,24.748657,0.0,0.0 -2014-09-15 04:30:00+00:00,40.25,5.5,5.9724913,24.875702,0.0,0.0 -2014-09-15 05:30:00+00:00,40.25,5.5,5.80511,25.04486,15.994166,11.601423 -2014-09-15 06:30:00+00:00,40.25,5.5,5.1123724,25.13443,139.43187,59.394615 -2014-09-15 07:30:00+00:00,40.25,5.5,4.0814543,25.3443,293.53235,97.28592 -2014-09-15 08:30:00+00:00,40.25,5.5,3.6001208,24.019196,455.8047,137.10742 -2014-09-15 09:30:00+00:00,40.25,5.5,5.7526727,25.561493,500.8156,165.31677 -2014-09-15 10:30:00+00:00,40.25,5.5,6.3244133,25.690704,656.0523,176.263 -2014-09-15 11:30:00+00:00,40.25,5.5,6.155372,25.758575,750.3858,139.3974 -2014-09-15 12:30:00+00:00,40.25,5.5,5.51708,25.795227,658.0625,154.52258 -2014-09-15 13:30:00+00:00,40.25,5.5,4.707233,25.798767,565.14185,170.9614 -2014-09-15 14:30:00+00:00,40.25,5.5,3.434147,25.761017,451.23077,141.08325 -2014-09-15 15:30:00+00:00,40.25,5.5,1.9190964,25.697754,315.96497,111.354965 -2014-09-15 16:30:00+00:00,40.25,5.5,0.5079064,25.663269,154.98903,69.8517 -2014-09-15 17:30:00+00:00,40.25,5.5,2.5445025,25.476776,25.302258,14.791945 -2014-09-15 18:30:00+00:00,40.25,5.5,4.7606187,25.2547,0.0,0.0 -2014-09-15 19:30:00+00:00,40.25,5.5,4.3341613,25.018524,0.0,0.0 -2014-09-15 20:30:00+00:00,40.25,5.5,4.5872593,24.963959,0.0,0.0 -2014-09-15 21:30:00+00:00,40.25,5.5,4.439264,24.937622,0.0,0.0 -2014-09-15 22:30:00+00:00,40.25,5.5,3.0431528,24.910187,0.0,0.0 -2014-09-15 23:30:00+00:00,40.25,5.5,2.4234335,24.78476,0.0,0.0 -2014-09-16 00:30:00+00:00,40.25,5.5,2.729722,24.701416,0.0,0.0 -2014-09-16 01:30:00+00:00,40.25,5.5,2.8365388,24.58551,0.0,0.0 -2014-09-16 02:30:00+00:00,40.25,5.5,2.3560765,24.498077,0.0,0.0 -2014-09-16 03:30:00+00:00,40.25,5.5,1.5478386,24.412292,0.0,0.0 -2014-09-16 04:30:00+00:00,40.25,5.5,1.2501346,24.308594,0.0,0.0 -2014-09-16 05:30:00+00:00,40.25,5.5,1.6536132,24.223602,15.877639,11.757916 -2014-09-16 06:30:00+00:00,40.25,5.5,2.5065203,24.207336,143.56879,58.85337 -2014-09-16 07:30:00+00:00,40.25,5.5,3.293743,24.178284,307.4726,92.04204 -2014-09-16 08:30:00+00:00,40.25,5.5,4.0724516,24.224152,474.08585,141.88773 -2014-09-16 09:30:00+00:00,40.25,5.5,4.7206726,24.361542,601.83527,152.1623 -2014-09-16 10:30:00+00:00,40.25,5.5,5.1127834,24.330841,703.9474,156.76544 -2014-09-16 11:30:00+00:00,40.25,5.5,5.1400948,24.301788,707.7493,212.16348 -2014-09-16 12:30:00+00:00,40.25,5.5,5.2288413,24.272766,690.02167,188.19415 -2014-09-16 13:30:00+00:00,40.25,5.5,4.999637,24.274109,629.77405,143.51971 -2014-09-16 14:30:00+00:00,40.25,5.5,4.7099175,24.319977,509.206,114.30582 -2014-09-16 15:30:00+00:00,40.25,5.5,4.2591496,24.317291,341.60226,93.4619 -2014-09-16 16:30:00+00:00,40.25,5.5,3.8007967,24.3284,157.8441,66.36584 -2014-09-16 17:30:00+00:00,40.25,5.5,3.756889,24.371582,22.971598,15.9481945 -2014-09-16 18:30:00+00:00,40.25,5.5,3.8827913,24.378357,0.0,0.0 -2014-09-16 19:30:00+00:00,40.25,5.5,4.87465,24.394379,0.0,0.0 -2014-09-16 20:30:00+00:00,40.25,5.5,6.312651,24.416107,0.0,0.0 -2014-09-16 21:30:00+00:00,40.25,5.5,7.6786637,24.315643,0.0,0.0 -2014-09-16 22:30:00+00:00,40.25,5.5,8.417397,24.422882,0.0,0.0 -2014-09-16 23:30:00+00:00,40.25,5.5,7.548927,24.564606,0.0,0.0 -2014-09-17 00:30:00+00:00,40.25,5.5,6.162617,24.71637,0.0,0.0 -2014-09-17 01:30:00+00:00,40.25,5.5,4.9307704,24.62024,0.0,0.0 -2014-09-17 02:30:00+00:00,40.25,5.5,5.051052,24.597443,0.0,0.0 -2014-09-17 03:30:00+00:00,40.25,5.5,5.138287,24.605865,0.0,0.0 -2014-09-17 04:30:00+00:00,40.25,5.5,6.3517194,24.735352,0.0,0.0 -2014-09-17 05:30:00+00:00,40.25,5.5,7.30755,24.764679,10.662778,9.521181 -2014-09-17 06:30:00+00:00,40.25,5.5,8.235886,24.878967,110.64819,68.04851 -2014-09-17 07:30:00+00:00,40.25,5.5,8.728267,24.978333,246.01596,113.78696 -2014-09-17 08:30:00+00:00,40.25,5.5,9.015969,25.118683,439.2133,165.3121 -2014-09-17 09:30:00+00:00,40.25,5.5,9.673078,25.10321,578.7617,188.17984 -2014-09-17 10:30:00+00:00,40.25,5.5,9.772973,25.11325,650.5461,189.45694 -2014-09-17 11:30:00+00:00,40.25,5.5,9.000404,25.102417,641.3545,205.35608 -2014-09-17 12:30:00+00:00,40.25,5.5,8.8091135,25.10431,653.96924,172.39307 -2014-09-17 13:30:00+00:00,40.25,5.5,9.2830925,25.13443,618.60144,133.861 -2014-09-17 14:30:00+00:00,40.25,5.5,9.6143055,25.13443,479.92706,122.117035 -2014-09-17 15:30:00+00:00,40.25,5.5,9.86432,25.180328,314.94528,94.66286 -2014-09-17 16:30:00+00:00,40.25,5.5,10.069474,25.196594,125.46246,56.059616 -2014-09-17 17:30:00+00:00,40.25,5.5,9.653272,25.209381,18.048056,11.434132 -2014-09-17 18:30:00+00:00,40.25,5.5,8.933363,25.191437,0.0,0.0 -2014-09-17 19:30:00+00:00,40.25,5.5,8.17354,25.162659,0.0,0.0 -2014-09-17 20:30:00+00:00,40.25,5.5,7.477407,25.116516,0.0,0.0 -2014-09-17 21:30:00+00:00,40.25,5.5,6.637063,25.084198,0.0,0.0 -2014-09-17 22:30:00+00:00,40.25,5.5,5.896388,25.02069,0.0,0.0 -2014-09-17 23:30:00+00:00,40.25,5.5,4.916764,24.927032,0.0,0.0 -2014-09-18 00:30:00+00:00,40.25,5.5,4.129225,24.85019,0.0,0.0 -2014-09-18 01:30:00+00:00,40.25,5.5,3.7329004,24.767395,0.0,0.0 -2014-09-18 02:30:00+00:00,40.25,5.5,3.7487094,24.717438,0.0,0.0 -2014-09-18 03:30:00+00:00,40.25,5.5,4.0516696,24.66153,0.0,0.0 -2014-09-18 04:30:00+00:00,40.25,5.5,4.177195,24.595001,0.0,0.0 -2014-09-18 05:30:00+00:00,40.25,5.5,4.3225884,24.560242,12.323368,11.094896 -2014-09-18 06:30:00+00:00,40.25,5.5,4.647847,24.630829,121.07792,69.13434 -2014-09-18 07:30:00+00:00,40.25,5.5,4.628247,24.709564,303.43765,104.00215 -2014-09-18 08:30:00+00:00,40.25,5.5,4.7135606,24.859436,423.7144,186.95297 -2014-09-18 09:30:00+00:00,40.25,5.5,5.490058,24.99002,511.75513,251.66501 -2014-09-18 10:30:00+00:00,40.25,5.5,5.2213397,25.083405,640.69904,225.07602 -2014-09-18 11:30:00+00:00,40.25,5.5,4.285671,25.22403,659.825,260.8175 -2014-09-18 12:30:00+00:00,40.25,5.5,4.36027,25.195251,583.48126,271.1994 -2014-09-18 13:30:00+00:00,40.25,5.5,4.0594835,25.199036,386.10333,242.5078 -2014-09-18 14:30:00+00:00,40.25,5.5,3.6622446,25.198792,435.9358,175.75882 -2014-09-18 15:30:00+00:00,40.25,5.5,3.3614147,25.149902,286.19073,133.92137 -2014-09-18 16:30:00+00:00,40.25,5.5,2.7416556,25.0253,129.01674,73.46219 -2014-09-18 17:30:00+00:00,40.25,5.5,1.9794345,24.874084,17.829584,13.511286 -2014-09-18 18:30:00+00:00,40.25,5.5,1.6201149,24.775269,0.0,0.0 -2014-09-18 19:30:00+00:00,40.25,5.5,1.3499556,24.70874,0.0,0.0 -2014-09-18 20:30:00+00:00,40.25,5.5,1.1353511,24.60965,0.0,0.0 -2014-09-18 21:30:00+00:00,40.25,5.5,2.3278341,24.478271,0.0,0.0 -2014-09-18 22:30:00+00:00,40.25,5.5,3.0039964,24.36261,0.0,0.0 -2014-09-18 23:30:00+00:00,40.25,5.5,3.391661,24.340637,0.0,0.0 -2014-09-19 00:30:00+00:00,40.25,5.5,3.2471042,24.264343,0.0,0.0 -2014-09-19 01:30:00+00:00,40.25,5.5,3.1755295,24.140808,0.0,0.0 -2014-09-19 02:30:00+00:00,40.25,5.5,2.7617538,24.183716,0.0,0.0 -2014-09-19 03:30:00+00:00,40.25,5.5,2.1120493,24.189423,0.0,0.0 -2014-09-19 04:30:00+00:00,40.25,5.5,2.2769039,24.166077,0.0,0.0 -2014-09-19 05:30:00+00:00,40.25,5.5,2.435283,24.227417,9.934444,9.43809 -2014-09-19 06:30:00+00:00,40.25,5.5,2.694248,24.350403,121.83538,74.532745 -2014-09-19 07:30:00+00:00,40.25,5.5,2.7268598,24.40387,267.50174,142.71805 -2014-09-19 08:30:00+00:00,40.25,5.5,2.0591488,24.51004,429.9052,173.67426 -2014-09-19 09:30:00+00:00,40.25,5.5,3.166239,24.755188,578.4121,185.44772 -2014-09-19 10:30:00+00:00,40.25,5.5,3.9474087,24.890106,598.14984,219.85275 -2014-09-19 11:30:00+00:00,40.25,5.5,4.748556,25.0112,676.51843,220.46729 -2014-09-19 12:30:00+00:00,40.25,5.5,4.8167567,25.04486,652.7456,194.92001 -2014-09-19 13:30:00+00:00,40.25,5.5,3.607916,25.087189,589.3371,177.63528 -2014-09-19 14:30:00+00:00,40.25,5.5,3.8569846,25.099426,447.09384,155.60925 -2014-09-19 15:30:00+00:00,40.25,5.5,3.2963817,25.087738,278.19366,135.69011 -2014-09-19 16:30:00+00:00,40.25,5.5,2.2208092,25.001678,108.71083,86.35004 -2014-09-19 17:30:00+00:00,40.25,5.5,2.034231,24.95282,9.672256,9.672256 -2014-09-19 18:30:00+00:00,40.25,5.5,2.7798095,24.924591,0.0,0.0 -2014-09-19 19:30:00+00:00,40.25,5.5,3.9054806,24.856445,0.0,0.0 -2014-09-19 20:30:00+00:00,40.25,5.5,3.924128,24.789398,0.0,0.0 -2014-09-19 21:30:00+00:00,40.25,5.5,5.777962,24.730743,0.0,0.0 -2014-09-19 22:30:00+00:00,40.25,5.5,4.63548,24.728577,0.0,0.0 -2014-09-19 23:30:00+00:00,40.25,5.5,3.1964972,24.713104,0.0,0.0 -2014-09-20 00:30:00+00:00,40.25,5.5,2.7689984,24.66449,0.0,0.0 -2014-09-20 01:30:00+00:00,40.25,5.5,3.4347486,24.610474,0.0,0.0 -2014-09-20 02:30:00+00:00,40.25,5.5,4.3126817,24.6026,0.0,0.0 -2014-09-20 03:30:00+00:00,40.25,5.5,3.6592925,24.55429,0.0,0.0 -2014-09-20 04:30:00+00:00,40.25,5.5,2.947358,24.4552,0.0,0.0 -2014-09-20 05:30:00+00:00,40.25,5.5,2.3762655,24.411743,11.871805,8.757187 -2014-09-20 06:30:00+00:00,40.25,5.5,1.4808375,24.395721,130.7356,60.352432 -2014-09-20 07:30:00+00:00,40.25,5.5,0.57654345,24.43103,305.78287,91.34502 -2014-09-20 08:30:00+00:00,40.25,5.5,0.4262739,24.525513,475.5425,108.71121 -2014-09-20 09:30:00+00:00,40.25,5.5,2.5273829,25.162415,605.2293,131.76852 -2014-09-20 10:30:00+00:00,40.25,5.5,3.0950747,25.295166,705.43317,120.37927 -2014-09-20 11:30:00+00:00,40.25,5.5,3.171135,25.386383,728.97284,133.64441 -2014-09-20 12:30:00+00:00,40.25,5.5,4.018661,25.444733,679.03845,145.82892 -2014-09-20 13:30:00+00:00,40.25,5.5,3.891909,25.471344,573.372,157.83588 -2014-09-20 14:30:00+00:00,40.25,5.5,3.2172563,25.51886,438.80542,161.49179 -2014-09-20 15:30:00+00:00,40.25,5.5,2.412297,25.541656,283.61246,119.82767 -2014-09-20 16:30:00+00:00,40.25,5.5,2.9951074,25.440674,131.3474,68.44681 -2014-09-20 17:30:00+00:00,40.25,5.5,2.8896348,25.283478,15.265833,10.252638 -2014-09-20 18:30:00+00:00,40.25,5.5,1.959709,25.164307,0.0,0.0 -2014-09-20 19:30:00+00:00,40.25,5.5,0.9122742,25.084747,0.0,0.0 -2014-09-20 20:30:00+00:00,40.25,5.5,0.5574252,25.00412,0.0,0.0 -2014-09-20 21:30:00+00:00,40.25,5.5,0.6104436,24.747833,0.0,0.0 -2014-09-20 22:30:00+00:00,40.25,5.5,0.68568957,24.680237,0.0,0.0 -2014-09-20 23:30:00+00:00,40.25,5.5,1.681879,24.59961,0.0,0.0 -2014-09-21 00:30:00+00:00,40.25,5.5,2.5924106,24.554016,0.0,0.0 -2014-09-21 01:30:00+00:00,40.25,5.5,3.380575,24.486938,0.0,0.0 -2014-09-21 02:30:00+00:00,40.25,5.5,3.427888,24.400879,0.0,0.0 -2014-09-21 03:30:00+00:00,40.25,5.5,2.9132638,24.311584,0.0,0.0 -2014-09-21 04:30:00+00:00,40.25,5.5,2.4351783,24.21222,0.0,0.0 -2014-09-21 05:30:00+00:00,40.25,5.5,0.97045726,24.14325,11.128923,8.039131 -2014-09-21 06:30:00+00:00,40.25,5.5,0.9288435,24.090576,101.296425,52.641216 -2014-09-21 07:30:00+00:00,40.25,5.5,1.0211346,24.024078,162.56367,96.62291 -2014-09-21 08:30:00+00:00,40.25,5.5,2.6848724,24.08081,360.97586,176.5551 -2014-09-21 09:30:00+00:00,40.25,5.5,1.8868288,24.205414,465.50607,174.51785 -2014-09-21 10:30:00+00:00,40.25,5.5,0.87284404,24.341705,630.42957,192.71878 -2014-09-21 11:30:00+00:00,40.25,5.5,1.2744895,24.52768,719.825,134.23761 -2014-09-21 12:30:00+00:00,40.25,5.5,1.3468275,24.655548,684.0494,135.39075 -2014-09-21 13:30:00+00:00,40.25,5.5,0.73791814,24.902039,565.63715,147.1477 -2014-09-21 14:30:00+00:00,40.25,5.5,0.9800254,25.099945,335.33862,151.63759 -2014-09-21 15:30:00+00:00,40.25,5.5,1.4319947,25.138794,256.15433,101.62657 -2014-09-21 16:30:00+00:00,40.25,5.5,1.4111729,25.216156,111.31826,67.17989 -2014-09-21 17:30:00+00:00,40.25,5.5,1.605282,25.26828,10.575382,9.34691 -2014-09-21 18:30:00+00:00,40.25,5.5,2.266175,25.229736,0.0,0.0 -2014-09-21 19:30:00+00:00,40.25,5.5,2.95866,25.105652,0.0,0.0 -2014-09-21 20:30:00+00:00,40.25,5.5,3.2531188,24.930542,0.0,0.0 -2014-09-21 21:30:00+00:00,40.25,5.5,2.6197803,24.394653,0.0,0.0 -2014-09-21 22:30:00+00:00,40.25,5.5,2.225487,24.280884,0.0,0.0 -2014-09-21 23:30:00+00:00,40.25,5.5,1.7988207,24.228241,0.0,0.0 -2014-09-22 00:30:00+00:00,40.25,5.5,1.4566376,24.180725,0.0,0.0 -2014-09-22 01:30:00+00:00,40.25,5.5,1.420129,24.141907,0.0,0.0 -2014-09-22 02:30:00+00:00,40.25,5.5,1.36478,24.138641,0.0,0.0 -2014-09-22 03:30:00+00:00,40.25,5.5,2.3543992,24.206512,0.0,0.0 -2014-09-22 04:30:00+00:00,40.25,5.5,3.5373104,24.288513,0.0,0.0 -2014-09-22 05:30:00+00:00,40.25,5.5,3.6712496,24.358551,9.934444,8.854896 -2014-09-22 06:30:00+00:00,40.25,5.5,3.6032093,24.422607,74.9308,53.935005 -2014-09-22 07:30:00+00:00,40.25,5.5,2.3323371,24.500244,125.65184,105.73559 -2014-09-22 08:30:00+00:00,40.25,5.5,3.572367,24.374298,126.75889,112.91059 -2014-09-22 09:30:00+00:00,40.25,5.5,3.7412765,23.90924,192.97884,155.37994 -2014-09-22 10:30:00+00:00,40.25,5.5,4.8250585,24.124268,374.46457,231.06757 -2014-09-22 11:30:00+00:00,40.25,5.5,4.370309,24.180725,406.1179,294.438 -2014-09-22 12:30:00+00:00,40.25,5.5,3.4509945,24.161713,501.26718,236.7099 -2014-09-22 13:30:00+00:00,40.25,5.5,4.449435,24.022705,436.99918,225.81245 -2014-09-22 14:30:00+00:00,40.25,5.5,5.1256413,23.891327,372.73114,206.89888 -2014-09-22 15:30:00+00:00,40.25,5.5,5.2198267,23.746887,202.01013,146.8775 -2014-09-22 16:30:00+00:00,40.25,5.5,4.6558414,23.677399,75.3241,70.18684 -2014-09-22 17:30:00+00:00,40.25,5.5,4.684625,23.651886,6.642396,6.232917 -2014-09-22 18:30:00+00:00,40.25,5.5,5.213759,23.563385,0.0,0.0 -2014-09-22 19:30:00+00:00,40.25,5.5,4.8084874,23.518585,0.0,0.0 -2014-09-22 20:30:00+00:00,40.25,5.5,4.25008,23.525635,0.0,0.0 -2014-09-22 21:30:00+00:00,40.25,5.5,3.0067368,23.742004,0.0,0.0 -2014-09-22 22:30:00+00:00,40.25,5.5,3.1866724,23.55252,0.0,0.0 -2014-09-22 23:30:00+00:00,40.25,5.5,3.8497443,23.086365,0.0,0.0 -2014-09-23 00:30:00+00:00,40.25,5.5,4.0759535,23.149628,0.0,0.0 -2014-09-23 01:30:00+00:00,40.25,5.5,4.9712515,23.263123,0.0,0.0 -2014-09-23 02:30:00+00:00,40.25,5.5,5.7085886,23.273987,0.0,0.0 -2014-09-23 03:30:00+00:00,40.25,5.5,5.9649763,23.198761,0.0,0.0 -2014-09-23 04:30:00+00:00,40.25,5.5,5.615654,22.96231,0.0,0.0 -2014-09-23 05:30:00+00:00,40.25,5.5,4.7898545,22.832825,6.8463197,5.5309725 -2014-09-23 06:30:00+00:00,40.25,5.5,3.8960054,22.693268,88.7691,52.49795 -2014-09-23 07:30:00+00:00,40.25,5.5,4.1169786,22.55426,229.33717,110.385666 -2014-09-23 08:30:00+00:00,40.25,5.5,4.219281,22.555359,283.43765,136.49171 -2014-09-23 09:30:00+00:00,40.25,5.5,5.279773,22.646027,439.81052,224.61574 -2014-09-23 10:30:00+00:00,40.25,5.5,4.8995175,22.762238,472.81854,264.4983 -2014-09-23 11:30:00+00:00,40.25,5.5,4.836199,22.7872,351.6678,264.43338 -2014-09-23 12:30:00+00:00,40.25,5.5,4.831531,22.62976,480.66992,151.46234 -2014-09-23 13:30:00+00:00,40.25,5.5,3.8737636,22.467682,447.15213,195.20226 -2014-09-23 14:30:00+00:00,40.25,5.5,2.8699527,22.554016,322.855,140.95326 -2014-09-23 15:30:00+00:00,40.25,5.5,2.71314,22.590668,257.0866,87.87915 -2014-09-23 16:30:00+00:00,40.25,5.5,2.4981563,22.549103,102.6074,48.318546 -2014-09-23 17:30:00+00:00,40.25,5.5,1.6725909,22.51764,8.579757,6.0607634 -2014-09-23 18:30:00+00:00,40.25,5.5,0.44254443,22.533112,0.0,0.0 -2014-09-23 19:30:00+00:00,40.25,5.5,0.9362543,22.316742,0.0,0.0 -2014-09-23 20:30:00+00:00,40.25,5.5,1.7139726,22.353363,0.0,0.0 -2014-09-23 21:30:00+00:00,40.25,5.5,3.1331944,22.738342,0.0,0.0 -2014-09-23 22:30:00+00:00,40.25,5.5,4.499286,22.003174,0.0,0.0 -2014-09-23 23:30:00+00:00,40.25,5.5,5.785365,21.368439,0.0,0.0 -2014-09-24 00:30:00+00:00,40.25,5.5,5.8371406,21.383362,0.0,0.0 -2014-09-24 01:30:00+00:00,40.25,5.5,5.4167123,20.794525,0.0,0.0 -2014-09-24 02:30:00+00:00,40.25,5.5,5.2268744,20.900146,0.0,0.0 -2014-09-24 03:30:00+00:00,40.25,5.5,4.6841445,21.458313,0.0,0.0 -2014-09-24 04:30:00+00:00,40.25,5.5,4.6541286,21.746613,0.0,0.0 -2014-09-24 05:30:00+00:00,40.25,5.5,4.6105123,21.799011,7.079375,5.8509026 -2014-09-24 06:30:00+00:00,40.25,5.5,4.3221965,21.196045,80.30587,53.713646 -2014-09-24 07:30:00+00:00,40.25,5.5,3.6933894,20.600952,154.11504,103.3007 -2014-09-24 08:30:00+00:00,40.25,5.5,2.6250749,20.401703,212.5127,156.8837 -2014-09-24 09:30:00+00:00,40.25,5.5,1.2330772,20.885742,417.93143,206.73232 -2014-09-24 10:30:00+00:00,40.25,5.5,0.7932161,21.608154,545.65173,188.42493 -2014-09-24 11:30:00+00:00,40.25,5.5,0.41853762,22.156555,588.01154,180.28058 -2014-09-24 12:30:00+00:00,40.25,5.5,0.98645794,22.444061,584.06396,195.82736 -2014-09-24 13:30:00+00:00,40.25,5.5,1.4780203,22.618073,492.6437,231.98279 -2014-09-24 14:30:00+00:00,40.25,5.5,1.4848998,22.648743,405.273,149.41434 -2014-09-24 15:30:00+00:00,40.25,5.5,1.5976621,22.68811,283.17545,93.456085 -2014-09-24 16:30:00+00:00,40.25,5.5,1.977351,22.693268,117.319725,54.85344 -2014-09-24 17:30:00+00:00,40.25,5.5,2.70774,22.679962,8.798264,6.7384024 -2014-09-24 18:30:00+00:00,40.25,5.5,3.9140449,22.609375,0.0,0.0 -2014-09-24 19:30:00+00:00,40.25,5.5,5.023061,22.603424,0.0,0.0 -2014-09-24 20:30:00+00:00,40.25,5.5,5.211413,22.43753,0.0,0.0 -2014-09-24 21:30:00+00:00,40.25,5.5,5.878732,21.875854,0.0,0.0 -2014-09-24 22:30:00+00:00,40.25,5.5,6.0818243,21.515045,0.0,0.0 -2014-09-24 23:30:00+00:00,40.25,5.5,7.311653,21.567444,0.0,0.0 -2014-09-25 00:30:00+00:00,40.25,5.5,8.31594,21.554688,0.0,0.0 -2014-09-25 01:30:00+00:00,40.25,5.5,8.201102,21.733856,0.0,0.0 -2014-09-25 02:30:00+00:00,40.25,5.5,8.207876,21.636383,0.0,0.0 -2014-09-25 03:30:00+00:00,40.25,5.5,8.576473,21.632874,0.0,0.0 -2014-09-25 04:30:00+00:00,40.25,5.5,8.51625,21.787872,0.0,0.0 -2014-09-25 05:30:00+00:00,40.25,5.5,8.274451,21.870148,4.7632985,4.7632985 -2014-09-25 06:30:00+00:00,40.25,5.5,8.0366955,21.838654,78.93663,60.28611 -2014-09-25 07:30:00+00:00,40.25,5.5,7.965887,21.716217,260.0582,97.37779 -2014-09-25 08:30:00+00:00,40.25,5.5,8.404113,21.698303,417.26135,146.12735 -2014-09-25 09:30:00+00:00,40.25,5.5,8.710651,21.493591,589.74493,125.60321 -2014-09-25 10:30:00+00:00,40.25,5.5,9.002867,21.386627,667.73474,141.21356 -2014-09-25 11:30:00+00:00,40.25,5.5,8.592935,21.210968,684.10767,145.71118 -2014-09-25 12:30:00+00:00,40.25,5.5,7.9865093,20.979675,670.34216,149.29333 -2014-09-25 13:30:00+00:00,40.25,5.5,7.7883,20.929718,582.3888,148.74811 -2014-09-25 14:30:00+00:00,40.25,5.5,7.785649,20.948456,458.13535,127.98471 -2014-09-25 15:30:00+00:00,40.25,5.5,7.8521395,21.065735,285.5644,91.39026 -2014-09-25 16:30:00+00:00,40.25,5.5,8.228173,21.193054,120.85941,52.52372 -2014-09-25 17:30:00+00:00,40.25,5.5,8.020422,21.33667,8.492361,6.0354166 -2014-09-25 18:30:00+00:00,40.25,5.5,7.8740816,21.553864,0.0,0.0 -2014-09-25 19:30:00+00:00,40.25,5.5,8.026714,21.812317,0.0,0.0 -2014-09-25 20:30:00+00:00,40.25,5.5,8.280484,22.028961,0.0,0.0 -2014-09-25 21:30:00+00:00,40.25,5.5,8.967614,22.240448,0.0,0.0 -2014-09-25 22:30:00+00:00,40.25,5.5,9.212662,22.29773,0.0,0.0 -2014-09-25 23:30:00+00:00,40.25,5.5,9.180019,22.241516,0.0,0.0 -2014-09-26 00:30:00+00:00,40.25,5.5,9.248202,22.086517,0.0,0.0 -2014-09-26 01:30:00+00:00,40.25,5.5,9.5645485,21.898926,0.0,0.0 -2014-09-26 02:30:00+00:00,40.25,5.5,9.585837,21.785706,0.0,0.0 -2014-09-26 03:30:00+00:00,40.25,5.5,9.401759,21.694489,0.0,0.0 -2014-09-26 04:30:00+00:00,40.25,5.5,8.864204,21.673584,0.0,0.0 -2014-09-26 05:30:00+00:00,40.25,5.5,8.344191,21.600006,8.65257,6.0094795 -2014-09-26 06:30:00+00:00,40.25,5.5,7.923418,21.655945,95.30952,50.649967 -2014-09-26 07:30:00+00:00,40.25,5.5,7.2058883,21.781921,299.4318,79.80704 -2014-09-26 08:30:00+00:00,40.25,5.5,6.381785,21.90271,392.804,131.0635 -2014-09-26 09:30:00+00:00,40.25,5.5,6.0517855,22.301788,522.9132,160.88416 -2014-09-26 10:30:00+00:00,40.25,5.5,6.0926046,22.314026,548.78357,215.17087 -2014-09-26 11:30:00+00:00,40.25,5.5,6.069807,22.41092,568.6524,238.92365 -2014-09-26 12:30:00+00:00,40.25,5.5,5.77532,22.515717,597.5964,155.75342 -2014-09-26 13:30:00+00:00,40.25,5.5,5.4585805,22.66803,515.4842,164.20123 -2014-09-26 14:30:00+00:00,40.25,5.5,4.846029,22.800507,402.24316,121.49225 -2014-09-26 15:30:00+00:00,40.25,5.5,4.581047,23.013336,235.51343,95.05733 -2014-09-26 16:30:00+00:00,40.25,5.5,4.769942,23.101868,110.37142,50.039444 -2014-09-26 17:30:00+00:00,40.25,5.5,4.7061224,23.180847,6.991979,5.341597 -2014-09-26 18:30:00+00:00,40.25,5.5,4.7042513,23.193878,0.0,0.0 -2014-09-26 19:30:00+00:00,40.25,5.5,4.4893293,23.210724,0.0,0.0 -2014-09-26 20:30:00+00:00,40.25,5.5,4.1445575,23.266113,0.0,0.0 -2014-09-26 21:30:00+00:00,40.25,5.5,3.3935318,23.314972,0.0,0.0 -2014-09-26 22:30:00+00:00,40.25,5.5,3.627025,23.334778,0.0,0.0 -2014-09-26 23:30:00+00:00,40.25,5.5,3.8873434,23.347809,0.0,0.0 -2014-09-27 00:30:00+00:00,40.25,5.5,3.9034173,23.289185,0.0,0.0 -2014-09-27 01:30:00+00:00,40.25,5.5,3.7942495,23.109192,0.0,0.0 -2014-09-27 02:30:00+00:00,40.25,5.5,3.999613,22.95877,0.0,0.0 -2014-09-27 03:30:00+00:00,40.25,5.5,4.629647,22.859161,0.0,0.0 -2014-09-27 04:30:00+00:00,40.25,5.5,5.2148757,22.739685,0.0,0.0 -2014-09-27 05:30:00+00:00,40.25,5.5,5.758508,22.644684,6.1325693,4.9413195 -2014-09-27 06:30:00+00:00,40.25,5.5,6.129294,22.91452,83.96212,48.18733 -2014-09-27 07:30:00+00:00,40.25,5.5,6.021459,23.149628,252.19221,93.63156 -2014-09-27 08:30:00+00:00,40.25,5.5,5.870081,23.320404,388.44855,115.54007 -2014-09-27 09:30:00+00:00,40.25,5.5,5.884241,23.289185,510.91028,134.46213 -2014-09-27 10:30:00+00:00,40.25,5.5,5.759442,23.396667,656.2271,131.28186 -2014-09-27 11:30:00+00:00,40.25,5.5,5.8035583,23.512604,711.9882,123.062805 -2014-09-27 12:30:00+00:00,40.25,5.5,5.909544,23.560944,701.44196,112.51654 -2014-09-27 13:30:00+00:00,40.25,5.5,5.867223,23.634216,612.9205,105.09949 -2014-09-27 14:30:00+00:00,40.25,5.5,5.7943034,23.673859,473.63428,94.86563 -2014-09-27 15:30:00+00:00,40.25,5.5,5.657088,23.705627,299.0822,77.732635 -2014-09-27 16:30:00+00:00,40.25,5.5,5.6470556,23.692871,119.14056,46.015038 -2014-09-27 17:30:00+00:00,40.25,5.5,5.610073,23.598114,6.5841317,4.7724304 -2014-09-27 18:30:00+00:00,40.25,5.5,5.494008,23.558472,0.0,0.0 -2014-09-27 19:30:00+00:00,40.25,5.5,5.2961354,23.506104,0.0,0.0 -2014-09-27 20:30:00+00:00,40.25,5.5,5.307545,23.455872,0.0,0.0 -2014-09-27 21:30:00+00:00,40.25,5.5,6.153068,23.374695,0.0,0.0 -2014-09-27 22:30:00+00:00,40.25,5.5,6.316434,23.336151,0.0,0.0 -2014-09-27 23:30:00+00:00,40.25,5.5,6.574056,23.368713,0.0,0.0 -2014-09-28 00:30:00+00:00,40.25,5.5,6.691789,23.306824,0.0,0.0 -2014-09-28 01:30:00+00:00,40.25,5.5,6.9179487,23.253326,0.0,0.0 -2014-09-28 02:30:00+00:00,40.25,5.5,7.251755,23.216156,0.0,0.0 -2014-09-28 03:30:00+00:00,40.25,5.5,7.5159273,23.239777,0.0,0.0 -2014-09-28 04:30:00+00:00,40.25,5.5,7.6537914,23.356781,0.0,0.0 -2014-09-28 05:30:00+00:00,40.25,5.5,7.922236,23.459656,6.0597224,4.657535 -2014-09-28 06:30:00+00:00,40.25,5.5,8.2931795,23.662476,101.310974,51.625835 -2014-09-28 07:30:00+00:00,40.25,5.5,8.668014,23.860107,256.30002,90.393295 -2014-09-28 08:30:00+00:00,40.25,5.5,8.954992,24.077301,373.6343,150.36134 -2014-09-28 09:30:00+00:00,40.25,5.5,9.00818,24.089508,530.42957,176.367 -2014-09-28 10:30:00+00:00,40.25,5.5,9.326885,24.003723,632.1193,165.38416 -2014-09-28 11:30:00+00:00,40.25,5.5,9.305077,24.066437,644.9817,168.50555 -2014-09-28 12:30:00+00:00,40.25,5.5,9.182309,24.057465,672.36694,123.17474 -2014-09-28 13:30:00+00:00,40.25,5.5,9.111102,24.052032,577.2613,123.54303 -2014-09-28 14:30:00+00:00,40.25,5.5,9.194332,24.080261,434.30435,117.30713 -2014-09-28 15:30:00+00:00,40.25,5.5,9.44395,24.12967,267.39978,96.29376 -2014-09-28 16:30:00+00:00,40.25,5.5,9.44153,24.180725,86.54041,51.907253 -2014-09-28 17:30:00+00:00,40.25,5.5,9.209969,24.179352,4.588507,3.9680557 -2014-09-28 18:30:00+00:00,40.25,5.5,9.336009,24.208405,0.0,0.0 -2014-09-28 19:30:00+00:00,40.25,5.5,9.5795145,24.210846,0.0,0.0 -2014-09-28 20:30:00+00:00,40.25,5.5,9.592091,24.195923,0.0,0.0 -2014-09-28 21:30:00+00:00,40.25,5.5,9.536667,24.21466,0.0,0.0 -2014-09-28 22:30:00+00:00,40.25,5.5,9.354049,24.163605,0.0,0.0 -2014-09-28 23:30:00+00:00,40.25,5.5,9.206919,24.098999,0.0,0.0 -2014-09-29 00:30:00+00:00,40.25,5.5,9.27009,23.981995,0.0,0.0 -2014-09-29 01:30:00+00:00,40.25,5.5,9.238156,23.90326,0.0,0.0 -2014-09-29 02:30:00+00:00,40.25,5.5,8.99188,23.819641,0.0,0.0 -2014-09-29 03:30:00+00:00,40.25,5.5,9.203487,23.747711,0.0,0.0 -2014-09-29 04:30:00+00:00,40.25,5.5,9.403287,23.66681,0.0,0.0 -2014-09-29 05:30:00+00:00,40.25,5.5,9.959948,23.520752,5.5790277,4.4374304 -2014-09-29 06:30:00+00:00,40.25,5.5,9.960771,23.42221,81.35469,40.963787 -2014-09-29 07:30:00+00:00,40.25,5.5,9.424925,23.564728,172.73122,73.658714 -2014-09-29 08:30:00+00:00,40.25,5.5,9.141013,23.642365,330.2257,108.106766 -2014-09-29 09:30:00+00:00,40.25,5.5,9.344099,24.016205,488.2446,139.61713 -2014-09-29 10:30:00+00:00,40.25,5.5,9.487122,23.979279,556.8826,146.73193 -2014-09-29 11:30:00+00:00,40.25,5.5,8.496751,23.9516,521.9081,205.46927 -2014-09-29 12:30:00+00:00,40.25,5.5,7.899495,23.88562,563.86,145.79242 -2014-09-29 13:30:00+00:00,40.25,5.5,7.999387,23.825623,430.06546,138.4444 -2014-09-29 14:30:00+00:00,40.25,5.5,8.413493,23.914948,347.3415,106.01361 -2014-09-29 15:30:00+00:00,40.25,5.5,8.670055,23.98117,206.19078,87.11517 -2014-09-29 16:30:00+00:00,40.25,5.5,8.496242,24.05069,79.40274,39.83083 -2014-09-29 17:30:00+00:00,40.25,5.5,8.202302,24.082184,3.9475694,3.2526736 -2014-09-29 18:30:00+00:00,40.25,5.5,7.840161,24.116913,0.0,0.0 -2014-09-29 19:30:00+00:00,40.25,5.5,7.690296,24.145966,0.0,0.0 -2014-09-29 20:30:00+00:00,40.25,5.5,7.4888916,24.133759,0.0,0.0 -2014-09-29 21:30:00+00:00,40.25,5.5,6.1697993,24.18045,0.0,0.0 -2014-09-29 22:30:00+00:00,40.25,5.5,6.022879,24.124786,0.0,0.0 -2014-09-29 23:30:00+00:00,40.25,5.5,6.11322,24.10852,0.0,0.0 -2014-09-30 00:30:00+00:00,40.25,5.5,6.778483,24.038452,0.0,0.0 -2014-09-30 01:30:00+00:00,40.25,5.5,7.1852245,23.977661,0.0,0.0 -2014-09-30 02:30:00+00:00,40.25,5.5,6.6615973,23.929596,0.0,0.0 -2014-09-30 03:30:00+00:00,40.25,5.5,5.721924,23.947235,0.0,0.0 -2014-09-30 04:30:00+00:00,40.25,5.5,5.1215205,23.944519,0.0,0.0 -2014-09-30 05:30:00+00:00,40.25,5.5,5.205107,24.041992,4.7050347,4.0845833 -2014-09-30 06:30:00+00:00,40.25,5.5,5.8787885,24.156555,61.689724,49.566254 -2014-09-30 07:30:00+00:00,40.25,5.5,5.9001045,24.110138,151.79897,107.00292 -2014-09-30 08:30:00+00:00,40.25,5.5,5.382275,23.6763,158.07715,116.42055 -2014-09-30 09:30:00+00:00,40.25,5.5,2.5911694,22.80539,246.36555,197.46216 -2014-09-30 10:30:00+00:00,40.25,5.5,2.1169276,22.84964,175.091,155.68353 -2014-09-30 11:30:00+00:00,40.25,5.5,1.7736036,23.206116,384.76318,239.38075 -2014-09-30 12:30:00+00:00,40.25,5.5,1.6906444,23.292175,381.10696,226.91425 -2014-09-30 13:30:00+00:00,40.25,5.5,1.8787997,23.325012,424.69034,153.3826 -2014-09-30 14:30:00+00:00,40.25,5.5,2.3306422,23.446106,343.91833,127.12282 -2014-09-30 15:30:00+00:00,40.25,5.5,2.7341852,23.712677,264.41364,78.61549 -2014-09-30 16:30:00+00:00,40.25,5.5,2.7394776,23.835938,96.03785,43.90816 -2014-09-30 17:30:00+00:00,40.25,5.5,2.137106,23.858215,3.496007,3.0865278 -2014-09-30 18:30:00+00:00,40.25,5.5,1.2040977,23.829437,0.0,0.0 -2014-09-30 19:30:00+00:00,40.25,5.5,1.2997725,23.787628,0.0,0.0 -2014-09-30 20:30:00+00:00,40.25,5.5,1.8516253,23.788696,0.0,0.0 -2014-09-30 21:30:00+00:00,40.25,5.5,3.9291477,23.66272,0.0,0.0 -2014-09-30 22:30:00+00:00,40.25,5.5,4.3232613,23.487915,0.0,0.0 -2014-09-30 23:30:00+00:00,40.25,5.5,4.421777,23.354614,0.0,0.0 -2014-10-01 00:30:00+00:00,40.25,5.5,4.6344066,23.253326,0.0,0.0 -2014-10-01 01:30:00+00:00,40.25,5.5,4.9802194,23.101044,0.0,0.0 -2014-10-01 02:30:00+00:00,40.25,5.5,5.5134196,22.919952,0.0,0.0 -2014-10-01 03:30:00+00:00,40.25,5.5,5.8202662,22.697357,0.0,0.0 -2014-10-01 04:30:00+00:00,40.25,5.5,5.576551,22.419342,0.0,0.0 -2014-10-01 05:30:00+00:00,40.25,5.5,5.336255,22.204346,4.675903,4.0182295 -2014-10-01 06:30:00+00:00,40.25,5.5,4.87767,22.128326,81.83538,52.525623 -2014-10-01 07:30:00+00:00,40.25,5.5,4.562802,22.278168,237.59644,111.77041 -2014-10-01 08:30:00+00:00,40.25,5.5,4.7937746,22.518982,412.265,136.09299 -2014-10-01 09:30:00+00:00,40.25,5.5,5.6146917,23.050812,512.9642,187.00772 -2014-10-01 10:30:00+00:00,40.25,5.5,5.6444054,23.380676,572.16296,211.90839 -2014-10-01 11:30:00+00:00,40.25,5.5,5.8286676,23.457764,609.1768,212.16714 -2014-10-01 12:30:00+00:00,40.25,5.5,6.631422,23.221039,600.801,181.69113 -2014-10-01 13:30:00+00:00,40.25,5.5,7.227212,23.087189,422.41794,209.56844 -2014-10-01 14:30:00+00:00,40.25,5.5,6.7537365,22.906647,287.662,185.52452 -2014-10-01 15:30:00+00:00,40.25,5.5,6.135756,22.84909,171.43475,117.43132 -2014-10-01 16:30:00+00:00,40.25,5.5,5.3055477,22.772003,48.871075,45.570312 -2014-10-01 17:30:00+00:00,40.25,5.5,4.911167,22.780975,1.4420834,1.4420834 -2014-10-01 18:30:00+00:00,40.25,5.5,4.918471,22.82251,0.0,0.0 -2014-10-01 19:30:00+00:00,40.25,5.5,4.8371115,22.81192,0.0,0.0 -2014-10-01 20:30:00+00:00,40.25,5.5,4.4158645,22.81897,0.0,0.0 -2014-10-01 21:30:00+00:00,40.25,5.5,4.018527,22.972076,0.0,0.0 -2014-10-01 22:30:00+00:00,40.25,5.5,4.2339134,23.070648,0.0,0.0 -2014-10-01 23:30:00+00:00,40.25,5.5,4.797805,23.20636,0.0,0.0 -2014-10-02 00:30:00+00:00,40.25,5.5,5.660482,23.298126,0.0,0.0 -2014-10-02 01:30:00+00:00,40.25,5.5,6.398999,23.336151,0.0,0.0 -2014-10-02 02:30:00+00:00,40.25,5.5,6.938693,23.388,0.0,0.0 -2014-10-02 03:30:00+00:00,40.25,5.5,7.1987205,23.412415,0.0,0.0 -2014-10-02 04:30:00+00:00,40.25,5.5,7.2251306,23.32611,0.0,0.0 -2014-10-02 05:30:00+00:00,40.25,5.5,6.9890556,23.201752,3.058993,2.4757986 -2014-10-02 06:30:00+00:00,40.25,5.5,6.6272564,23.088562,94.77055,47.877396 -2014-10-02 07:30:00+00:00,40.25,5.5,6.30854,22.9794,255.01814,73.77406 -2014-10-02 08:30:00+00:00,40.25,5.5,5.5282845,22.934631,444.76318,103.48178 -2014-10-02 09:30:00+00:00,40.25,5.5,4.1898355,23.145569,572.0756,110.52734 -2014-10-02 10:30:00+00:00,40.25,5.5,3.8178186,23.166199,664.4572,114.28473 -2014-10-02 11:30:00+00:00,40.25,5.5,3.7515373,23.268005,691.3618,114.72119 -2014-10-02 12:30:00+00:00,40.25,5.5,3.7757368,23.310364,651.42004,125.61859 -2014-10-02 13:30:00+00:00,40.25,5.5,3.8904784,23.397491,544.4135,130.0438 -2014-10-02 14:30:00+00:00,40.25,5.5,4.309059,23.417053,418.96567,114.15396 -2014-10-02 15:30:00+00:00,40.25,5.5,4.7338376,23.406189,251.59499,83.951035 -2014-10-02 16:30:00+00:00,40.25,5.5,5.1141553,23.322021,89.45371,39.942287 -2014-10-02 17:30:00+00:00,40.25,5.5,5.359659,23.311707,2.2869792,1.9643403 -2014-10-02 18:30:00+00:00,40.25,5.5,5.460256,23.295685,0.0,0.0 -2014-10-02 19:30:00+00:00,40.25,5.5,5.7540584,23.176514,0.0,0.0 -2014-10-02 20:30:00+00:00,40.25,5.5,6.0977287,23.126007,0.0,0.0 -2014-10-02 21:30:00+00:00,40.25,5.5,6.1310925,23.16919,0.0,0.0 -2014-10-02 22:30:00+00:00,40.25,5.5,5.73698,23.093445,0.0,0.0 -2014-10-02 23:30:00+00:00,40.25,5.5,5.7643137,23.008728,0.0,0.0 -2014-10-03 00:30:00+00:00,40.25,5.5,5.703161,22.934906,0.0,0.0 -2014-10-03 01:30:00+00:00,40.25,5.5,5.6429663,22.848022,0.0,0.0 -2014-10-03 02:30:00+00:00,40.25,5.5,5.5580935,22.80838,0.0,0.0 -2014-10-03 03:30:00+00:00,40.25,5.5,5.64033,22.791016,0.0,0.0 -2014-10-03 04:30:00+00:00,40.25,5.5,6.3671904,22.75409,0.0,0.0 -2014-10-03 05:30:00+00:00,40.25,5.5,7.072267,22.724762,4.0932293,3.3114932 -2014-10-03 06:30:00+00:00,40.25,5.5,6.8631206,22.817078,97.55278,40.06243 -2014-10-03 07:30:00+00:00,40.25,5.5,6.4318285,22.919159,268.20096,76.645096 -2014-10-03 08:30:00+00:00,40.25,5.5,6.0765076,23.012268,414.78503,112.97629 -2014-10-03 09:30:00+00:00,40.25,5.5,5.543511,23.335602,519.28613,123.77792 -2014-10-03 10:30:00+00:00,40.25,5.5,5.5103035,23.278046,581.5002,132.26154 -2014-10-03 11:30:00+00:00,40.25,5.5,5.248519,23.29541,640.83014,145.2443 -2014-10-03 12:30:00+00:00,40.25,5.5,4.9441257,23.300293,638.28094,121.60004 -2014-10-03 13:30:00+00:00,40.25,5.5,5.004876,23.273438,530.7792,136.93375 -2014-10-03 14:30:00+00:00,40.25,5.5,5.1916184,23.229706,418.39758,97.168945 -2014-10-03 15:30:00+00:00,40.25,5.5,5.6681886,23.225098,233.37212,77.81441 -2014-10-03 16:30:00+00:00,40.25,5.5,5.974006,23.168365,83.04441,38.33521 -2014-10-03 17:30:00+00:00,40.25,5.5,6.1510563,23.095062,1.7771181,1.5413542 -2014-10-03 18:30:00+00:00,40.25,5.5,6.234763,22.98648,0.0,0.0 -2014-10-03 19:30:00+00:00,40.25,5.5,6.3749676,22.900696,0.0,0.0 -2014-10-03 20:30:00+00:00,40.25,5.5,6.539411,22.791016,0.0,0.0 -2014-10-03 21:30:00+00:00,40.25,5.5,6.7713256,22.936798,0.0,0.0 -2014-10-03 22:30:00+00:00,40.25,5.5,6.5876656,22.764404,0.0,0.0 -2014-10-03 23:30:00+00:00,40.25,5.5,6.183756,22.706573,0.0,0.0 -2014-10-04 00:30:00+00:00,40.25,5.5,5.838525,22.634094,0.0,0.0 -2014-10-04 01:30:00+00:00,40.25,5.5,5.8318453,22.588745,0.0,0.0 -2014-10-04 02:30:00+00:00,40.25,5.5,6.0857973,22.5141,0.0,0.0 -2014-10-04 03:30:00+00:00,40.25,5.5,6.312936,22.494263,0.0,0.0 -2014-10-04 04:30:00+00:00,40.25,5.5,6.4132915,22.485321,0.0,0.0 -2014-10-04 05:30:00+00:00,40.25,5.5,6.480125,22.47528,3.7290626,2.934896 -2014-10-04 06:30:00+00:00,40.25,5.5,6.4844556,22.542877,98.65986,42.497288 -2014-10-04 07:30:00+00:00,40.25,5.5,6.3358006,22.61618,246.61319,71.98303 -2014-10-04 08:30:00+00:00,40.25,5.5,6.08892,22.738068,388.6088,98.178955 -2014-10-04 09:30:00+00:00,40.25,5.5,5.3395944,22.837708,550.5461,105.997986 -2014-10-04 10:30:00+00:00,40.25,5.5,5.476559,22.840424,596.72235,154.22174 -2014-10-04 11:30:00+00:00,40.25,5.5,5.700034,22.825745,605.33124,130.41861 -2014-10-04 12:30:00+00:00,40.25,5.5,5.7025146,22.835815,611.1433,124.98825 -2014-10-04 13:30:00+00:00,40.25,5.5,5.4768662,22.910187,532.74567,115.869385 -2014-10-04 14:30:00+00:00,40.25,5.5,5.3109236,22.966644,407.80762,97.18857 -2014-10-04 15:30:00+00:00,40.25,5.5,5.189754,23.016876,253.44495,72.734436 -2014-10-04 16:30:00+00:00,40.25,5.5,5.180959,23.055145,79.51927,36.286736 -2014-10-04 17:30:00+00:00,40.25,5.5,4.913268,23.016876,1.3692708,1.2451736 -2014-10-04 18:30:00+00:00,40.25,5.5,4.444595,22.97345,0.0,0.0 -2014-10-04 19:30:00+00:00,40.25,5.5,4.1552753,22.934906,0.0,0.0 -2014-10-04 20:30:00+00:00,40.25,5.5,4.1731997,22.879791,0.0,0.0 -2014-10-04 21:30:00+00:00,40.25,5.5,4.456788,22.928925,0.0,0.0 -2014-10-04 22:30:00+00:00,40.25,5.5,4.38202,22.817871,0.0,0.0 -2014-10-04 23:30:00+00:00,40.25,5.5,4.3069263,22.781769,0.0,0.0 -2014-10-05 00:30:00+00:00,40.25,5.5,4.2596006,22.689484,0.0,0.0 -2014-10-05 01:30:00+00:00,40.25,5.5,4.125416,22.575714,0.0,0.0 -2014-10-05 02:30:00+00:00,40.25,5.5,4.027668,22.509491,0.0,0.0 -2014-10-05 03:30:00+00:00,40.25,5.5,4.0624948,22.432648,0.0,0.0 -2014-10-05 04:30:00+00:00,40.25,5.5,4.1314917,22.415558,0.0,0.0 -2014-10-05 05:30:00+00:00,40.25,5.5,4.3838415,22.313751,3.2920487,2.7584724 -2014-10-05 06:30:00+00:00,40.25,5.5,4.7358246,22.140533,75.57174,43.817436 -2014-10-05 07:30:00+00:00,40.25,5.5,5.1246734,21.662994,180.17476,98.87177 -2014-10-05 08:30:00+00:00,40.25,5.5,5.0308523,21.331787,258.80548,147.16281 -2014-10-05 09:30:00+00:00,40.25,5.5,6.096553,21.13388,347.72025,166.14111 -2014-10-05 10:30:00+00:00,40.25,5.5,5.62507,21.224823,413.70712,194.91377 -2014-10-05 11:30:00+00:00,40.25,5.5,5.1476564,21.169983,462.651,254.8519 -2014-10-05 12:30:00+00:00,40.25,5.5,5.3715796,20.682129,445.3313,244.03445 -2014-10-05 13:30:00+00:00,40.25,5.5,5.5781217,20.245056,425.08365,218.37654 -2014-10-05 14:30:00+00:00,40.25,5.5,5.617285,20.533356,288.8419,146.10255 -2014-10-05 15:30:00+00:00,40.25,5.5,5.4236207,20.869202,171.5076,86.04767 -2014-10-05 16:30:00+00:00,40.25,5.5,5.104262,21.062225,57.101215,34.740417 -2014-10-05 17:30:00+00:00,40.25,5.5,4.5844564,21.154236,0.80118054,0.7887847 -2014-10-05 18:30:00+00:00,40.25,5.5,4.1054144,21.200409,0.0,0.0 -2014-10-05 19:30:00+00:00,40.25,5.5,3.457504,21.26529,0.0,0.0 -2014-10-05 20:30:00+00:00,40.25,5.5,2.8183255,21.297577,0.0,0.0 -2014-10-05 21:30:00+00:00,40.25,5.5,2.0594172,21.52536,0.0,0.0 -2014-10-05 22:30:00+00:00,40.25,5.5,2.1214778,21.474579,0.0,0.0 -2014-10-05 23:30:00+00:00,40.25,5.5,1.5844555,21.431152,0.0,0.0 -2014-10-06 00:30:00+00:00,40.25,5.5,1.1802287,21.397766,0.0,0.0 -2014-10-06 01:30:00+00:00,40.25,5.5,0.52990246,21.34021,0.0,0.0 -2014-10-06 02:30:00+00:00,40.25,5.5,0.61658084,21.295685,0.0,0.0 -2014-10-06 03:30:00+00:00,40.25,5.5,1.0125707,21.309814,0.0,0.0 -2014-10-06 04:30:00+00:00,40.25,5.5,1.2731699,21.338043,0.0,0.0 -2014-10-06 05:30:00+00:00,40.25,5.5,1.4860758,21.365448,2.8550694,2.3959374 -2014-10-06 06:30:00+00:00,40.25,5.5,1.9192789,21.463196,89.97813,40.255764 -2014-10-06 07:30:00+00:00,40.25,5.5,2.5350354,21.572052,212.76033,79.948105 -2014-10-06 08:30:00+00:00,40.25,5.5,3.5699816,21.712677,389.5265,109.085815 -2014-10-06 09:30:00+00:00,40.25,5.5,4.760192,22.0029,449.86148,146.99799 -2014-10-06 10:30:00+00:00,40.25,5.5,5.036877,22.195648,590.6481,139.0393 -2014-10-06 11:30:00+00:00,40.25,5.5,4.8507123,22.291199,629.002,146.85501 -2014-10-06 12:30:00+00:00,40.25,5.5,5.162897,22.429108,537.31964,150.78305 -2014-10-06 13:30:00+00:00,40.25,5.5,5.583719,22.593903,448.46313,153.926 -2014-10-06 14:30:00+00:00,40.25,5.5,5.760866,22.86267,345.88483,101.61604 -2014-10-06 15:30:00+00:00,40.25,5.5,6.0530767,23.040771,209.68677,78.84755 -2014-10-06 16:30:00+00:00,40.25,5.5,6.5022144,23.122223,65.273125,34.08962 -2014-10-06 17:30:00+00:00,40.25,5.5,7.1954656,23.184662,0.6409375,0.6037153 -2014-10-06 18:30:00+00:00,40.25,5.5,7.6165824,23.248169,0.0,0.0 -2014-10-06 19:30:00+00:00,40.25,5.5,7.8497357,23.336426,0.0,0.0 -2014-10-06 20:30:00+00:00,40.25,5.5,7.977346,23.390442,0.0,0.0 -2014-10-06 21:30:00+00:00,40.25,5.5,8.162189,23.619843,0.0,0.0 -2014-10-06 22:30:00+00:00,40.25,5.5,7.795244,23.665985,0.0,0.0 -2014-10-06 23:30:00+00:00,40.25,5.5,7.463855,23.767242,0.0,0.0 -2014-10-07 00:30:00+00:00,40.25,5.5,7.66518,23.81369,0.0,0.0 -2014-10-07 01:30:00+00:00,40.25,5.5,7.8122964,23.826721,0.0,0.0 -2014-10-07 02:30:00+00:00,40.25,5.5,7.8371363,23.836487,0.0,0.0 -2014-10-07 03:30:00+00:00,40.25,5.5,7.506829,23.846527,0.0,0.0 -2014-10-07 04:30:00+00:00,40.25,5.5,7.0447655,23.850342,0.0,0.0 -2014-10-07 05:30:00+00:00,40.25,5.5,6.6128845,23.832672,2.5782986,2.1315973 -2014-10-07 06:30:00+00:00,40.25,5.5,6.317121,23.880737,94.28986,38.971077 -2014-10-07 07:30:00+00:00,40.25,5.5,6.0711837,23.936127,266.46753,71.449585 -2014-10-07 08:30:00+00:00,40.25,5.5,5.909695,23.985535,426.4529,88.83212 -2014-10-07 09:30:00+00:00,40.25,5.5,5.5030117,24.132935,562.88403,100.66571 -2014-10-07 10:30:00+00:00,40.25,5.5,5.3878956,24.129944,647.3997,106.45941 -2014-10-07 11:30:00+00:00,40.25,5.5,5.3872128,24.143524,672.935,109.03827 -2014-10-07 12:30:00+00:00,40.25,5.5,5.3981814,24.069153,635.65894,112.897705 -2014-10-07 13:30:00+00:00,40.25,5.5,5.415949,23.990417,537.5818,111.709045 -2014-10-07 14:30:00+00:00,40.25,5.5,5.521014,23.905426,392.65833,105.8519 -2014-10-07 15:30:00+00:00,40.25,5.5,5.797137,23.81369,236.18349,72.311844 -2014-10-07 16:30:00+00:00,40.25,5.5,6.1777105,23.750153,71.82809,32.50437 -2014-10-07 17:30:00+00:00,40.25,5.5,6.5453644,23.652954,0.42243055,0.41003472 -2014-10-07 18:30:00+00:00,40.25,5.5,6.532403,23.543274,0.0,0.0 -2014-10-07 19:30:00+00:00,40.25,5.5,6.275345,23.465363,0.0,0.0 -2014-10-07 20:30:00+00:00,40.25,5.5,5.904006,23.396149,0.0,0.0 -2014-10-07 21:30:00+00:00,40.25,5.5,5.4122276,23.207458,0.0,0.0 -2014-10-07 22:30:00+00:00,40.25,5.5,5.5354676,23.1138,0.0,0.0 -2014-10-07 23:30:00+00:00,40.25,5.5,6.022242,23.110535,0.0,0.0 -2014-10-08 00:30:00+00:00,40.25,5.5,6.563584,23.173523,0.0,0.0 -2014-10-08 01:30:00+00:00,40.25,5.5,6.656793,23.257965,0.0,0.0 -2014-10-08 02:30:00+00:00,40.25,5.5,6.532629,23.291351,0.0,0.0 -2014-10-08 03:30:00+00:00,40.25,5.5,5.701738,23.316315,0.0,0.0 -2014-10-08 04:30:00+00:00,40.25,5.5,4.9064326,23.369537,0.0,0.0 -2014-10-08 05:30:00+00:00,40.25,5.5,4.3149686,23.328003,2.1121528,1.789514 -2014-10-08 06:30:00+00:00,40.25,5.5,4.1698895,23.36438,87.41441,41.21615 -2014-10-08 07:30:00+00:00,40.25,5.5,4.202081,23.435516,263.96207,71.32663 -2014-10-08 08:30:00+00:00,40.25,5.5,4.271669,23.513153,431.98822,88.80826 -2014-10-08 09:30:00+00:00,40.25,5.5,4.0952015,23.544647,566.3946,98.890076 -2014-10-08 10:30:00+00:00,40.25,5.5,4.3147593,23.654602,650.6481,104.3844 -2014-10-08 11:30:00+00:00,40.25,5.5,4.4425244,23.751251,675.8629,107.16394 -2014-10-08 12:30:00+00:00,40.25,5.5,4.4451303,23.849518,641.22345,103.94379 -2014-10-08 13:30:00+00:00,40.25,5.5,4.412824,23.92688,548.5505,97.7359 -2014-10-08 14:30:00+00:00,40.25,5.5,4.2582183,24.0029,407.7348,86.40689 -2014-10-08 15:30:00+00:00,40.25,5.5,4.061748,24.031403,235.93585,67.33641 -2014-10-08 16:30:00+00:00,40.25,5.5,3.5931172,23.983093,69.29351,29.895317 -2014-10-08 17:30:00+00:00,40.25,5.5,3.3394132,23.89975,0.2476389,0.23524307 -2014-10-08 18:30:00+00:00,40.25,5.5,3.4101768,23.836487,0.0,0.0 -2014-10-08 19:30:00+00:00,40.25,5.5,3.1946282,23.804169,0.0,0.0 -2014-10-08 20:30:00+00:00,40.25,5.5,2.9861083,23.753967,0.0,0.0 -2014-10-08 21:30:00+00:00,40.25,5.5,2.5818784,23.558746,0.0,0.0 -2014-10-08 22:30:00+00:00,40.25,5.5,2.8936834,23.501465,0.0,0.0 -2014-10-08 23:30:00+00:00,40.25,5.5,3.0164452,23.433868,0.0,0.0 -2014-10-09 00:30:00+00:00,40.25,5.5,2.9084227,23.336945,0.0,0.0 -2014-10-09 01:30:00+00:00,40.25,5.5,2.7710354,23.258484,0.0,0.0 -2014-10-09 02:30:00+00:00,40.25,5.5,2.9805653,23.181671,0.0,0.0 -2014-10-09 03:30:00+00:00,40.25,5.5,3.0643651,23.107819,0.0,0.0 -2014-10-09 04:30:00+00:00,40.25,5.5,2.7766955,23.075806,0.0,0.0 -2014-10-09 05:30:00+00:00,40.25,5.5,2.3452682,23.062225,1.9082291,1.6600693 -2014-10-09 06:30:00+00:00,40.25,5.5,1.8571714,23.085297,88.27382,39.370415 -2014-10-09 07:30:00+00:00,40.25,5.5,1.8176744,23.14502,262.35974,70.31993 -2014-10-09 08:30:00+00:00,40.25,5.5,2.3787236,23.23706,430.3859,88.19864 -2014-10-09 09:30:00+00:00,40.25,5.5,2.790248,23.266907,564.0494,98.306915 -2014-10-09 10:30:00+00:00,40.25,5.5,3.5391881,23.375763,646.7733,104.24469 -2014-10-09 11:30:00+00:00,40.25,5.5,4.076126,23.483002,671.7988,105.46997 -2014-10-09 12:30:00+00:00,40.25,5.5,4.3707376,23.545197,635.96484,103.61151 -2014-10-09 13:30:00+00:00,40.25,5.5,4.5270104,23.605988,544.2679,97.08911 -2014-10-09 14:30:00+00:00,40.25,5.5,4.5522666,23.636139,404.5884,85.76709 -2014-10-09 15:30:00+00:00,40.25,5.5,4.5695033,23.620667,233.80911,66.64911 -2014-10-09 16:30:00+00:00,40.25,5.5,4.4947886,23.56717,66.87545,28.705727 -2014-10-09 17:30:00+00:00,40.25,5.5,4.4265966,23.520477,0.13111112,0.13111112 -2014-10-09 18:30:00+00:00,40.25,5.5,4.341409,23.471893,0.0,0.0 -2014-10-09 19:30:00+00:00,40.25,5.5,4.377946,23.429535,0.0,0.0 -2014-10-09 20:30:00+00:00,40.25,5.5,4.627585,23.406189,0.0,0.0 -2014-10-09 21:30:00+00:00,40.25,5.5,4.523417,23.203644,0.0,0.0 -2014-10-09 22:30:00+00:00,40.25,5.5,5.076063,23.172699,0.0,0.0 -2014-10-09 23:30:00+00:00,40.25,5.5,5.6412797,23.133087,0.0,0.0 -2014-10-10 00:30:00+00:00,40.25,5.5,6.164299,23.109985,0.0,0.0 -2014-10-10 01:30:00+00:00,40.25,5.5,5.59299,23.11081,0.0,0.0 -2014-10-10 02:30:00+00:00,40.25,5.5,4.29399,23.06546,0.0,0.0 -2014-10-10 03:30:00+00:00,40.25,5.5,3.484481,23.023132,0.0,0.0 -2014-10-10 04:30:00+00:00,40.25,5.5,3.4604712,22.940857,0.0,0.0 -2014-10-10 05:30:00+00:00,40.25,5.5,3.7751517,22.91861,1.5149306,1.3784375 -2014-10-10 06:30:00+00:00,40.25,5.5,4.0465007,22.912079,78.863785,39.093334 -2014-10-10 07:30:00+00:00,40.25,5.5,4.341619,22.996246,241.13614,76.296585 -2014-10-10 08:30:00+00:00,40.25,5.5,4.8020663,23.151001,398.6306,106.811005 -2014-10-10 09:30:00+00:00,40.25,5.5,5.3002977,23.259308,497.65466,145.76364 -2014-10-10 10:30:00+00:00,40.25,5.5,5.3485193,23.374146,623.80176,110.22308 -2014-10-10 11:30:00+00:00,40.25,5.5,5.478818,23.522919,660.903,110.63129 -2014-10-10 12:30:00+00:00,40.25,5.5,5.760247,23.623383,628.8709,105.22864 -2014-10-10 13:30:00+00:00,40.25,5.5,5.9288826,23.761566,540.1601,97.54776 -2014-10-10 14:30:00+00:00,40.25,5.5,5.781412,23.802551,397.93146,86.59268 -2014-10-10 15:30:00+00:00,40.25,5.5,5.571945,23.8031,227.63286,66.55321 -2014-10-10 16:30:00+00:00,40.25,5.5,5.6148963,23.792236,62.5783,27.088924 -2014-10-10 17:30:00+00:00,40.25,5.5,5.935552,23.770782,0.029131945,0.029131945 -2014-10-10 18:30:00+00:00,40.25,5.5,6.4074755,23.78003,0.0,0.0 -2014-10-10 19:30:00+00:00,40.25,5.5,6.548487,23.797394,0.0,0.0 -2014-10-10 20:30:00+00:00,40.25,5.5,6.6874886,23.804443,0.0,0.0 -2014-10-10 21:30:00+00:00,40.25,5.5,7.0740023,23.643188,0.0,0.0 -2014-10-10 22:30:00+00:00,40.25,5.5,7.2267666,23.578033,0.0,0.0 -2014-10-10 23:30:00+00:00,40.25,5.5,7.0799603,23.538116,0.0,0.0 -2014-10-11 00:30:00+00:00,40.25,5.5,6.426005,23.497131,0.0,0.0 -2014-10-11 01:30:00+00:00,40.25,5.5,5.7683535,23.428436,0.0,0.0 -2014-10-11 02:30:00+00:00,40.25,5.5,5.603038,23.35379,0.0,0.0 -2014-10-11 03:30:00+00:00,40.25,5.5,5.3544083,23.270996,0.0,0.0 -2014-10-11 04:30:00+00:00,40.25,5.5,4.877133,23.167267,0.0,0.0 -2014-10-11 05:30:00+00:00,40.25,5.5,4.1523337,23.09018,1.2090278,1.1345834 -2014-10-11 06:30:00+00:00,40.25,5.5,3.4668207,23.00357,69.90531,41.786804 -2014-10-11 07:30:00+00:00,40.25,5.5,2.770685,22.963654,207.99702,101.49161 -2014-10-11 08:30:00+00:00,40.25,5.5,2.0867393,22.959595,351.36188,138.32623 -2014-10-11 09:30:00+00:00,40.25,5.5,1.2004132,23.071442,507.35605,125.83264 -2014-10-11 10:30:00+00:00,40.25,5.5,1.5762818,23.158325,583.39386,132.28146 -2014-10-11 11:30:00+00:00,40.25,5.5,2.2185173,23.202026,634.8141,133.20996 -2014-10-11 12:30:00+00:00,40.25,5.5,2.7182958,23.27179,589.3517,140.28674 -2014-10-11 13:30:00+00:00,40.25,5.5,2.9660053,23.31659,510.32764,119.86981 -2014-10-11 14:30:00+00:00,40.25,5.5,2.8427596,23.354614,368.90015,106.32828 -2014-10-11 15:30:00+00:00,40.25,5.5,2.482108,23.352966,214.37723,67.15828 -2014-10-11 16:30:00+00:00,40.25,5.5,2.07759,23.292969,58.31024,25.513577 -2014-10-11 17:30:00+00:00,40.25,5.5,2.3150494,23.239502,0.0,0.0 -2014-10-11 18:30:00+00:00,40.25,5.5,3.1818874,23.220764,0.0,0.0 -2014-10-11 19:30:00+00:00,40.25,5.5,3.9956656,23.232422,0.0,0.0 -2014-10-11 20:30:00+00:00,40.25,5.5,5.0130243,23.256866,0.0,0.0 -2014-10-11 21:30:00+00:00,40.25,5.5,6.8154597,23.057343,0.0,0.0 -2014-10-11 22:30:00+00:00,40.25,5.5,7.030921,23.122223,0.0,0.0 -2014-10-11 23:30:00+00:00,40.25,5.5,6.6577587,23.277222,0.0,0.0 -2014-10-12 00:30:00+00:00,40.25,5.5,6.267517,23.352692,0.0,0.0 -2014-10-12 01:30:00+00:00,40.25,5.5,6.523344,23.3945,0.0,0.0 -2014-10-12 02:30:00+00:00,40.25,5.5,7.1593657,23.465363,0.0,0.0 -2014-10-12 03:30:00+00:00,40.25,5.5,7.3854747,23.618744,0.0,0.0 -2014-10-12 04:30:00+00:00,40.25,5.5,8.33929,23.752045,0.0,0.0 -2014-10-12 05:30:00+00:00,40.25,5.5,8.0173025,23.892395,1.0196527,0.97003466 -2014-10-12 06:30:00+00:00,40.25,5.5,8.4874525,24.02951,55.95045,43.367847 -2014-10-12 07:30:00+00:00,40.25,5.5,10.053305,24.171753,219.59209,88.02075 -2014-10-12 08:30:00+00:00,40.25,5.5,9.910779,24.276001,334.78506,111.065384 -2014-10-12 09:30:00+00:00,40.25,5.5,8.276352,24.16742,426.91907,151.77698 -2014-10-12 10:30:00+00:00,40.25,5.5,8.159753,24.389496,599.49,134.88916 -2014-10-12 11:30:00+00:00,40.25,5.5,6.9096675,24.541779,641.238,110.80798 -2014-10-12 12:30:00+00:00,40.25,5.5,6.521374,24.570557,559.2424,169.41745 -2014-10-12 13:30:00+00:00,40.25,5.5,6.314215,24.556458,434.1004,168.37665 -2014-10-12 14:30:00+00:00,40.25,5.5,5.6196585,24.433472,272.81857,166.52414 -2014-10-12 15:30:00+00:00,40.25,5.5,4.6201878,24.358002,130.56079,101.54884 -2014-10-12 16:30:00+00:00,40.25,5.5,3.4411597,24.22931,29.366354,26.772917 -2014-10-12 17:30:00+00:00,40.25,5.5,3.379535,24.110138,0.0,0.0 -2014-10-12 18:30:00+00:00,40.25,5.5,3.0059562,24.026245,0.0,0.0 -2014-10-12 19:30:00+00:00,40.25,5.5,1.9424272,23.851685,0.0,0.0 -2014-10-12 20:30:00+00:00,40.25,5.5,2.2813156,23.85141,0.0,0.0 -2014-10-12 21:30:00+00:00,40.25,5.5,2.974393,23.755585,0.0,0.0 -2014-10-12 22:30:00+00:00,40.25,5.5,3.4827006,23.736847,0.0,0.0 -2014-10-12 23:30:00+00:00,40.25,5.5,5.059579,23.763733,0.0,0.0 -2014-10-13 00:30:00+00:00,40.25,5.5,6.2005663,23.855743,0.0,0.0 -2014-10-13 01:30:00+00:00,40.25,5.5,7.519245,24.115845,0.0,0.0 -2014-10-13 02:30:00+00:00,40.25,5.5,9.570692,24.31076,0.0,0.0 -2014-10-13 03:30:00+00:00,40.25,5.5,10.994518,24.379456,0.0,0.0 -2014-10-13 04:30:00+00:00,40.25,5.5,10.878327,23.648071,0.0,0.0 -2014-10-13 05:30:00+00:00,40.25,5.5,10.544872,22.274658,0.34958333,0.34958333 -2014-10-13 06:30:00+00:00,40.25,5.5,10.550453,20.40033,38.062637,32.87573 -2014-10-13 07:30:00+00:00,40.25,5.5,10.919255,20.645752,104.98177,92.821075 -2014-10-13 08:30:00+00:00,40.25,5.5,11.2488785,21.51532,206.0451,140.76202 -2014-10-13 09:30:00+00:00,40.25,5.5,9.576002,23.056793,430.73553,123.44208 -2014-10-13 10:30:00+00:00,40.25,5.5,9.790029,23.085022,444.96713,160.67969 -2014-10-13 11:30:00+00:00,40.25,5.5,10.307177,23.025024,503.9329,164.26462 -2014-10-13 12:30:00+00:00,40.25,5.5,9.6869545,22.932434,484.7486,146.06064 -2014-10-13 13:30:00+00:00,40.25,5.5,9.363503,22.864319,494.28976,105.49475 -2014-10-13 14:30:00+00:00,40.25,5.5,8.983374,22.902863,374.30435,88.00668 -2014-10-13 15:30:00+00:00,40.25,5.5,8.6293125,22.947937,205.37503,64.47221 -2014-10-13 16:30:00+00:00,40.25,5.5,8.140818,22.951172,51.55132,22.799965 -2014-10-13 17:30:00+00:00,40.25,5.5,7.93697,22.97995,0.0,0.0 -2014-10-13 18:30:00+00:00,40.25,5.5,8.062655,22.970459,0.0,0.0 -2014-10-13 19:30:00+00:00,40.25,5.5,8.115666,23.00766,0.0,0.0 -2014-10-13 20:30:00+00:00,40.25,5.5,7.758911,22.946014,0.0,0.0 -2014-10-13 21:30:00+00:00,40.25,5.5,7.9373517,22.85318,0.0,0.0 -2014-10-13 22:30:00+00:00,40.25,5.5,7.5016937,22.67752,0.0,0.0 -2014-10-13 23:30:00+00:00,40.25,5.5,7.0732927,22.550476,0.0,0.0 -2014-10-14 00:30:00+00:00,40.25,5.5,7.256013,22.409302,0.0,0.0 -2014-10-14 01:30:00+00:00,40.25,5.5,7.48684,22.308594,0.0,0.0 -2014-10-14 02:30:00+00:00,40.25,5.5,7.445497,22.279816,0.0,0.0 -2014-10-14 03:30:00+00:00,40.25,5.5,7.169558,22.330017,0.0,0.0 -2014-10-14 04:30:00+00:00,40.25,5.5,7.133627,22.364777,0.0,0.0 -2014-10-14 05:30:00+00:00,40.25,5.5,7.1260304,22.402527,0.6409375,0.6409375 -2014-10-14 06:30:00+00:00,40.25,5.5,7.233723,22.441895,62.432606,40.158684 -2014-10-14 07:30:00+00:00,40.25,5.5,6.8232646,22.488586,196.0524,89.75796 -2014-10-14 08:30:00+00:00,40.25,5.5,5.804644,22.536896,339.98535,133.22862 -2014-10-14 09:30:00+00:00,40.25,5.5,4.478243,22.962585,442.81125,208.9287 -2014-10-14 10:30:00+00:00,40.25,5.5,4.0567613,23.02069,462.25772,253.5776 -2014-10-14 11:30:00+00:00,40.25,5.5,2.9243279,22.947388,448.69617,295.07422 -2014-10-14 12:30:00+00:00,40.25,5.5,0.7093122,22.820068,462.8258,266.45532 -2014-10-14 13:30:00+00:00,40.25,5.5,0.09322561,22.819794,299.8688,231.13602 -2014-10-14 14:30:00+00:00,40.25,5.5,0.93273705,22.82547,180.45152,161.83823 -2014-10-14 15:30:00+00:00,40.25,5.5,1.475618,22.209229,108.943886,94.8226 -2014-10-14 16:30:00+00:00,40.25,5.5,2.0319319,21.639648,23.787327,22.720175 -2014-10-14 17:30:00+00:00,40.25,5.5,3.0016892,21.261475,0.0,0.0 -2014-10-14 18:30:00+00:00,40.25,5.5,3.6005833,20.834442,0.0,0.0 -2014-10-14 19:30:00+00:00,40.25,5.5,4.2851787,20.793457,0.0,0.0 -2014-10-14 20:30:00+00:00,40.25,5.5,5.3508554,20.855621,0.0,0.0 -2014-10-14 21:30:00+00:00,40.25,5.5,5.8808184,22.233917,0.0,0.0 -2014-10-14 22:30:00+00:00,40.25,5.5,5.818639,21.894836,0.0,0.0 -2014-10-14 23:30:00+00:00,40.25,5.5,6.118692,22.146515,0.0,0.0 -2014-10-15 00:30:00+00:00,40.25,5.5,5.9674697,22.470398,0.0,0.0 -2014-10-15 01:30:00+00:00,40.25,5.5,5.6936193,22.627289,0.0,0.0 -2014-10-15 02:30:00+00:00,40.25,5.5,5.567589,22.638702,0.0,0.0 -2014-10-15 03:30:00+00:00,40.25,5.5,5.189139,22.46524,0.0,0.0 -2014-10-15 04:30:00+00:00,40.25,5.5,5.0209374,22.522522,0.0,0.0 -2014-10-15 05:30:00+00:00,40.25,5.5,5.954345,22.571106,0.32045138,0.32045138 -2014-10-15 06:30:00+00:00,40.25,5.5,5.7458806,22.60559,55.265835,30.85757 -2014-10-15 07:30:00+00:00,40.25,5.5,5.051154,22.649567,195.3969,93.222176 -2014-10-15 08:30:00+00:00,40.25,5.5,4.812846,22.716614,382.95694,90.40521 -2014-10-15 09:30:00+00:00,40.25,5.5,4.3125362,22.892273,483.49588,119.15875 -2014-10-15 10:30:00+00:00,40.25,5.5,4.710925,22.920502,551.9591,144.79898 -2014-10-15 11:30:00+00:00,40.25,5.5,5.7169905,22.981873,553.2992,173.56265 -2014-10-15 12:30:00+00:00,40.25,5.5,5.8461695,22.892273,523.088,150.32526 -2014-10-15 13:30:00+00:00,40.25,5.5,4.921742,22.896332,386.39465,146.13394 -2014-10-15 14:30:00+00:00,40.25,5.5,3.91917,22.885742,323.21918,113.81935 -2014-10-15 15:30:00+00:00,40.25,5.5,4.3232765,22.872986,160.75743,98.34076 -2014-10-15 16:30:00+00:00,40.25,5.5,5.1071177,22.844757,33.73632,26.340626 -2014-10-15 17:30:00+00:00,40.25,5.5,6.1262746,22.773102,0.0,0.0 -2014-10-15 18:30:00+00:00,40.25,5.5,6.2090583,22.670197,0.0,0.0 -2014-10-15 19:30:00+00:00,40.25,5.5,5.7919393,22.511658,0.0,0.0 -2014-10-15 20:30:00+00:00,40.25,5.5,5.8559475,22.409027,0.0,0.0 -2014-10-15 21:30:00+00:00,40.25,5.5,6.299966,22.704681,0.0,0.0 -2014-10-15 22:30:00+00:00,40.25,5.5,6.808429,22.687286,0.0,0.0 -2014-10-15 23:30:00+00:00,40.25,5.5,7.2910347,22.686218,0.0,0.0 -2014-10-16 00:30:00+00:00,40.25,5.5,7.922168,22.648468,0.0,0.0 -2014-10-16 01:30:00+00:00,40.25,5.5,8.27202,22.67453,0.0,0.0 -2014-10-16 02:30:00+00:00,40.25,5.5,8.599065,22.75409,0.0,0.0 -2014-10-16 03:30:00+00:00,40.25,5.5,8.65526,22.88739,0.0,0.0 -2014-10-16 04:30:00+00:00,40.25,5.5,8.826724,23.010101,0.0,0.0 -2014-10-16 05:30:00+00:00,40.25,5.5,8.968779,23.101044,0.33503473,0.3226389 -2014-10-16 06:30:00+00:00,40.25,5.5,9.103657,23.172699,54.726875,40.38222 -2014-10-16 07:30:00+00:00,40.25,5.5,9.157185,23.262848,173.61975,114.09437 -2014-10-16 08:30:00+00:00,40.25,5.5,9.223577,23.339935,349.27884,134.45633 -2014-10-16 09:30:00+00:00,40.25,5.5,9.498808,23.503113,499.73767,120.52234 -2014-10-16 10:30:00+00:00,40.25,5.5,9.898864,23.569336,589.3517,109.40106 -2014-10-16 11:30:00+00:00,40.25,5.5,9.9330435,23.617401,600.94666,122.24933 -2014-10-16 12:30:00+00:00,40.25,5.5,9.764929,23.649689,547.0938,128.23209 -2014-10-16 13:30:00+00:00,40.25,5.5,9.498367,23.72815,454.20236,129.01529 -2014-10-16 14:30:00+00:00,40.25,5.5,9.283948,23.75586,318.03342,116.53804 -2014-10-16 15:30:00+00:00,40.25,5.5,9.026088,23.784363,169.03128,79.99757 -2014-10-16 16:30:00+00:00,40.25,5.5,9.030754,23.76889,35.95045,23.57882 -2014-10-16 17:30:00+00:00,40.25,5.5,9.2919445,23.739288,0.0,0.0 -2014-10-16 18:30:00+00:00,40.25,5.5,9.67579,23.702911,0.0,0.0 -2014-10-16 19:30:00+00:00,40.25,5.5,9.834865,23.692596,0.0,0.0 -2014-10-16 20:30:00+00:00,40.25,5.5,9.886324,23.675232,0.0,0.0 -2014-10-16 21:30:00+00:00,40.25,5.5,9.144995,23.73413,0.0,0.0 -2014-10-16 22:30:00+00:00,40.25,5.5,9.393109,23.602203,0.0,0.0 -2014-10-16 23:30:00+00:00,40.25,5.5,9.594265,23.376862,0.0,0.0 -2014-10-17 00:30:00+00:00,40.25,5.5,9.608538,23.176788,0.0,0.0 -2014-10-17 01:30:00+00:00,40.25,5.5,9.514465,23.227814,0.0,0.0 -2014-10-17 02:30:00+00:00,40.25,5.5,9.401911,23.297333,0.0,0.0 -2014-10-17 03:30:00+00:00,40.25,5.5,9.051015,23.346466,0.0,0.0 -2014-10-17 04:30:00+00:00,40.25,5.5,8.830918,23.356506,0.0,0.0 -2014-10-17 05:30:00+00:00,40.25,5.5,8.780167,23.389343,0.2476389,0.23524307 -2014-10-17 06:30:00+00:00,40.25,5.5,8.781193,23.437683,65.08375,29.333782 -2014-10-17 07:30:00+00:00,40.25,5.5,8.814215,23.516937,228.55055,67.148254 -2014-10-17 08:30:00+00:00,40.25,5.5,8.784027,23.608429,379.40268,95.363434 -2014-10-17 09:30:00+00:00,40.25,5.5,8.076472,23.673859,525.171,96.493866 -2014-10-17 10:30:00+00:00,40.25,5.5,7.718997,23.713776,607.4143,100.04004 -2014-10-17 11:30:00+00:00,40.25,5.5,7.2002954,23.711334,629.104,103.25293 -2014-10-17 12:30:00+00:00,40.25,5.5,6.641597,23.691498,592.265,103.54129 -2014-10-17 13:30:00+00:00,40.25,5.5,6.245309,23.702362,495.96494,101.75964 -2014-10-17 14:30:00+00:00,40.25,5.5,6.0779867,23.700195,359.02396,84.31619 -2014-10-17 15:30:00+00:00,40.25,5.5,5.9127173,23.67331,191.18713,63.003418 -2014-10-17 16:30:00+00:00,40.25,5.5,5.689718,23.625824,39.43191,18.733925 -2014-10-17 17:30:00+00:00,40.25,5.5,5.4389806,23.579132,0.0,0.0 -2014-10-17 18:30:00+00:00,40.25,5.5,5.0161753,23.537048,0.0,0.0 -2014-10-17 19:30:00+00:00,40.25,5.5,4.6912193,23.51886,0.0,0.0 -2014-10-17 20:30:00+00:00,40.25,5.5,4.4306846,23.520203,0.0,0.0 -2014-10-17 21:30:00+00:00,40.25,5.5,4.2251844,23.522644,0.0,0.0 -2014-10-17 22:30:00+00:00,40.25,5.5,4.1138515,23.482208,0.0,0.0 -2014-10-17 23:30:00+00:00,40.25,5.5,4.0661535,23.454498,0.0,0.0 -2014-10-18 00:30:00+00:00,40.25,5.5,4.2397346,23.441193,0.0,0.0 -2014-10-18 01:30:00+00:00,40.25,5.5,4.7082443,23.403473,0.0,0.0 -2014-10-18 02:30:00+00:00,40.25,5.5,5.237749,23.404816,0.0,0.0 -2014-10-18 03:30:00+00:00,40.25,5.5,5.4777493,23.423553,0.0,0.0 -2014-10-18 04:30:00+00:00,40.25,5.5,5.241803,23.466736,0.0,0.0 -2014-10-18 05:30:00+00:00,40.25,5.5,4.5461216,23.542206,0.14565971,0.14565971 -2014-10-18 06:30:00+00:00,40.25,5.5,3.4797347,23.638031,68.06989,27.976803 -2014-10-18 07:30:00+00:00,40.25,5.5,2.4095547,23.73468,232.81859,63.61113 -2014-10-18 08:30:00+00:00,40.25,5.5,1.6045274,23.812042,397.5527,81.486145 -2014-10-18 09:30:00+00:00,40.25,5.5,1.7728856,23.777039,528.5359,91.51999 -2014-10-18 10:30:00+00:00,40.25,5.5,2.2077181,23.899475,609.6575,96.79846 -2014-10-18 11:30:00+00:00,40.25,5.5,2.763598,24.034943,632.5854,98.14734 -2014-10-18 12:30:00+00:00,40.25,5.5,3.5832577,24.147064,595.3822,95.61459 -2014-10-18 13:30:00+00:00,40.25,5.5,4.236702,24.216278,501.70416,89.18335 -2014-10-18 14:30:00+00:00,40.25,5.5,4.697789,24.20868,361.06326,77.64447 -2014-10-18 15:30:00+00:00,40.25,5.5,4.9894266,24.147339,191.9883,57.426422 -2014-10-18 16:30:00+00:00,40.25,5.5,5.1313524,24.080536,38.616146,17.533472 -2014-10-18 17:30:00+00:00,40.25,5.5,5.1572056,24.029785,0.0,0.0 -2014-10-18 18:30:00+00:00,40.25,5.5,5.0920844,23.954834,0.0,0.0 -2014-10-18 19:30:00+00:00,40.25,5.5,4.949758,23.923615,0.0,0.0 -2014-10-18 20:30:00+00:00,40.25,5.5,4.743278,23.86853,0.0,0.0 -2014-10-18 21:30:00+00:00,40.25,5.5,4.864397,23.780548,0.0,0.0 -2014-10-18 22:30:00+00:00,40.25,5.5,4.450062,23.729248,0.0,0.0 -2014-10-18 23:30:00+00:00,40.25,5.5,3.9357424,23.677399,0.0,0.0 -2014-10-19 00:30:00+00:00,40.25,5.5,3.5463414,23.605988,0.0,0.0 -2014-10-19 01:30:00+00:00,40.25,5.5,3.202732,23.538116,0.0,0.0 -2014-10-19 02:30:00+00:00,40.25,5.5,3.329682,23.493073,0.0,0.0 -2014-10-19 03:30:00+00:00,40.25,5.5,4.0131683,23.458038,0.0,0.0 -2014-10-19 04:30:00+00:00,40.25,5.5,4.717997,23.450714,0.0,0.0 -2014-10-19 05:30:00+00:00,40.25,5.5,5.093483,23.470795,0.08739583,0.08739583 -2014-10-19 06:30:00+00:00,40.25,5.5,5.1195507,23.54248,63.801876,28.064308 -2014-10-19 07:30:00+00:00,40.25,5.5,4.8741546,23.64862,225.63724,65.68678 -2014-10-19 08:30:00+00:00,40.25,5.5,4.5784636,23.760468,389.89066,82.72125 -2014-10-19 09:30:00+00:00,40.25,5.5,4.2696705,23.752594,520.029,94.019745 -2014-10-19 10:30:00+00:00,40.25,5.5,4.3926077,23.831055,599.3298,101.733734 -2014-10-19 11:30:00+00:00,40.25,5.5,4.3045654,23.863098,620.0581,107.45972 -2014-10-19 12:30:00+00:00,40.25,5.5,4.1203947,23.887787,582.3305,105.1098 -2014-10-19 13:30:00+00:00,40.25,5.5,3.8262143,23.876923,487.92413,98.48386 -2014-10-19 14:30:00+00:00,40.25,5.5,3.367644,23.838928,336.9118,98.83505 -2014-10-19 15:30:00+00:00,40.25,5.5,3.0920084,23.733063,170.9832,72.94067 -2014-10-19 16:30:00+00:00,40.25,5.5,3.1193163,23.652954,32.84778,19.384167 -2014-10-19 17:30:00+00:00,40.25,5.5,3.37298,23.56961,0.0,0.0 -2014-10-19 18:30:00+00:00,40.25,5.5,3.4137216,23.479218,0.0,0.0 -2014-10-19 19:30:00+00:00,40.25,5.5,3.2738853,23.421936,0.0,0.0 -2014-10-19 20:30:00+00:00,40.25,5.5,3.048772,23.333984,0.0,0.0 -2014-10-19 21:30:00+00:00,40.25,5.5,2.6716056,23.208282,0.0,0.0 -2014-10-19 22:30:00+00:00,40.25,5.5,2.5244951,23.098053,0.0,0.0 -2014-10-19 23:30:00+00:00,40.25,5.5,2.4484942,23.021759,0.0,0.0 -2014-10-20 00:30:00+00:00,40.25,5.5,2.4849901,22.941956,0.0,0.0 -2014-10-20 01:30:00+00:00,40.25,5.5,2.5105002,22.85373,0.0,0.0 -2014-10-20 02:30:00+00:00,40.25,5.5,2.666542,22.789917,0.0,0.0 -2014-10-20 03:30:00+00:00,40.25,5.5,2.8511298,22.742401,0.0,0.0 -2014-10-20 04:30:00+00:00,40.25,5.5,2.9803016,22.730194,0.0,0.0 -2014-10-20 05:30:00+00:00,40.25,5.5,3.1712337,22.741058,0.029131945,0.029131945 -2014-10-20 06:30:00+00:00,40.25,5.5,3.3521233,22.798065,59.16969,28.569412 -2014-10-20 07:30:00+00:00,40.25,5.5,3.5294688,22.881409,220.90308,64.27821 -2014-10-20 08:30:00+00:00,40.25,5.5,3.7646682,23.003296,384.938,81.15622 -2014-10-20 09:30:00+00:00,40.25,5.5,4.264966,23.241394,515.04724,91.507385 -2014-10-20 10:30:00+00:00,40.25,5.5,4.4504266,23.387451,596.3728,96.654816 -2014-10-20 11:30:00+00:00,40.25,5.5,4.4709496,23.467804,620.1018,97.340576 -2014-10-20 12:30:00+00:00,40.25,5.5,4.4243298,23.516937,583.1608,95.26849 -2014-10-20 13:30:00+00:00,40.25,5.5,4.528484,23.544098,489.43906,88.85562 -2014-10-20 14:30:00+00:00,40.25,5.5,4.616135,23.517761,349.59933,77.05072 -2014-10-20 15:30:00+00:00,40.25,5.5,4.895045,23.449066,181.90819,56.131798 -2014-10-20 16:30:00+00:00,40.25,5.5,5.1237316,23.34076,33.357605,15.724585 -2014-10-20 17:30:00+00:00,40.25,5.5,5.3788075,23.275879,0.0,0.0 -2014-10-20 18:30:00+00:00,40.25,5.5,5.3918166,23.250885,0.0,0.0 -2014-10-20 19:30:00+00:00,40.25,5.5,5.352826,23.188171,0.0,0.0 -2014-10-20 20:30:00+00:00,40.25,5.5,5.2633862,23.13089,0.0,0.0 -2014-10-20 21:30:00+00:00,40.25,5.5,6.2525616,23.167267,0.0,0.0 -2014-10-20 22:30:00+00:00,40.25,5.5,6.270912,23.128174,0.0,0.0 -2014-10-20 23:30:00+00:00,40.25,5.5,6.3034344,23.155334,0.0,0.0 -2014-10-21 00:30:00+00:00,40.25,5.5,6.2980957,23.162933,0.0,0.0 -2014-10-21 01:30:00+00:00,40.25,5.5,6.2117643,23.153717,0.0,0.0 -2014-10-21 02:30:00+00:00,40.25,5.5,6.1462193,23.107819,0.0,0.0 -2014-10-21 03:30:00+00:00,40.25,5.5,6.092537,23.08664,0.0,0.0 -2014-10-21 04:30:00+00:00,40.25,5.5,5.937006,23.083405,0.0,0.0 -2014-10-21 05:30:00+00:00,40.25,5.5,5.4764457,23.077972,0.014583333,0.014583333 -2014-10-21 06:30:00+00:00,40.25,5.5,5.204778,23.070099,59.825172,26.122673 -2014-10-21 07:30:00+00:00,40.25,5.5,5.018882,23.104553,219.27162,62.100754 -2014-10-21 08:30:00+00:00,40.25,5.5,4.799902,23.22754,379.9125,80.36215 -2014-10-21 09:30:00+00:00,40.25,5.5,4.792773,23.428436,507.1084,90.80292 -2014-10-21 10:30:00+00:00,40.25,5.5,4.694752,23.517487,585.37494,96.42786 -2014-10-21 11:30:00+00:00,40.25,5.5,4.8005323,23.536774,604.7777,100.53049 -2014-10-21 12:30:00+00:00,40.25,5.5,5.2028685,23.510437,567.80756,96.15845 -2014-10-21 13:30:00+00:00,40.25,5.5,5.643026,23.428986,475.29486,89.50281 -2014-10-21 14:30:00+00:00,40.25,5.5,6.0026727,23.357574,338.25192,77.913635 -2014-10-21 15:30:00+00:00,40.25,5.5,5.9038386,23.303833,172.6875,56.36667 -2014-10-21 16:30:00+00:00,40.25,5.5,5.3704586,23.277496,30.575382,15.238021 -2014-10-21 17:30:00+00:00,40.25,5.5,5.6836576,23.272339,0.0,0.0 -2014-10-21 18:30:00+00:00,40.25,5.5,5.7034383,23.257416,0.0,0.0 -2014-10-21 19:30:00+00:00,40.25,5.5,5.560553,23.300568,0.0,0.0 -2014-10-21 20:30:00+00:00,40.25,5.5,5.559697,23.295685,0.0,0.0 -2014-10-21 21:30:00+00:00,40.25,5.5,6.8001456,23.61441,0.0,0.0 -2014-10-21 22:30:00+00:00,40.25,5.5,10.90215,23.400482,0.0,0.0 -2014-10-21 23:30:00+00:00,40.25,5.5,13.878703,22.592285,0.0,0.0 -2014-10-22 00:30:00+00:00,40.25,5.5,14.244636,22.120728,0.0,0.0 -2014-10-22 01:30:00+00:00,40.25,5.5,14.573291,21.690948,0.0,0.0 -2014-10-22 02:30:00+00:00,40.25,5.5,15.630199,21.22293,0.0,0.0 -2014-10-22 03:30:00+00:00,40.25,5.5,17.059923,20.718506,0.0,0.0 -2014-10-22 04:30:00+00:00,40.25,5.5,17.879528,20.069672,0.0,0.0 -2014-10-22 05:30:00+00:00,40.25,5.5,17.893944,19.454498,0.0,0.0 -2014-10-22 06:30:00+00:00,40.25,5.5,17.660707,18.87027,58.68899,26.078472 -2014-10-22 07:30:00+00:00,40.25,5.5,17.226892,18.432098,226.64233,62.683807 -2014-10-22 08:30:00+00:00,40.25,5.5,17.204771,18.260803,396.3437,79.594635 -2014-10-22 09:30:00+00:00,40.25,5.5,17.63832,17.594025,489.11862,115.12741 -2014-10-22 10:30:00+00:00,40.25,5.5,17.525084,17.4393,530.45874,180.41666 -2014-10-22 11:30:00+00:00,40.25,5.5,17.222927,17.469421,530.7355,209.20901 -2014-10-22 12:30:00+00:00,40.25,5.5,17.716257,17.535126,529.8469,168.58719 -2014-10-22 13:30:00+00:00,40.25,5.5,18.193213,17.698273,428.2009,143.9383 -2014-10-22 14:30:00+00:00,40.25,5.5,18.888426,17.906769,334.84332,92.42346 -2014-10-22 15:30:00+00:00,40.25,5.5,19.652702,18.078094,178.12086,58.08979 -2014-10-22 16:30:00+00:00,40.25,5.5,19.86369,18.15979,28.128195,16.451458 -2014-10-22 17:30:00+00:00,40.25,5.5,19.418392,18.35608,0.0,0.0 -2014-10-22 18:30:00+00:00,40.25,5.5,18.627779,18.49237,0.0,0.0 -2014-10-22 19:30:00+00:00,40.25,5.5,17.889874,18.610992,0.0,0.0 -2014-10-22 20:30:00+00:00,40.25,5.5,17.271208,18.562683,0.0,0.0 -2014-10-22 21:30:00+00:00,40.25,5.5,17.356213,18.352814,0.0,0.0 -2014-10-22 22:30:00+00:00,40.25,5.5,17.214676,18.120972,0.0,0.0 -2014-10-22 23:30:00+00:00,40.25,5.5,16.522757,17.973297,0.0,0.0 -2014-10-23 00:30:00+00:00,40.25,5.5,16.10738,17.863068,0.0,0.0 -2014-10-23 01:30:00+00:00,40.25,5.5,15.855347,17.804688,0.0,0.0 -2014-10-23 02:30:00+00:00,40.25,5.5,15.741317,17.809845,0.0,0.0 -2014-10-23 03:30:00+00:00,40.25,5.5,15.803129,17.767517,0.0,0.0 -2014-10-23 04:30:00+00:00,40.25,5.5,15.812307,17.883148,0.0,0.0 -2014-10-23 05:30:00+00:00,40.25,5.5,15.959884,18.051208,0.0,0.0 -2014-10-23 06:30:00+00:00,40.25,5.5,16.061493,18.293915,48.463196,22.776808 -2014-10-23 07:30:00+00:00,40.25,5.5,15.857716,18.556427,211.47845,62.9814 -2014-10-23 08:30:00+00:00,40.25,5.5,15.628592,18.811615,373.80908,83.974884 -2014-10-23 09:30:00+00:00,40.25,5.5,15.433395,18.716614,512.89136,92.999695 -2014-10-23 10:30:00+00:00,40.25,5.5,15.426067,18.866455,593.0953,93.30286 -2014-10-23 11:30:00+00:00,40.25,5.5,15.188831,19.014954,614.26056,91.66058 -2014-10-23 12:30:00+00:00,40.25,5.5,14.805634,19.200104,570.16736,93.2569 -2014-10-23 13:30:00+00:00,40.25,5.5,14.67137,19.41159,477.91684,87.421814 -2014-10-23 14:30:00+00:00,40.25,5.5,14.623831,19.64264,337.7275,74.212555 -2014-10-23 15:30:00+00:00,40.25,5.5,15.37301,19.866333,169.00215,54.145554 -2014-10-23 16:30:00+00:00,40.25,5.5,16.675816,20.040619,21.689722,11.303507 -2014-10-23 17:30:00+00:00,40.25,5.5,16.999794,20.148407,0.0,0.0 -2014-10-23 18:30:00+00:00,40.25,5.5,16.97223,20.254547,0.0,0.0 -2014-10-23 19:30:00+00:00,40.25,5.5,16.290304,20.195648,0.0,0.0 -2014-10-23 20:30:00+00:00,40.25,5.5,15.38746,19.906769,0.0,0.0 -2014-10-23 21:30:00+00:00,40.25,5.5,15.13957,19.57611,0.0,0.0 -2014-10-23 22:30:00+00:00,40.25,5.5,14.996008,19.2984,0.0,0.0 -2014-10-23 23:30:00+00:00,40.25,5.5,14.6764965,19.051605,0.0,0.0 -2014-10-24 00:30:00+00:00,40.25,5.5,14.155502,18.839874,0.0,0.0 -2014-10-24 01:30:00+00:00,40.25,5.5,13.951867,18.741852,0.0,0.0 -2014-10-24 02:30:00+00:00,40.25,5.5,13.65105,18.761688,0.0,0.0 -2014-10-24 03:30:00+00:00,40.25,5.5,13.205228,18.814331,0.0,0.0 -2014-10-24 04:30:00+00:00,40.25,5.5,12.442049,18.90448,0.0,0.0 -2014-10-24 05:30:00+00:00,40.25,5.5,11.597514,19.011993,0.0,0.0 -2014-10-24 06:30:00+00:00,40.25,5.5,10.8225975,19.146088,51.75528,22.867432 -2014-10-24 07:30:00+00:00,40.25,5.5,10.2288885,19.325256,210.09464,63.60782 -2014-10-24 08:30:00+00:00,40.25,5.5,9.841071,19.554138,354.1004,92.4592 -2014-10-24 09:30:00+00:00,40.25,5.5,10.188772,18.500519,481.67505,120.167175 -2014-10-24 10:30:00+00:00,40.25,5.5,10.074801,18.539612,563.62695,108.84152 -2014-10-24 11:30:00+00:00,40.25,5.5,9.704368,18.627563,600.4805,110.45386 -2014-10-24 12:30:00+00:00,40.25,5.5,9.379349,18.734802,574.59564,94.918 -2014-10-24 13:30:00+00:00,40.25,5.5,9.333821,18.898224,480.45145,87.48706 -2014-10-24 14:30:00+00:00,40.25,5.5,9.221175,19.106995,338.23737,75.28079 -2014-10-24 15:30:00+00:00,40.25,5.5,8.842926,19.329346,168.88562,53.38378 -2014-10-24 16:30:00+00:00,40.25,5.5,8.584965,19.571777,25.4625,12.631736 -2014-10-24 17:30:00+00:00,40.25,5.5,8.621151,19.872864,0.0,0.0 -2014-10-24 18:30:00+00:00,40.25,5.5,8.682629,20.176636,0.0,0.0 -2014-10-24 19:30:00+00:00,40.25,5.5,8.738648,20.489105,0.0,0.0 -2014-10-24 20:30:00+00:00,40.25,5.5,8.609482,20.749725,0.0,0.0 -2014-10-24 21:30:00+00:00,40.25,5.5,8.68495,20.865112,0.0,0.0 -2014-10-24 22:30:00+00:00,40.25,5.5,8.799062,20.827637,0.0,0.0 -2014-10-24 23:30:00+00:00,40.25,5.5,8.54258,20.767914,0.0,0.0 -2014-10-25 00:30:00+00:00,40.25,5.5,7.7496376,20.644928,0.0,0.0 -2014-10-25 01:30:00+00:00,40.25,5.5,6.946546,20.453278,0.0,0.0 -2014-10-25 02:30:00+00:00,40.25,5.5,6.290192,20.267029,0.0,0.0 -2014-10-25 03:30:00+00:00,40.25,5.5,6.0617266,20.158447,0.0,0.0 -2014-10-25 04:30:00+00:00,40.25,5.5,6.0466824,20.136993,0.0,0.0 -2014-10-25 05:30:00+00:00,40.25,5.5,5.807919,20.230927,0.0,0.0 -2014-10-25 06:30:00+00:00,40.25,5.5,5.6658564,20.41745,49.657673,21.688055 -2014-10-25 07:30:00+00:00,40.25,5.5,5.8828635,20.740509,203.55421,59.375443 -2014-10-25 08:30:00+00:00,40.25,5.5,6.1346965,21.04132,362.418,78.20502 -2014-10-25 09:30:00+00:00,40.25,5.5,6.4534106,21.409698,489.22055,88.77362 -2014-10-25 10:30:00+00:00,40.25,5.5,6.78894,21.523743,567.67645,94.426636 -2014-10-25 11:30:00+00:00,40.25,5.5,6.9010143,21.561737,590.3858,95.010956 -2014-10-25 12:30:00+00:00,40.25,5.5,6.943187,21.51831,553.6196,91.46332 -2014-10-25 13:30:00+00:00,40.25,5.5,6.7497306,21.441193,460.50974,85.749176 -2014-10-25 14:30:00+00:00,40.25,5.5,6.3077106,21.331512,322.01013,74.0435 -2014-10-25 15:30:00+00:00,40.25,5.5,6.0714145,21.259583,158.39764,51.644066 -2014-10-25 16:30:00+00:00,40.25,5.5,5.9859023,21.204742,22.549166,11.530104 -2014-10-25 17:30:00+00:00,40.25,5.5,5.853696,21.156952,0.0,0.0 -2014-10-25 18:30:00+00:00,40.25,5.5,5.8113723,21.109192,0.0,0.0 -2014-10-25 19:30:00+00:00,40.25,5.5,5.7469306,21.092072,0.0,0.0 -2014-10-25 20:30:00+00:00,40.25,5.5,5.7778516,21.045929,0.0,0.0 -2014-10-25 21:30:00+00:00,40.25,5.5,6.2701,21.08963,0.0,0.0 -2014-10-25 22:30:00+00:00,40.25,5.5,6.638335,21.071991,0.0,0.0 -2014-10-25 23:30:00+00:00,40.25,5.5,6.7218437,20.975342,0.0,0.0 -2014-10-26 00:30:00+00:00,40.25,5.5,6.3648953,20.84259,0.0,0.0 -2014-10-26 01:30:00+00:00,40.25,5.5,6.0731287,20.723389,0.0,0.0 -2014-10-26 02:30:00+00:00,40.25,5.5,6.035703,20.594177,0.0,0.0 -2014-10-26 03:30:00+00:00,40.25,5.5,5.97701,20.496704,0.0,0.0 -2014-10-26 04:30:00+00:00,40.25,5.5,5.7259574,20.475006,0.0,0.0 -2014-10-26 05:30:00+00:00,40.25,5.5,5.2841454,20.456543,0.0,0.0 -2014-10-26 06:30:00+00:00,40.25,5.5,4.695287,20.504303,44.996353,20.873507 -2014-10-26 07:30:00+00:00,40.25,5.5,4.2243247,20.608032,173.09538,68.36445 -2014-10-26 08:30:00+00:00,40.25,5.5,3.7491305,20.670471,302.47626,84.34056 -2014-10-26 09:30:00+00:00,40.25,5.5,3.9870255,20.8909,400.7428,110.41223 -2014-10-26 10:30:00+00:00,40.25,5.5,4.367045,20.904755,486.74423,124.20642 -2014-10-26 11:30:00+00:00,40.25,5.5,4.887017,20.834717,543.81635,105.75809 -2014-10-26 12:30:00+00:00,40.25,5.5,5.49353,20.714447,534.42084,106.4758 -2014-10-26 13:30:00+00:00,40.25,5.5,5.869077,20.591461,453.40118,90.379425 -2014-10-26 14:30:00+00:00,40.25,5.5,5.8342032,20.475525,315.3823,75.51866 -2014-10-26 15:30:00+00:00,40.25,5.5,5.42642,20.40741,153.48868,51.922012 -2014-10-26 16:30:00+00:00,40.25,5.5,4.906901,20.318634,20.699202,11.21882 -2014-10-26 17:30:00+00:00,40.25,5.5,4.5491724,20.26947,0.0,0.0 -2014-10-26 18:30:00+00:00,40.25,5.5,4.155793,20.234192,0.0,0.0 -2014-10-26 19:30:00+00:00,40.25,5.5,4.0113153,20.230927,0.0,0.0 -2014-10-26 20:30:00+00:00,40.25,5.5,4.1555037,20.249115,0.0,0.0 -2014-10-26 21:30:00+00:00,40.25,5.5,4.483501,20.281433,0.0,0.0 -2014-10-26 22:30:00+00:00,40.25,5.5,4.8329744,20.306122,0.0,0.0 -2014-10-26 23:30:00+00:00,40.25,5.5,5.3724465,20.249939,0.0,0.0 -2014-10-27 00:30:00+00:00,40.25,5.5,5.689741,20.185608,0.0,0.0 -2014-10-27 01:30:00+00:00,40.25,5.5,5.769897,20.088684,0.0,0.0 -2014-10-27 02:30:00+00:00,40.25,5.5,5.6183224,20.068054,0.0,0.0 -2014-10-27 03:30:00+00:00,40.25,5.5,5.4520254,20.03955,0.0,0.0 -2014-10-27 04:30:00+00:00,40.25,5.5,5.3701334,20.060455,0.0,0.0 -2014-10-27 05:30:00+00:00,40.25,5.5,5.2141166,20.078918,0.0,0.0 -2014-10-27 06:30:00+00:00,40.25,5.5,5.084248,20.123962,39.519306,18.920591 -2014-10-27 07:30:00+00:00,40.25,5.5,4.9677505,20.209229,159.4173,61.99518 -2014-10-27 08:30:00+00:00,40.25,5.5,5.02687,20.28006,317.7421,86.77562 -2014-10-27 09:30:00+00:00,40.25,5.5,4.8675065,20.264862,398.04797,113.54959 -2014-10-27 10:30:00+00:00,40.25,5.5,4.714724,20.30423,490.5753,130.91632 -2014-10-27 11:30:00+00:00,40.25,5.5,4.50562,20.32135,564.0057,110.3743 -2014-10-27 12:30:00+00:00,40.25,5.5,4.403736,20.28714,511.5221,102.16556 -2014-10-27 13:30:00+00:00,40.25,5.5,4.478871,20.22171,416.78067,91.15927 -2014-10-27 14:30:00+00:00,40.25,5.5,4.6367736,20.114746,301.2818,76.5694 -2014-10-27 15:30:00+00:00,40.25,5.5,4.6952734,19.986603,147.09392,50.726555 -2014-10-27 16:30:00+00:00,40.25,5.5,4.5227666,19.8096,18.412222,10.061041 -2014-10-27 17:30:00+00:00,40.25,5.5,4.397726,19.680634,0.0,0.0 -2014-10-27 18:30:00+00:00,40.25,5.5,4.0742903,19.556305,0.0,0.0 -2014-10-27 19:30:00+00:00,40.25,5.5,3.6387808,19.47647,0.0,0.0 -2014-10-27 20:30:00+00:00,40.25,5.5,3.3831122,19.373322,0.0,0.0 -2014-10-27 21:30:00+00:00,40.25,5.5,3.0212567,19.540833,0.0,0.0 -2014-10-27 22:30:00+00:00,40.25,5.5,2.639418,19.409973,0.0,0.0 -2014-10-27 23:30:00+00:00,40.25,5.5,2.4652379,19.315216,0.0,0.0 -2014-10-28 00:30:00+00:00,40.25,5.5,2.5006554,19.246002,0.0,0.0 -2014-10-28 01:30:00+00:00,40.25,5.5,2.5718346,19.22644,0.0,0.0 -2014-10-28 02:30:00+00:00,40.25,5.5,2.3226295,19.197662,0.0,0.0 -2014-10-28 03:30:00+00:00,40.25,5.5,2.1794374,19.17215,0.0,0.0 -2014-10-28 04:30:00+00:00,40.25,5.5,2.2601063,19.154785,0.0,0.0 -2014-10-28 05:30:00+00:00,40.25,5.5,2.396076,19.129272,0.0,0.0 -2014-10-28 06:30:00+00:00,40.25,5.5,2.4977198,19.169708,41.38382,19.482153 -2014-10-28 07:30:00+00:00,40.25,5.5,2.5930882,19.232971,179.19879,66.377266 -2014-10-28 08:30:00+00:00,40.25,5.5,2.5256276,19.291077,333.12445,87.416245 -2014-10-28 09:30:00+00:00,40.25,5.5,1.8402531,19.212341,453.3575,98.06647 -2014-10-28 10:30:00+00:00,40.25,5.5,2.088754,19.257935,494.34802,117.92465 -2014-10-28 11:30:00+00:00,40.25,5.5,2.406745,19.288605,543.71436,124.74097 -2014-10-28 12:30:00+00:00,40.25,5.5,2.525121,19.323914,523.71436,116.07025 -2014-10-28 13:30:00+00:00,40.25,5.5,2.4882808,19.369781,446.94818,90.92502 -2014-10-28 14:30:00+00:00,40.25,5.5,2.348581,19.360016,301.70422,82.89845 -2014-10-28 15:30:00+00:00,40.25,5.5,2.4113357,19.307068,133.6198,51.73362 -2014-10-28 16:30:00+00:00,40.25,5.5,2.5587645,19.249786,17.450834,9.695278 -2014-10-28 17:30:00+00:00,40.25,5.5,2.7287376,19.1792,0.0,0.0 -2014-10-28 18:30:00+00:00,40.25,5.5,2.6138551,19.119751,0.0,0.0 -2014-10-28 19:30:00+00:00,40.25,5.5,2.3746686,19.083374,0.0,0.0 -2014-10-28 20:30:00+00:00,40.25,5.5,1.7275962,19.001678,0.0,0.0 -2014-10-28 21:30:00+00:00,40.25,5.5,1.0972948,19.014954,0.0,0.0 -2014-10-28 22:30:00+00:00,40.25,5.5,0.9548022,18.939484,0.0,0.0 -2014-10-28 23:30:00+00:00,40.25,5.5,1.063999,18.940857,0.0,0.0 -2014-10-29 00:30:00+00:00,40.25,5.5,1.3137667,18.905823,0.0,0.0 -2014-10-29 01:30:00+00:00,40.25,5.5,1.7359289,18.87027,0.0,0.0 -2014-10-29 02:30:00+00:00,40.25,5.5,2.2589474,18.87326,0.0,0.0 -2014-10-29 03:30:00+00:00,40.25,5.5,3.0191398,18.826569,0.0,0.0 -2014-10-29 04:30:00+00:00,40.25,5.5,3.5141199,18.847992,0.0,0.0 -2014-10-29 05:30:00+00:00,40.25,5.5,3.689605,18.776611,0.0,0.0 -2014-10-29 06:30:00+00:00,40.25,5.5,3.4508793,18.760864,39.490173,18.208958 -2014-10-29 07:30:00+00:00,40.25,5.5,3.0679185,18.757874,184.58844,57.88137 -2014-10-29 08:30:00+00:00,40.25,5.5,2.6287994,18.817596,344.4573,79.118256 -2014-10-29 09:30:00+00:00,40.25,5.5,2.148853,19.056488,431.6823,94.657135 -2014-10-29 10:30:00+00:00,40.25,5.5,1.9506173,19.09613,542.0392,108.93207 -2014-10-29 11:30:00+00:00,40.25,5.5,2.1702056,19.131165,576.1834,103.16934 -2014-10-29 12:30:00+00:00,40.25,5.5,2.3751278,19.170532,534.81415,105.85162 -2014-10-29 13:30:00+00:00,40.25,5.5,2.5523162,19.273956,452.49805,84.760895 -2014-10-29 14:30:00+00:00,40.25,5.5,2.7929583,19.296753,312.52722,71.53438 -2014-10-29 15:30:00+00:00,40.25,5.5,2.9852593,19.271515,144.13687,49.593643 -2014-10-29 16:30:00+00:00,40.25,5.5,2.936365,19.264465,16.82448,9.230244 -2014-10-29 17:30:00+00:00,40.25,5.5,2.7882566,19.247345,0.0,0.0 -2014-10-29 18:30:00+00:00,40.25,5.5,2.6498592,19.22345,0.0,0.0 -2014-10-29 19:30:00+00:00,40.25,5.5,2.785467,19.241394,0.0,0.0 -2014-10-29 20:30:00+00:00,40.25,5.5,2.804123,19.243011,0.0,0.0 -2014-10-29 21:30:00+00:00,40.25,5.5,1.9948722,19.390167,0.0,0.0 -2014-10-29 22:30:00+00:00,40.25,5.5,1.7030337,19.36084,0.0,0.0 -2014-10-29 23:30:00+00:00,40.25,5.5,1.5318453,19.305725,0.0,0.0 -2014-10-30 00:30:00+00:00,40.25,5.5,1.4323286,19.297028,0.0,0.0 -2014-10-30 01:30:00+00:00,40.25,5.5,1.2890421,19.23053,0.0,0.0 -2014-10-30 02:30:00+00:00,40.25,5.5,1.1615546,19.163452,0.0,0.0 -2014-10-30 03:30:00+00:00,40.25,5.5,1.3645355,19.10672,0.0,0.0 -2014-10-30 04:30:00+00:00,40.25,5.5,1.5794106,19.105377,0.0,0.0 -2014-10-30 05:30:00+00:00,40.25,5.5,1.7205848,19.11676,0.0,0.0 -2014-10-30 06:30:00+00:00,40.25,5.5,1.5376537,19.140656,29.089582,16.444931 -2014-10-30 07:30:00+00:00,40.25,5.5,1.655523,19.227814,145.30222,69.6701 -2014-10-30 08:30:00+00:00,40.25,5.5,1.7868165,19.320374,277.88776,113.94165 -2014-10-30 09:30:00+00:00,40.25,5.5,0.9746238,19.54898,411.21622,113.9491 -2014-10-30 10:30:00+00:00,40.25,5.5,0.768405,19.61087,426.77338,149.50937 -2014-10-30 11:30:00+00:00,40.25,5.5,0.70605135,19.599182,517.4944,112.61746 -2014-10-30 12:30:00+00:00,40.25,5.5,0.7250272,19.664337,418.14993,168.83073 -2014-10-30 13:30:00+00:00,40.25,5.5,0.80062497,19.677643,328.81274,144.57811 -2014-10-30 14:30:00+00:00,40.25,5.5,1.0576905,19.688782,226.30731,85.50377 -2014-10-30 15:30:00+00:00,40.25,5.5,1.1637228,19.678192,107.31243,55.282013 -2014-10-30 16:30:00+00:00,40.25,5.5,1.0415301,19.61847,12.556458,8.399479 -2014-10-30 17:30:00+00:00,40.25,5.5,1.0445374,19.544891,0.0,0.0 -2014-10-30 18:30:00+00:00,40.25,5.5,1.205518,19.465912,0.0,0.0 -2014-10-30 19:30:00+00:00,40.25,5.5,1.3603925,19.390686,0.0,0.0 -2014-10-30 20:30:00+00:00,40.25,5.5,1.5181085,19.335846,0.0,0.0 -2014-10-30 21:30:00+00:00,40.25,5.5,2.1733315,19.679016,0.0,0.0 -2014-10-30 22:30:00+00:00,40.25,5.5,3.0608208,19.676025,0.0,0.0 -2014-10-30 23:30:00+00:00,40.25,5.5,3.7966092,19.639923,0.0,0.0 -2014-10-31 00:30:00+00:00,40.25,5.5,4.127138,19.556305,0.0,0.0 -2014-10-31 01:30:00+00:00,40.25,5.5,4.3355193,19.479462,0.0,0.0 -2014-10-31 02:30:00+00:00,40.25,5.5,4.336675,19.41269,0.0,0.0 -2014-10-31 03:30:00+00:00,40.25,5.5,4.58256,19.358124,0.0,0.0 -2014-10-31 04:30:00+00:00,40.25,5.5,4.853323,19.265015,0.0,0.0 -2014-10-31 05:30:00+00:00,40.25,5.5,4.9052086,19.187073,0.0,0.0 -2014-10-31 06:30:00+00:00,40.25,5.5,4.82331,19.100769,25.62271,16.142326 -2014-10-31 07:30:00+00:00,40.25,5.5,4.540284,19.079315,147.31242,75.10516 -2014-10-31 08:30:00+00:00,40.25,5.5,4.0049353,19.098846,308.23007,110.23399 -2014-10-31 09:30:00+00:00,40.25,5.5,3.8646193,19.389618,444.8069,116.145294 -2014-10-31 10:30:00+00:00,40.25,5.5,3.320243,19.41867,545.2293,92.255554 -2014-10-31 11:30:00+00:00,40.25,5.5,3.227076,19.427063,573.9838,93.06528 -2014-10-31 12:30:00+00:00,40.25,5.5,3.3035402,19.42218,530.7792,93.30414 -2014-10-31 13:30:00+00:00,40.25,5.5,3.5177538,19.418945,430.8229,90.98093 -2014-10-31 14:30:00+00:00,40.25,5.5,3.6735752,19.399933,298.3976,71.6998 -2014-10-31 15:30:00+00:00,40.25,5.5,3.4162521,19.386353,137.39253,48.03621 -2014-10-31 16:30:00+00:00,40.25,5.5,3.367564,19.347534,13.940278,7.9964237 -2014-10-31 17:30:00+00:00,40.25,5.5,3.815723,19.345642,0.0,0.0 -2014-10-31 18:30:00+00:00,40.25,5.5,3.9763978,19.31958,0.0,0.0 -2014-10-31 19:30:00+00:00,40.25,5.5,3.5741181,19.252228,0.0,0.0 -2014-10-31 20:30:00+00:00,40.25,5.5,2.9147623,19.176758,0.0,0.0 -2014-10-31 21:30:00+00:00,40.25,5.5,2.4093034,19.170258,0.0,0.0 -2014-10-31 22:30:00+00:00,40.25,5.5,1.9194605,19.102936,0.0,0.0 -2014-10-31 23:30:00+00:00,40.25,5.5,1.5636446,19.019043,0.0,0.0 -2014-11-01 00:30:00+00:00,40.25,5.5,1.4946327,18.95987,0.0,0.0 -2014-11-01 01:30:00+00:00,40.25,5.5,1.554132,18.899597,0.0,0.0 -2014-11-01 02:30:00+00:00,40.25,5.5,1.645183,18.857788,0.0,0.0 -2014-11-01 03:30:00+00:00,40.25,5.5,1.9177314,18.805115,0.0,0.0 -2014-11-01 04:30:00+00:00,40.25,5.5,2.1803048,18.772247,0.0,0.0 -2014-11-01 05:30:00+00:00,40.25,5.5,2.388568,18.716614,0.0,0.0 -2014-11-01 06:30:00+00:00,40.25,5.5,2.496851,18.703033,32.978855,17.653889 -2014-11-01 07:30:00+00:00,40.25,5.5,2.463744,18.717163,169.8907,60.171394 -2014-11-01 08:30:00+00:00,40.25,5.5,2.2484689,18.785034,325.22934,89.16283 -2014-11-01 09:30:00+00:00,40.25,5.5,1.8200006,19.098053,449.4245,107.69638 -2014-11-01 10:30:00+00:00,40.25,5.5,1.8182722,19.12384,524.4864,121.78104 -2014-11-01 11:30:00+00:00,40.25,5.5,1.8013241,19.104828,554.40625,106.94205 -2014-11-01 12:30:00+00:00,40.25,5.5,1.8703485,19.114319,517.82947,102.34299 -2014-11-01 13:30:00+00:00,40.25,5.5,1.8138075,19.124634,416.27084,105.44086 -2014-11-01 14:30:00+00:00,40.25,5.5,2.0405905,19.126282,271.2891,92.39029 -2014-11-01 15:30:00+00:00,40.25,5.5,2.3307617,19.090698,123.77274,55.164062 -2014-11-01 16:30:00+00:00,40.25,5.5,2.4637752,19.040222,12.235972,7.6446877 -2014-11-01 17:30:00+00:00,40.25,5.5,2.4384904,18.96231,0.0,0.0 -2014-11-01 18:30:00+00:00,40.25,5.5,2.1741364,18.91043,0.0,0.0 -2014-11-01 19:30:00+00:00,40.25,5.5,1.8011396,18.829803,0.0,0.0 -2014-11-01 20:30:00+00:00,40.25,5.5,1.4785511,18.73291,0.0,0.0 -2014-11-01 21:30:00+00:00,40.25,5.5,0.96020937,18.587921,0.0,0.0 -2014-11-01 22:30:00+00:00,40.25,5.5,0.8281971,18.492645,0.0,0.0 -2014-11-01 23:30:00+00:00,40.25,5.5,0.8950316,18.431274,0.0,0.0 -2014-11-02 00:30:00+00:00,40.25,5.5,0.9748799,18.374817,0.0,0.0 -2014-11-02 01:30:00+00:00,40.25,5.5,0.9603052,18.325958,0.0,0.0 -2014-11-02 02:30:00+00:00,40.25,5.5,1.0785662,18.300964,0.0,0.0 -2014-11-02 03:30:00+00:00,40.25,5.5,1.2560953,18.289032,0.0,0.0 -2014-11-02 04:30:00+00:00,40.25,5.5,1.5467347,18.276794,0.0,0.0 -2014-11-02 05:30:00+00:00,40.25,5.5,1.8588285,18.23935,0.0,0.0 -2014-11-02 06:30:00+00:00,40.25,5.5,2.2130878,18.220337,28.958471,17.529896 -2014-11-02 07:30:00+00:00,40.25,5.5,2.743854,18.257812,153.28476,65.64084 -2014-11-02 08:30:00+00:00,40.25,5.5,3.1963134,18.391907,331.95914,83.893234 -2014-11-02 09:30:00+00:00,40.25,5.5,2.8084168,19.109985,449.83237,98.512146 -2014-11-02 10:30:00+00:00,40.25,5.5,2.989694,19.279938,501.8644,130.41702 -2014-11-02 11:30:00+00:00,40.25,5.5,3.0290172,19.406982,533.2264,122.65378 -2014-11-02 12:30:00+00:00,40.25,5.5,3.0835261,19.47757,505.65173,119.7728 -2014-11-02 13:30:00+00:00,40.25,5.5,3.2299192,19.559845,433.32837,84.16733 -2014-11-02 14:30:00+00:00,40.25,5.5,3.3084705,19.591858,288.62338,75.9476 -2014-11-02 15:30:00+00:00,40.25,5.5,3.3841379,19.601898,128.81277,49.457985 -2014-11-02 16:30:00+00:00,40.25,5.5,3.529485,19.592133,11.376562,7.033472 -2014-11-02 17:30:00+00:00,40.25,5.5,3.718668,19.599182,0.0,0.0 -2014-11-02 18:30:00+00:00,40.25,5.5,3.8797278,19.601105,0.0,0.0 -2014-11-02 19:30:00+00:00,40.25,5.5,4.280327,19.64563,0.0,0.0 -2014-11-02 20:30:00+00:00,40.25,5.5,4.77569,19.676025,0.0,0.0 -2014-11-02 21:30:00+00:00,40.25,5.5,5.5624743,19.623077,0.0,0.0 -2014-11-02 22:30:00+00:00,40.25,5.5,6.0330143,19.703705,0.0,0.0 -2014-11-02 23:30:00+00:00,40.25,5.5,6.284638,19.756927,0.0,0.0 -2014-11-03 00:30:00+00:00,40.25,5.5,6.442793,19.848969,0.0,0.0 -2014-11-03 01:30:00+00:00,40.25,5.5,6.495941,19.957275,0.0,0.0 -2014-11-03 02:30:00+00:00,40.25,5.5,6.3406343,20.00885,0.0,0.0 -2014-11-03 03:30:00+00:00,40.25,5.5,6.106697,20.02353,0.0,0.0 -2014-11-03 04:30:00+00:00,40.25,5.5,5.8371315,20.011566,0.0,0.0 -2014-11-03 05:30:00+00:00,40.25,5.5,5.7210507,20.017822,0.0,0.0 -2014-11-03 06:30:00+00:00,40.25,5.5,5.8669634,20.052032,28.069931,14.879306 -2014-11-03 07:30:00+00:00,40.25,5.5,6.2085485,20.13916,166.78802,55.530006 -2014-11-03 08:30:00+00:00,40.25,5.5,6.625131,20.265411,316.67874,87.37506 -2014-11-03 09:30:00+00:00,40.25,5.5,6.6159906,20.473633,452.46893,94.658905 -2014-11-03 10:30:00+00:00,40.25,5.5,6.885987,20.6474,520.1601,111.41162 -2014-11-03 11:30:00+00:00,40.25,5.5,7.1075635,20.805939,557.4361,90.00601 -2014-11-03 12:30:00+00:00,40.25,5.5,7.05049,20.965576,499.7668,92.45776 -2014-11-03 13:30:00+00:00,40.25,5.5,7.198218,21.118683,404.53015,82.544556 -2014-11-03 14:30:00+00:00,40.25,5.5,7.4178715,21.280762,279.81058,74.64218 -2014-11-03 15:30:00+00:00,40.25,5.5,7.672746,21.36438,124.93806,45.31028 -2014-11-03 16:30:00+00:00,40.25,5.5,7.9085746,21.331787,10.415139,6.357431 -2014-11-03 17:30:00+00:00,40.25,5.5,8.226847,21.29596,0.0,0.0 -2014-11-03 18:30:00+00:00,40.25,5.5,8.659884,21.242218,0.0,0.0 -2014-11-03 19:30:00+00:00,40.25,5.5,8.944698,21.15451,0.0,0.0 -2014-11-03 20:30:00+00:00,40.25,5.5,9.129776,21.099121,0.0,0.0 -2014-11-03 21:30:00+00:00,40.25,5.5,9.804024,21.024475,0.0,0.0 -2014-11-03 22:30:00+00:00,40.25,5.5,10.929356,20.970978,0.0,0.0 -2014-11-03 23:30:00+00:00,40.25,5.5,12.152102,20.929993,0.0,0.0 -2014-11-04 00:30:00+00:00,40.25,5.5,12.922679,20.859955,0.0,0.0 -2014-11-04 01:30:00+00:00,40.25,5.5,12.773373,20.613708,0.0,0.0 -2014-11-04 02:30:00+00:00,40.25,5.5,12.440249,20.641693,0.0,0.0 -2014-11-04 03:30:00+00:00,40.25,5.5,12.953001,20.872437,0.0,0.0 -2014-11-04 04:30:00+00:00,40.25,5.5,13.644697,20.856415,0.0,0.0 -2014-11-04 05:30:00+00:00,40.25,5.5,13.800823,20.996246,0.0,0.0 -2014-11-04 06:30:00+00:00,40.25,5.5,13.74582,21.259857,18.805521,15.55441 -2014-11-04 07:30:00+00:00,40.25,5.5,14.417796,21.435486,94.52292,63.58761 -2014-11-04 08:30:00+00:00,40.25,5.5,14.500643,20.893341,148.8419,89.30409 -2014-11-04 09:30:00+00:00,40.25,5.5,14.766037,21.37497,287.02106,166.89072 -2014-11-04 10:30:00+00:00,40.25,5.5,14.246989,21.397766,405.43326,119.66919 -2014-11-04 11:30:00+00:00,40.25,5.5,15.25962,21.33722,353.16815,195.38927 -2014-11-04 12:30:00+00:00,40.25,5.5,15.984669,21.429535,214.61029,166.02953 -2014-11-04 13:30:00+00:00,40.25,5.5,16.388206,21.358948,140.59718,123.13791 -2014-11-04 14:30:00+00:00,40.25,5.5,15.119,21.084198,66.84632,65.19594 -2014-11-04 15:30:00+00:00,40.25,5.5,13.729959,19.800629,27.239618,26.495104 -2014-11-04 16:30:00+00:00,40.25,5.5,12.867562,19.408356,1.3110069,1.3110069 -2014-11-04 17:30:00+00:00,40.25,5.5,17.127,19.186829,0.0,0.0 -2014-11-04 18:30:00+00:00,40.25,5.5,16.868067,19.05841,0.0,0.0 -2014-11-04 19:30:00+00:00,40.25,5.5,14.403517,18.819763,0.0,0.0 -2014-11-04 20:30:00+00:00,40.25,5.5,13.614129,18.899323,0.0,0.0 -2014-11-04 21:30:00+00:00,40.25,5.5,11.663163,17.833221,0.0,0.0 -2014-11-04 22:30:00+00:00,40.25,5.5,11.289011,17.654846,0.0,0.0 -2014-11-04 23:30:00+00:00,40.25,5.5,9.452214,17.760986,0.0,0.0 -2014-11-05 00:30:00+00:00,40.25,5.5,7.3617506,17.853302,0.0,0.0 -2014-11-05 01:30:00+00:00,40.25,5.5,6.2785926,18.03601,0.0,0.0 -2014-11-05 02:30:00+00:00,40.25,5.5,7.5274115,17.9505,0.0,0.0 -2014-11-05 03:30:00+00:00,40.25,5.5,8.395637,17.235138,0.0,0.0 -2014-11-05 04:30:00+00:00,40.25,5.5,7.6165934,16.639496,0.0,0.0 -2014-11-05 05:30:00+00:00,40.25,5.5,6.3419604,16.299591,0.0,0.0 -2014-11-05 06:30:00+00:00,40.25,5.5,5.515823,15.635284,14.857986,11.557222 -2014-11-05 07:30:00+00:00,40.25,5.5,4.7516403,15.308411,85.14201,60.038857 -2014-11-05 08:30:00+00:00,40.25,5.5,3.9255698,15.090973,184.29712,114.69573 -2014-11-05 09:30:00+00:00,40.25,5.5,4.617134,14.7144165,299.19876,173.54645 -2014-11-05 10:30:00+00:00,40.25,5.5,4.7886004,14.411713,339.49008,224.77002 -2014-11-05 11:30:00+00:00,40.25,5.5,4.843187,14.141602,317.64014,212.5245 -2014-11-05 12:30:00+00:00,40.25,5.5,4.8118386,14.425018,316.72244,143.56895 -2014-11-05 13:30:00+00:00,40.25,5.5,4.4272814,14.524933,264.5156,134.272 -2014-11-05 14:30:00+00:00,40.25,5.5,4.2914286,14.869446,198.19368,84.342224 -2014-11-05 15:30:00+00:00,40.25,5.5,4.707451,15.158844,91.8718,49.06118 -2014-11-05 16:30:00+00:00,40.25,5.5,5.7298374,15.426239,6.32191,4.4357643 -2014-11-05 17:30:00+00:00,40.25,5.5,6.735918,15.092316,0.0,0.0 -2014-11-05 18:30:00+00:00,40.25,5.5,7.0463357,14.973145,0.0,0.0 -2014-11-05 19:30:00+00:00,40.25,5.5,6.9910464,15.317383,0.0,0.0 -2014-11-05 20:30:00+00:00,40.25,5.5,7.3571434,15.60733,0.0,0.0 -2014-11-05 21:30:00+00:00,40.25,5.5,7.8064284,15.260925,0.0,0.0 -2014-11-05 22:30:00+00:00,40.25,5.5,9.265702,15.186523,0.0,0.0 -2014-11-05 23:30:00+00:00,40.25,5.5,9.375381,15.07605,0.0,0.0 -2014-11-06 00:30:00+00:00,40.25,5.5,9.438672,14.983734,0.0,0.0 -2014-11-06 01:30:00+00:00,40.25,5.5,9.744421,14.793152,0.0,0.0 -2014-11-06 02:30:00+00:00,40.25,5.5,9.856093,15.060822,0.0,0.0 -2014-11-06 03:30:00+00:00,40.25,5.5,9.899224,15.729218,0.0,0.0 -2014-11-06 04:30:00+00:00,40.25,5.5,10.451911,15.905945,0.0,0.0 -2014-11-06 05:30:00+00:00,40.25,5.5,11.221092,15.920074,0.0,0.0 -2014-11-06 06:30:00+00:00,40.25,5.5,11.271115,15.999603,20.233055,15.430833 -2014-11-06 07:30:00+00:00,40.25,5.5,11.247108,16.069672,132.80406,65.25014 -2014-11-06 08:30:00+00:00,40.25,5.5,11.217083,16.117706,290.56076,80.25508 -2014-11-06 09:30:00+00:00,40.25,5.5,11.102922,15.83429,399.25702,106.12204 -2014-11-06 10:30:00+00:00,40.25,5.5,11.047217,15.823975,433.8819,131.10522 -2014-11-06 11:30:00+00:00,40.25,5.5,11.019245,15.834564,454.50827,111.71298 -2014-11-06 12:30:00+00:00,40.25,5.5,10.802497,15.838623,461.12152,93.9552 -2014-11-06 13:30:00+00:00,40.25,5.5,10.773488,15.931488,361.3109,116.69469 -2014-11-06 14:30:00+00:00,40.25,5.5,11.052735,16.037903,249.74501,85.972626 -2014-11-06 15:30:00+00:00,40.25,5.5,11.025055,16.006409,106.42385,45.396976 -2014-11-06 16:30:00+00:00,40.25,5.5,11.073662,16.03952,7.181354,4.761632 -2014-11-06 17:30:00+00:00,40.25,5.5,11.260756,16.16034,0.0,0.0 -2014-11-06 18:30:00+00:00,40.25,5.5,11.37021,16.32785,0.0,0.0 -2014-11-06 19:30:00+00:00,40.25,5.5,11.278205,16.504028,0.0,0.0 -2014-11-06 20:30:00+00:00,40.25,5.5,11.086785,16.588196,0.0,0.0 -2014-11-06 21:30:00+00:00,40.25,5.5,10.33711,16.675323,0.0,0.0 -2014-11-06 22:30:00+00:00,40.25,5.5,10.008755,16.671265,0.0,0.0 -2014-11-06 23:30:00+00:00,40.25,5.5,9.962867,16.640045,0.0,0.0 -2014-11-07 00:30:00+00:00,40.25,5.5,9.406806,16.672363,0.0,0.0 -2014-11-07 01:30:00+00:00,40.25,5.5,8.481456,16.77417,0.0,0.0 -2014-11-07 02:30:00+00:00,40.25,5.5,7.947772,16.830353,0.0,0.0 -2014-11-07 03:30:00+00:00,40.25,5.5,8.344734,16.868896,0.0,0.0 -2014-11-07 04:30:00+00:00,40.25,5.5,7.893583,16.865387,0.0,0.0 -2014-11-07 05:30:00+00:00,40.25,5.5,7.1000266,16.850433,0.0,0.0 -2014-11-07 06:30:00+00:00,40.25,5.5,6.900579,16.900665,23.219236,13.267326 -2014-11-07 07:30:00+00:00,40.25,5.5,6.8776436,16.985626,159.85431,53.36132 -2014-11-07 08:30:00+00:00,40.25,5.5,6.506127,17.102905,311.43472,76.68355 -2014-11-07 09:30:00+00:00,40.25,5.5,5.802737,17.004913,435.99405,98.14987 -2014-11-07 10:30:00+00:00,40.25,5.5,5.2942038,17.096405,521.80615,92.58304 -2014-11-07 11:30:00+00:00,40.25,5.5,5.587401,17.246002,546.4529,96.94122 -2014-11-07 12:30:00+00:00,40.25,5.5,6.0937634,17.45285,512.89136,87.527405 -2014-11-07 13:30:00+00:00,40.25,5.5,6.515695,17.708038,419.24243,80.36835 -2014-11-07 14:30:00+00:00,40.25,5.5,6.9212775,17.886139,280.5826,67.24916 -2014-11-07 15:30:00+00:00,40.25,5.5,6.71559,18.027039,118.07719,42.221703 -2014-11-07 16:30:00+00:00,40.25,5.5,5.7291083,18.089203,7.428993,4.723854 -2014-11-07 17:30:00+00:00,40.25,5.5,5.467662,18.089752,0.0,0.0 -2014-11-07 18:30:00+00:00,40.25,5.5,5.582037,18.16388,0.0,0.0 -2014-11-07 19:30:00+00:00,40.25,5.5,5.7499604,18.275452,0.0,0.0 -2014-11-07 20:30:00+00:00,40.25,5.5,6.484678,18.49292,0.0,0.0 -2014-11-07 21:30:00+00:00,40.25,5.5,8.3031,18.374268,0.0,0.0 -2014-11-07 22:30:00+00:00,40.25,5.5,9.407022,18.623749,0.0,0.0 -2014-11-07 23:30:00+00:00,40.25,5.5,9.785306,18.59497,0.0,0.0 -2014-11-08 00:30:00+00:00,40.25,5.5,9.480602,18.494812,0.0,0.0 -2014-11-08 01:30:00+00:00,40.25,5.5,9.05147,18.396545,0.0,0.0 -2014-11-08 02:30:00+00:00,40.25,5.5,8.440205,18.303955,0.0,0.0 -2014-11-08 03:30:00+00:00,40.25,5.5,7.586864,18.267853,0.0,0.0 -2014-11-08 04:30:00+00:00,40.25,5.5,6.7882776,18.227936,0.0,0.0 -2014-11-08 05:30:00+00:00,40.25,5.5,6.0045424,18.224426,0.0,0.0 -2014-11-08 06:30:00+00:00,40.25,5.5,5.297392,18.277344,22.607431,11.836529 -2014-11-08 07:30:00+00:00,40.25,5.5,4.597583,18.325409,155.80476,50.4906 -2014-11-08 08:30:00+00:00,40.25,5.5,3.7457995,18.316986,303.91833,69.874466 -2014-11-08 09:30:00+00:00,40.25,5.5,2.4962325,18.430725,404.03485,92.7457 -2014-11-08 10:30:00+00:00,40.25,5.5,1.2997652,18.401428,465.85565,108.57919 -2014-11-08 11:30:00+00:00,40.25,5.5,1.3500599,18.447296,500.029,126.52173 -2014-11-08 12:30:00+00:00,40.25,5.5,2.4467006,18.52414,456.70782,101.15619 -2014-11-08 13:30:00+00:00,40.25,5.5,3.7174125,18.648743,380.53888,96.41278 -2014-11-08 14:30:00+00:00,40.25,5.5,5.118128,18.819489,246.64233,71.93773 -2014-11-08 15:30:00+00:00,40.25,5.5,6.089445,18.994873,102.57826,39.98788 -2014-11-08 16:30:00+00:00,40.25,5.5,7.333526,19.201202,5.549896,3.8622916 -2014-11-08 17:30:00+00:00,40.25,5.5,7.6244607,19.420013,0.0,0.0 -2014-11-08 18:30:00+00:00,40.25,5.5,7.325779,19.385529,0.0,0.0 -2014-11-08 19:30:00+00:00,40.25,5.5,6.8925242,18.463867,0.0,0.0 -2014-11-08 20:30:00+00:00,40.25,5.5,6.5740237,17.943146,0.0,0.0 -2014-11-08 21:30:00+00:00,40.25,5.5,7.1504555,18.90503,0.0,0.0 -2014-11-08 22:30:00+00:00,40.25,5.5,7.495915,18.721222,0.0,0.0 -2014-11-08 23:30:00+00:00,40.25,5.5,7.4232597,18.55072,0.0,0.0 -2014-11-09 00:30:00+00:00,40.25,5.5,6.693697,18.480408,0.0,0.0 -2014-11-09 01:30:00+00:00,40.25,5.5,5.574093,18.676147,0.0,0.0 -2014-11-09 02:30:00+00:00,40.25,5.5,5.454139,18.4245,0.0,0.0 -2014-11-09 03:30:00+00:00,40.25,5.5,6.1322756,18.302063,0.0,0.0 -2014-11-09 04:30:00+00:00,40.25,5.5,6.3461537,18.246399,0.0,0.0 -2014-11-09 05:30:00+00:00,40.25,5.5,5.5703797,18.409576,0.0,0.0 -2014-11-09 06:30:00+00:00,40.25,5.5,5.830489,18.62268,14.77059,11.147222 -2014-11-09 07:30:00+00:00,40.25,5.5,7.201913,18.72882,106.205345,63.69253 -2014-11-09 08:30:00+00:00,40.25,5.5,7.803685,18.25998,190.61903,118.53587 -2014-11-09 09:30:00+00:00,40.25,5.5,8.611086,18.700043,297.49445,148.55067 -2014-11-09 10:30:00+00:00,40.25,5.5,8.62115,19.478943,415.01813,158.3653 -2014-11-09 11:30:00+00:00,40.25,5.5,8.751901,19.611145,444.836,158.11642 -2014-11-09 12:30:00+00:00,40.25,5.5,8.183234,19.560913,411.7552,152.34756 -2014-11-09 13:30:00+00:00,40.25,5.5,7.4699044,19.572601,333.88196,156.98099 -2014-11-09 14:30:00+00:00,40.25,5.5,6.5038986,19.62091,191.84264,121.83173 -2014-11-09 15:30:00+00:00,40.25,5.5,5.097124,19.678741,60.728333,51.483715 -2014-11-09 16:30:00+00:00,40.25,5.5,4.2003527,19.807434,3.6999307,3.6130903 -2014-11-09 17:30:00+00:00,40.25,5.5,4.252028,19.613586,0.0,0.0 -2014-11-09 18:30:00+00:00,40.25,5.5,5.103138,18.194824,0.0,0.0 -2014-11-09 19:30:00+00:00,40.25,5.5,4.7487717,17.647247,0.0,0.0 -2014-11-09 20:30:00+00:00,40.25,5.5,4.4972396,17.777557,0.0,0.0 -2014-11-09 21:30:00+00:00,40.25,5.5,4.293626,17.074951,0.0,0.0 -2014-11-09 22:30:00+00:00,40.25,5.5,5.076318,16.968262,0.0,0.0 -2014-11-09 23:30:00+00:00,40.25,5.5,6.438327,17.23404,0.0,0.0 -2014-11-10 00:30:00+00:00,40.25,5.5,5.602792,17.349152,0.0,0.0 -2014-11-10 01:30:00+00:00,40.25,5.5,5.913462,17.787598,0.0,0.0 -2014-11-10 02:30:00+00:00,40.25,5.5,7.2480288,17.974915,0.0,0.0 -2014-11-10 03:30:00+00:00,40.25,5.5,7.4182115,17.606506,0.0,0.0 -2014-11-10 04:30:00+00:00,40.25,5.5,6.9960876,17.733307,0.0,0.0 -2014-11-10 05:30:00+00:00,40.25,5.5,6.696904,17.773468,0.0,0.0 -2014-11-10 06:30:00+00:00,40.25,5.5,6.8767376,17.61737,8.3758335,8.363438 -2014-11-10 07:30:00+00:00,40.25,5.5,6.704593,17.670319,55.134724,55.010628 -2014-11-10 08:30:00+00:00,40.25,5.5,6.351909,17.676575,156.19806,132.9066 -2014-11-10 09:30:00+00:00,40.25,5.5,4.687374,18.021881,327.4289,152.15347 -2014-11-10 10:30:00+00:00,40.25,5.5,4.8602595,18.0979,372.16306,151.70691 -2014-11-10 11:30:00+00:00,40.25,5.5,4.859109,18.141876,434.56653,120.23721 -2014-11-10 12:30:00+00:00,40.25,5.5,4.790542,18.172028,406.80252,145.94305 -2014-11-10 13:30:00+00:00,40.25,5.5,4.489704,18.18396,318.07712,147.8397 -2014-11-10 14:30:00+00:00,40.25,5.5,4.6920404,18.194275,179.21336,112.0317 -2014-11-10 15:30:00+00:00,40.25,5.5,4.841241,18.256714,70.750175,56.380695 -2014-11-10 16:30:00+00:00,40.25,5.5,4.6254983,18.279785,3.8747222,3.7134027 -2014-11-10 17:30:00+00:00,40.25,5.5,4.2572165,18.316986,0.0,0.0 -2014-11-10 18:30:00+00:00,40.25,5.5,3.9262145,18.237183,0.0,0.0 -2014-11-10 19:30:00+00:00,40.25,5.5,3.9847221,17.86444,0.0,0.0 -2014-11-10 20:30:00+00:00,40.25,5.5,4.5612764,17.665161,0.0,0.0 -2014-11-10 21:30:00+00:00,40.25,5.5,5.3263116,17.14798,0.0,0.0 -2014-11-10 22:30:00+00:00,40.25,5.5,6.0497246,17.19168,0.0,0.0 -2014-11-10 23:30:00+00:00,40.25,5.5,6.2695355,17.239471,0.0,0.0 -2014-11-11 00:30:00+00:00,40.25,5.5,6.618409,16.992981,0.0,0.0 -2014-11-11 01:30:00+00:00,40.25,5.5,6.66402,17.081482,0.0,0.0 -2014-11-11 02:30:00+00:00,40.25,5.5,6.242051,17.214508,0.0,0.0 -2014-11-11 03:30:00+00:00,40.25,5.5,5.831801,17.137665,0.0,0.0 -2014-11-11 04:30:00+00:00,40.25,5.5,5.4807396,16.93866,0.0,0.0 -2014-11-11 05:30:00+00:00,40.25,5.5,4.917395,17.141205,0.0,0.0 -2014-11-11 06:30:00+00:00,40.25,5.5,4.4599614,17.25766,15.396944,8.78302 -2014-11-11 07:30:00+00:00,40.25,5.5,4.011511,17.302734,130.72101,50.58448 -2014-11-11 08:30:00+00:00,40.25,5.5,3.8679295,17.407532,273.61975,80.71132 -2014-11-11 09:30:00+00:00,40.25,5.5,4.9536653,17.817719,372.4107,90.03424 -2014-11-11 10:30:00+00:00,40.25,5.5,4.753108,17.921967,435.99405,112.04788 -2014-11-11 11:30:00+00:00,40.25,5.5,4.528592,17.972198,427.1084,111.203156 -2014-11-11 12:30:00+00:00,40.25,5.5,5.3508577,18.112823,410.9977,126.1767 -2014-11-11 13:30:00+00:00,40.25,5.5,5.858561,18.130219,321.63138,105.0468 -2014-11-11 14:30:00+00:00,40.25,5.5,5.978069,18.000153,221.29637,74.28839 -2014-11-11 15:30:00+00:00,40.25,5.5,5.948524,17.84134,90.13837,37.74809 -2014-11-11 16:30:00+00:00,40.25,5.5,7.274347,17.88263,4.0932293,3.0632987 -2014-11-11 17:30:00+00:00,40.25,5.5,8.383402,17.674927,0.0,0.0 -2014-11-11 18:30:00+00:00,40.25,5.5,8.498331,17.76181,0.0,0.0 -2014-11-11 19:30:00+00:00,40.25,5.5,8.769571,18.125336,0.0,0.0 -2014-11-11 20:30:00+00:00,40.25,5.5,9.107755,18.318878,0.0,0.0 -2014-11-11 21:30:00+00:00,40.25,5.5,10.251862,17.612762,0.0,0.0 -2014-11-11 22:30:00+00:00,40.25,5.5,11.36616,16.793427,0.0,0.0 -2014-11-11 23:30:00+00:00,40.25,5.5,11.034688,16.856964,0.0,0.0 -2014-11-12 00:30:00+00:00,40.25,5.5,10.549047,17.158295,0.0,0.0 -2014-11-12 01:30:00+00:00,40.25,5.5,10.467975,17.455292,0.0,0.0 -2014-11-12 02:30:00+00:00,40.25,5.5,9.841028,16.100891,0.0,0.0 -2014-11-12 03:30:00+00:00,40.25,5.5,9.198371,16.77768,0.0,0.0 -2014-11-12 04:30:00+00:00,40.25,5.5,9.353982,17.368439,0.0,0.0 -2014-11-12 05:30:00+00:00,40.25,5.5,9.401335,17.588867,0.0,0.0 -2014-11-12 06:30:00+00:00,40.25,5.5,9.066251,17.885345,13.96941,9.45257 -2014-11-12 07:30:00+00:00,40.25,5.5,9.700303,18.156555,118.00434,48.31608 -2014-11-12 08:30:00+00:00,40.25,5.5,10.480654,18.168762,258.95114,77.2231 -2014-11-12 09:30:00+00:00,40.25,5.5,12.32135,18.237976,359.21335,85.5231 -2014-11-12 10:30:00+00:00,40.25,5.5,13.002398,17.975739,436.38736,91.64389 -2014-11-12 11:30:00+00:00,40.25,5.5,12.266104,17.964874,443.91833,109.983 -2014-11-12 12:30:00+00:00,40.25,5.5,11.056942,18.099792,450.93945,93.37756 -2014-11-12 13:30:00+00:00,40.25,5.5,10.254855,18.097626,370.18198,86.94931 -2014-11-12 14:30:00+00:00,40.25,5.5,9.958522,18.11148,215.74649,73.45387 -2014-11-12 15:30:00+00:00,40.25,5.5,9.540133,18.115814,86.71521,38.097225 -2014-11-12 16:30:00+00:00,40.25,5.5,8.740977,18.115265,3.6562152,2.6262846 -2014-11-12 17:30:00+00:00,40.25,5.5,8.316149,18.15628,0.0,0.0 -2014-11-12 18:30:00+00:00,40.25,5.5,8.626293,18.219238,0.0,0.0 -2014-11-12 19:30:00+00:00,40.25,5.5,9.103405,18.299072,0.0,0.0 -2014-11-12 20:30:00+00:00,40.25,5.5,9.295373,18.395721,0.0,0.0 -2014-11-12 21:30:00+00:00,40.25,5.5,9.827233,18.384857,0.0,0.0 -2014-11-12 22:30:00+00:00,40.25,5.5,9.943502,18.42694,0.0,0.0 -2014-11-12 23:30:00+00:00,40.25,5.5,9.491121,18.500244,0.0,0.0 -2014-11-13 00:30:00+00:00,40.25,5.5,8.950833,18.576782,0.0,0.0 -2014-11-13 01:30:00+00:00,40.25,5.5,8.376958,18.524933,0.0,0.0 -2014-11-13 02:30:00+00:00,40.25,5.5,7.8525577,18.479614,0.0,0.0 -2014-11-13 03:30:00+00:00,40.25,5.5,7.6520844,18.408203,0.0,0.0 -2014-11-13 04:30:00+00:00,40.25,5.5,7.185469,18.392181,0.0,0.0 -2014-11-13 05:30:00+00:00,40.25,5.5,6.158865,18.308014,0.0,0.0 -2014-11-13 06:30:00+00:00,40.25,5.5,4.844246,18.257263,16.067015,8.596876 -2014-11-13 07:30:00+00:00,40.25,5.5,4.143813,18.28415,140.34955,46.488785 -2014-11-13 08:30:00+00:00,40.25,5.5,4.932742,18.346863,293.96933,68.363495 -2014-11-13 09:30:00+00:00,40.25,5.5,6.098524,18.942749,418.87827,79.32172 -2014-11-13 10:30:00+00:00,40.25,5.5,6.5802855,19.215332,495.324,85.13608 -2014-11-13 11:30:00+00:00,40.25,5.5,6.860731,19.478119,515.7901,86.62903 -2014-11-13 12:30:00+00:00,40.25,5.5,6.7565107,19.62445,477.71292,84.2522 -2014-11-13 13:30:00+00:00,40.25,5.5,6.6433434,19.730042,386.1179,76.87622 -2014-11-13 14:30:00+00:00,40.25,5.5,6.7646046,19.702637,250.54617,64.73561 -2014-11-13 15:30:00+00:00,40.25,5.5,6.880245,19.655396,97.07208,37.12479 -2014-11-13 16:30:00+00:00,40.25,5.5,6.801873,19.664886,3.5251389,2.6689236 -2014-11-13 17:30:00+00:00,40.25,5.5,6.920996,19.669495,0.0,0.0 -2014-11-13 18:30:00+00:00,40.25,5.5,7.3076224,19.765625,0.0,0.0 -2014-11-13 19:30:00+00:00,40.25,5.5,7.485699,19.959167,0.0,0.0 -2014-11-13 20:30:00+00:00,40.25,5.5,7.440521,20.063965,0.0,0.0 -2014-11-13 21:30:00+00:00,40.25,5.5,7.239126,20.024597,0.0,0.0 -2014-11-13 22:30:00+00:00,40.25,5.5,7.091531,19.96054,0.0,0.0 -2014-11-13 23:30:00+00:00,40.25,5.5,6.828138,19.860626,0.0,0.0 -2014-11-14 00:30:00+00:00,40.25,5.5,6.1440167,19.74524,0.0,0.0 -2014-11-14 01:30:00+00:00,40.25,5.5,5.9474244,19.674408,0.0,0.0 -2014-11-14 02:30:00+00:00,40.25,5.5,6.0930157,19.553589,0.0,0.0 -2014-11-14 03:30:00+00:00,40.25,5.5,6.3058114,19.593506,0.0,0.0 -2014-11-14 04:30:00+00:00,40.25,5.5,6.598779,19.616852,0.0,0.0 -2014-11-14 05:30:00+00:00,40.25,5.5,6.3697553,19.64154,0.0,0.0 -2014-11-14 06:30:00+00:00,40.25,5.5,6.6732655,19.712128,11.886389,8.1513195 -2014-11-14 07:30:00+00:00,40.25,5.5,6.9484067,19.80307,110.02184,55.05052 -2014-11-14 08:30:00+00:00,40.25,5.5,7.144591,19.907043,211.60957,84.05871 -2014-11-14 09:30:00+00:00,40.25,5.5,7.5415277,19.944244,365.87027,103.83197 -2014-11-14 10:30:00+00:00,40.25,5.5,8.3482895,19.928497,397.18854,144.2956 -2014-11-14 11:30:00+00:00,40.25,5.5,8.578069,19.954285,395.7173,118.70148 -2014-11-14 12:30:00+00:00,40.25,5.5,8.215907,20.041443,364.61752,143.23071 -2014-11-14 13:30:00+00:00,40.25,5.5,8.499602,20.122345,261.83533,147.37582 -2014-11-14 14:30:00+00:00,40.25,5.5,8.646532,20.039276,173.63434,98.43652 -2014-11-14 15:30:00+00:00,40.25,5.5,9.238509,20.151672,42.811356,41.223022 -2014-11-14 16:30:00+00:00,40.25,5.5,9.904147,19.971405,1.9228125,1.9228125 -2014-11-14 17:30:00+00:00,40.25,5.5,10.381736,19.77594,0.0,0.0 -2014-11-14 18:30:00+00:00,40.25,5.5,10.373859,19.932312,0.0,0.0 -2014-11-14 19:30:00+00:00,40.25,5.5,10.730068,19.968964,0.0,0.0 -2014-11-14 20:30:00+00:00,40.25,5.5,10.874749,20.05664,0.0,0.0 -2014-11-14 21:30:00+00:00,40.25,5.5,10.1877165,20.313995,0.0,0.0 -2014-11-14 22:30:00+00:00,40.25,5.5,10.653649,20.230133,0.0,0.0 -2014-11-14 23:30:00+00:00,40.25,5.5,10.559537,20.262695,0.0,0.0 -2014-11-15 00:30:00+00:00,40.25,5.5,10.701452,20.262146,0.0,0.0 -2014-11-15 01:30:00+00:00,40.25,5.5,11.515801,20.235535,0.0,0.0 -2014-11-15 02:30:00+00:00,40.25,5.5,11.1110935,20.203522,0.0,0.0 -2014-11-15 03:30:00+00:00,40.25,5.5,9.879825,20.144073,0.0,0.0 -2014-11-15 04:30:00+00:00,40.25,5.5,9.567136,20.097626,0.0,0.0 -2014-11-15 05:30:00+00:00,40.25,5.5,9.568308,19.8172,0.0,0.0 -2014-11-15 06:30:00+00:00,40.25,5.5,9.62766,19.319305,6.8754516,6.1061115 -2014-11-15 07:30:00+00:00,40.25,5.5,10.12744,19.104279,87.399826,45.892117 -2014-11-15 08:30:00+00:00,40.25,5.5,11.401452,18.133728,164.166,86.22583 -2014-11-15 09:30:00+00:00,40.25,5.5,10.558198,17.834839,233.54692,119.59619 -2014-11-15 10:30:00+00:00,40.25,5.5,11.53881,18.153015,288.46313,116.88556 -2014-11-15 11:30:00+00:00,40.25,5.5,11.753484,17.824524,429.93433,105.78958 -2014-11-15 12:30:00+00:00,40.25,5.5,11.893075,17.986877,383.3211,102.88043 -2014-11-15 13:30:00+00:00,40.25,5.5,11.92566,18.020813,324.18054,85.12349 -2014-11-15 14:30:00+00:00,40.25,5.5,11.61982,17.94342,233.28473,63.221054 -2014-11-15 15:30:00+00:00,40.25,5.5,10.997569,17.99121,90.41514,35.62993 -2014-11-15 16:30:00+00:00,40.25,5.5,10.843033,18.09845,3.058993,2.24 -2014-11-15 17:30:00+00:00,40.25,5.5,11.049063,18.214355,0.0,0.0 -2014-11-15 18:30:00+00:00,40.25,5.5,11.364972,18.332458,0.0,0.0 -2014-11-15 19:30:00+00:00,40.25,5.5,11.312389,18.42096,0.0,0.0 -2014-11-15 20:30:00+00:00,40.25,5.5,10.997029,18.381592,0.0,0.0 -2014-11-15 21:30:00+00:00,40.25,5.5,10.620493,18.511902,0.0,0.0 -2014-11-15 22:30:00+00:00,40.25,5.5,9.984755,18.590363,0.0,0.0 -2014-11-15 23:30:00+00:00,40.25,5.5,9.675483,18.733429,0.0,0.0 -2014-11-16 00:30:00+00:00,40.25,5.5,9.732779,18.773346,0.0,0.0 -2014-11-16 01:30:00+00:00,40.25,5.5,10.079414,18.582214,0.0,0.0 -2014-11-16 02:30:00+00:00,40.25,5.5,10.211305,18.297455,0.0,0.0 -2014-11-16 03:30:00+00:00,40.25,5.5,10.057489,18.176086,0.0,0.0 -2014-11-16 04:30:00+00:00,40.25,5.5,9.953777,17.897003,0.0,0.0 -2014-11-16 05:30:00+00:00,40.25,5.5,9.87742,16.442963,0.0,0.0 -2014-11-16 06:30:00+00:00,40.25,5.5,9.092864,16.727722,8.565173,6.1082287 -2014-11-16 07:30:00+00:00,40.25,5.5,8.905179,16.720398,106.26365,43.325836 -2014-11-16 08:30:00+00:00,40.25,5.5,8.756959,17.218018,232.11938,82.927444 -2014-11-16 09:30:00+00:00,40.25,5.5,9.106003,17.223724,347.92416,97.81079 -2014-11-16 10:30:00+00:00,40.25,5.5,9.320046,17.081207,437.82944,122.234406 -2014-11-16 11:30:00+00:00,40.25,5.5,9.609373,17.248718,402.12662,109.00409 -2014-11-16 12:30:00+00:00,40.25,5.5,10.134146,17.321198,413.0953,91.10971 -2014-11-16 13:30:00+00:00,40.25,5.5,10.424126,17.384705,351.20166,80.94867 -2014-11-16 14:30:00+00:00,40.25,5.5,10.505674,17.410767,235.07642,64.02002 -2014-11-16 15:30:00+00:00,40.25,5.5,9.89524,17.377655,90.66278,35.145454 -2014-11-16 16:30:00+00:00,40.25,5.5,9.033556,17.386353,2.7094097,2.0393403 -2014-11-16 17:30:00+00:00,40.25,5.5,8.897112,17.483551,0.0,0.0 -2014-11-16 18:30:00+00:00,40.25,5.5,9.1501875,17.631775,0.0,0.0 -2014-11-16 19:30:00+00:00,40.25,5.5,8.929679,17.800903,0.0,0.0 -2014-11-16 20:30:00+00:00,40.25,5.5,8.995883,17.862244,0.0,0.0 -2014-11-16 21:30:00+00:00,40.25,5.5,10.017881,18.028137,0.0,0.0 -2014-11-16 22:30:00+00:00,40.25,5.5,10.556911,17.873383,0.0,0.0 -2014-11-16 23:30:00+00:00,40.25,5.5,10.389638,17.994202,0.0,0.0 -2014-11-17 00:30:00+00:00,40.25,5.5,10.427641,18.300964,0.0,0.0 -2014-11-17 01:30:00+00:00,40.25,5.5,10.374843,18.514343,0.0,0.0 -2014-11-17 02:30:00+00:00,40.25,5.5,10.649522,18.528748,0.0,0.0 -2014-11-17 03:30:00+00:00,40.25,5.5,11.039358,18.44458,0.0,0.0 -2014-11-17 04:30:00+00:00,40.25,5.5,11.131668,18.309937,0.0,0.0 -2014-11-17 05:30:00+00:00,40.25,5.5,11.1814575,18.156555,0.0,0.0 -2014-11-17 06:30:00+00:00,40.25,5.5,11.253264,18.06723,7.516389,6.771875 -2014-11-17 07:30:00+00:00,40.25,5.5,11.281263,18.025696,51.274582,43.18399 -2014-11-17 08:30:00+00:00,40.25,5.5,11.428358,17.9505,96.37288,89.250206 -2014-11-17 09:30:00+00:00,40.25,5.5,10.927231,17.795471,210.4151,145.06996 -2014-11-17 10:30:00+00:00,40.25,5.5,11.24975,17.72406,264.45734,192.77127 -2014-11-17 11:30:00+00:00,40.25,5.5,10.772456,16.830902,291.98825,177.64044 -2014-11-17 12:30:00+00:00,40.25,5.5,9.702608,15.999084,268.49228,118.02222 -2014-11-17 13:30:00+00:00,40.25,5.5,9.365476,16.28305,264.83606,100.87753 -2014-11-17 14:30:00+00:00,40.25,5.5,9.688499,16.740753,215.13469,66.4391 -2014-11-17 15:30:00+00:00,40.25,5.5,9.302218,16.826813,68.55059,43.73285 -2014-11-17 16:30:00+00:00,40.25,5.5,8.487056,16.72229,1.8499653,1.6886458 -2014-11-17 17:30:00+00:00,40.25,5.5,8.222115,16.600677,0.0,0.0 -2014-11-17 18:30:00+00:00,40.25,5.5,8.061354,16.427734,0.0,0.0 -2014-11-17 19:30:00+00:00,40.25,5.5,7.3994956,16.252106,0.0,0.0 -2014-11-17 20:30:00+00:00,40.25,5.5,6.6109,16.240692,0.0,0.0 -2014-11-17 21:30:00+00:00,40.25,5.5,5.461621,16.356628,0.0,0.0 -2014-11-17 22:30:00+00:00,40.25,5.5,5.3802247,16.605835,0.0,0.0 -2014-11-17 23:30:00+00:00,40.25,5.5,5.7849,16.917236,0.0,0.0 -2014-11-18 00:30:00+00:00,40.25,5.5,5.9456177,17.267181,0.0,0.0 -2014-11-18 01:30:00+00:00,40.25,5.5,6.17361,17.622803,0.0,0.0 -2014-11-18 02:30:00+00:00,40.25,5.5,6.634949,17.897278,0.0,0.0 -2014-11-18 03:30:00+00:00,40.25,5.5,7.376967,18.076721,0.0,0.0 -2014-11-18 04:30:00+00:00,40.25,5.5,7.933754,18.113373,0.0,0.0 -2014-11-18 05:30:00+00:00,40.25,5.5,8.4490385,18.146759,0.0,0.0 -2014-11-18 06:30:00+00:00,40.25,5.5,8.769351,18.133728,7.6329165,5.783993 -2014-11-18 07:30:00+00:00,40.25,5.5,8.957386,18.082153,72.39618,48.68281 -2014-11-18 08:30:00+00:00,40.25,5.5,9.222831,18.066406,208.37576,78.65335 -2014-11-18 09:30:00+00:00,40.25,5.5,9.039647,17.944794,276.38742,111.38655 -2014-11-18 10:30:00+00:00,40.25,5.5,8.774896,17.957825,367.60367,109.89606 -2014-11-18 11:30:00+00:00,40.25,5.5,7.9626174,17.90326,421.6605,125.95688 -2014-11-18 12:30:00+00:00,40.25,5.5,7.275412,17.880981,432.25046,89.98877 -2014-11-18 13:30:00+00:00,40.25,5.5,6.430366,17.924438,361.86444,84.71213 -2014-11-18 14:30:00+00:00,40.25,5.5,5.4646654,17.977356,233.86739,66.95557 -2014-11-18 15:30:00+00:00,40.25,5.5,4.836178,18.034637,85.94316,34.061634 -2014-11-18 16:30:00+00:00,40.25,5.5,4.481272,18.093567,2.0976043,1.6384723 -2014-11-18 17:30:00+00:00,40.25,5.5,4.2591934,18.176361,0.0,0.0 -2014-11-18 18:30:00+00:00,40.25,5.5,4.461995,18.30478,0.0,0.0 -2014-11-18 19:30:00+00:00,40.25,5.5,5.175921,18.50296,0.0,0.0 -2014-11-18 20:30:00+00:00,40.25,5.5,5.7918735,18.730438,0.0,0.0 -2014-11-18 21:30:00+00:00,40.25,5.5,6.2242737,18.887085,0.0,0.0 -2014-11-18 22:30:00+00:00,40.25,5.5,6.5882754,18.84909,0.0,0.0 -2014-11-18 23:30:00+00:00,40.25,5.5,6.5451584,18.723114,0.0,0.0 -2014-11-19 00:30:00+00:00,40.25,5.5,6.5132403,18.603943,0.0,0.0 -2014-11-19 01:30:00+00:00,40.25,5.5,6.4552855,18.47879,0.0,0.0 -2014-11-19 02:30:00+00:00,40.25,5.5,6.2768426,18.377533,0.0,0.0 -2014-11-19 03:30:00+00:00,40.25,5.5,5.8983994,18.234192,0.0,0.0 -2014-11-19 04:30:00+00:00,40.25,5.5,5.4413624,18.167114,0.0,0.0 -2014-11-19 05:30:00+00:00,40.25,5.5,5.132377,18.123962,0.0,0.0 -2014-11-19 06:30:00+00:00,40.25,5.5,4.7792716,18.08133,8.973056,5.47375 -2014-11-19 07:30:00+00:00,40.25,5.5,4.418332,18.123688,115.236664,41.552742 -2014-11-19 08:30:00+00:00,40.25,5.5,4.180986,18.18451,254.75594,70.26073 -2014-11-19 09:30:00+00:00,40.25,5.5,3.7602448,18.008575,378.06253,83.55017 -2014-11-19 10:30:00+00:00,40.25,5.5,3.4672484,18.101166,449.00208,94.939514 -2014-11-19 11:30:00+00:00,40.25,5.5,3.3752255,18.13266,476.29996,94.900665 -2014-11-19 12:30:00+00:00,40.25,5.5,2.9980874,18.176086,444.77774,91.161896 -2014-11-19 13:30:00+00:00,40.25,5.5,2.1588252,18.221954,362.47626,77.49393 -2014-11-19 14:30:00+00:00,40.25,5.5,1.222611,18.211914,228.79819,65.05061 -2014-11-19 15:30:00+00:00,40.25,5.5,0.74258786,18.190735,83.48142,34.516006 -2014-11-19 16:30:00+00:00,40.25,5.5,1.1021855,18.175812,1.8790972,1.5192361 -2014-11-19 17:30:00+00:00,40.25,5.5,1.6615343,18.161163,0.0,0.0 -2014-11-19 18:30:00+00:00,40.25,5.5,2.093237,18.18451,0.0,0.0 -2014-11-19 19:30:00+00:00,40.25,5.5,2.4599538,18.249115,0.0,0.0 -2014-11-19 20:30:00+00:00,40.25,5.5,2.8699677,18.279236,0.0,0.0 -2014-11-19 21:30:00+00:00,40.25,5.5,3.326969,18.007782,0.0,0.0 -2014-11-19 22:30:00+00:00,40.25,5.5,3.5369427,18.054993,0.0,0.0 -2014-11-19 23:30:00+00:00,40.25,5.5,3.749645,18.097076,0.0,0.0 -2014-11-20 00:30:00+00:00,40.25,5.5,3.859311,18.14975,0.0,0.0 -2014-11-20 01:30:00+00:00,40.25,5.5,3.8240387,18.242065,0.0,0.0 -2014-11-20 02:30:00+00:00,40.25,5.5,3.629776,18.305847,0.0,0.0 -2014-11-20 03:30:00+00:00,40.25,5.5,3.8174577,18.339783,0.0,0.0 -2014-11-20 04:30:00+00:00,40.25,5.5,4.375945,18.35962,0.0,0.0 -2014-11-20 05:30:00+00:00,40.25,5.5,4.8053164,18.340607,0.0,0.0 -2014-11-20 06:30:00+00:00,40.25,5.5,4.995256,18.358246,7.8805556,5.5477085 -2014-11-20 07:30:00+00:00,40.25,5.5,5.2431746,18.38675,108.171875,41.2508 -2014-11-20 08:30:00+00:00,40.25,5.5,5.688838,18.443756,253.83824,66.96051 -2014-11-20 09:30:00+00:00,40.25,5.5,5.9731107,18.398438,370.66272,84.81177 -2014-11-20 10:30:00+00:00,40.25,5.5,6.161794,18.405212,438.54324,95.32605 -2014-11-20 11:30:00+00:00,40.25,5.5,6.388926,18.369934,479.27158,84.16046 -2014-11-20 12:30:00+00:00,40.25,5.5,6.4367256,18.376709,444.25333,82.86954 -2014-11-20 13:30:00+00:00,40.25,5.5,6.405774,18.432648,357.23227,76.220795 -2014-11-20 14:30:00+00:00,40.25,5.5,6.365696,18.460327,228.30293,62.023956 -2014-11-20 15:30:00+00:00,40.25,5.5,6.3078027,18.4758,82.02476,32.84837 -2014-11-20 16:30:00+00:00,40.25,5.5,6.24874,18.483673,1.7043055,1.3816667 -2014-11-20 17:30:00+00:00,40.25,5.5,6.346187,18.508118,0.0,0.0 -2014-11-20 18:30:00+00:00,40.25,5.5,6.3912487,18.556427,0.0,0.0 -2014-11-20 19:30:00+00:00,40.25,5.5,6.3475156,18.659058,0.0,0.0 -2014-11-20 20:30:00+00:00,40.25,5.5,6.4557433,18.768738,0.0,0.0 -2014-11-20 21:30:00+00:00,40.25,5.5,6.409381,18.858307,0.0,0.0 -2014-11-20 22:30:00+00:00,40.25,5.5,6.963704,18.884918,0.0,0.0 -2014-11-20 23:30:00+00:00,40.25,5.5,7.0407114,18.86673,0.0,0.0 -2014-11-21 00:30:00+00:00,40.25,5.5,6.860905,18.830078,0.0,0.0 -2014-11-21 01:30:00+00:00,40.25,5.5,6.721375,18.779053,0.0,0.0 -2014-11-21 02:30:00+00:00,40.25,5.5,6.9089932,18.79535,0.0,0.0 -2014-11-21 03:30:00+00:00,40.25,5.5,6.6989803,18.82602,0.0,0.0 -2014-11-21 04:30:00+00:00,40.25,5.5,6.5273643,18.912354,0.0,0.0 -2014-11-21 05:30:00+00:00,40.25,5.5,6.3960934,19.001404,0.0,0.0 -2014-11-21 06:30:00+00:00,40.25,5.5,6.3031597,19.05188,6.5404167,4.654271 -2014-11-21 07:30:00+00:00,40.25,5.5,6.371258,19.10321,92.9643,47.28722 -2014-11-21 08:30:00+00:00,40.25,5.5,6.6896367,19.149078,222.59282,88.179855 -2014-11-21 09:30:00+00:00,40.25,5.5,6.623564,19.160767,314.8142,115.279434 -2014-11-21 10:30:00+00:00,40.25,5.5,6.656373,19.194427,362.85498,180.68022 -2014-11-21 11:30:00+00:00,40.25,5.5,6.400184,19.273956,385.63718,167.05476 -2014-11-21 12:30:00+00:00,40.25,5.5,5.8577213,19.24057,346.30728,158.53612 -2014-11-21 13:30:00+00:00,40.25,5.5,5.658113,19.222656,296.62048,119.28519 -2014-11-21 14:30:00+00:00,40.25,5.5,5.8043227,19.14148,200.17476,83.89117 -2014-11-21 15:30:00+00:00,40.25,5.5,6.1462607,19.145813,70.40056,36.226498 -2014-11-21 16:30:00+00:00,40.25,5.5,6.2648487,19.136597,1.4275347,1.2538195 -2014-11-21 17:30:00+00:00,40.25,5.5,5.928436,19.149353,0.0,0.0 -2014-11-21 18:30:00+00:00,40.25,5.5,5.563568,19.150421,0.0,0.0 -2014-11-21 19:30:00+00:00,40.25,5.5,6.148576,19.176239,0.0,0.0 -2014-11-21 20:30:00+00:00,40.25,5.5,6.8972845,19.184113,0.0,0.0 -2014-11-21 21:30:00+00:00,40.25,5.5,6.4536796,19.23758,0.0,0.0 -2014-11-21 22:30:00+00:00,40.25,5.5,6.7576375,19.273956,0.0,0.0 -2014-11-21 23:30:00+00:00,40.25,5.5,6.6531672,19.320099,0.0,0.0 -2014-11-22 00:30:00+00:00,40.25,5.5,7.368988,19.355957,0.0,0.0 -2014-11-22 01:30:00+00:00,40.25,5.5,6.819871,19.372498,0.0,0.0 -2014-11-22 02:30:00+00:00,40.25,5.5,4.929848,19.39096,0.0,0.0 -2014-11-22 03:30:00+00:00,40.25,5.5,4.5550356,19.403717,0.0,0.0 -2014-11-22 04:30:00+00:00,40.25,5.5,5.374751,19.433868,0.0,0.0 -2014-11-22 05:30:00+00:00,40.25,5.5,6.0366573,19.478119,0.0,0.0 -2014-11-22 06:30:00+00:00,40.25,5.5,6.3828163,19.544098,5.8994794,4.187049 -2014-11-22 07:30:00+00:00,40.25,5.5,6.782295,19.64914,88.69625,47.635277 -2014-11-22 08:30:00+00:00,40.25,5.5,6.597199,19.70752,169.77417,83.73101 -2014-11-22 09:30:00+00:00,40.25,5.5,5.698668,19.780823,276.839,131.87846 -2014-11-22 10:30:00+00:00,40.25,5.5,5.884844,19.901886,328.5214,157.29128 -2014-11-22 11:30:00+00:00,40.25,5.5,5.5535903,20.009949,293.3138,198.89465 -2014-11-22 12:30:00+00:00,40.25,5.5,4.69227,20.072937,249.24976,166.95407 -2014-11-22 13:30:00+00:00,40.25,5.5,4.513342,20.052582,268.06985,127.47725 -2014-11-22 14:30:00+00:00,40.25,5.5,5.061168,20.003418,200.46608,80.68318 -2014-11-22 15:30:00+00:00,40.25,5.5,5.2051706,19.914642,73.88198,36.40719 -2014-11-22 16:30:00+00:00,40.25,5.5,7.1125317,19.862274,1.1798959,1.1426736 -2014-11-22 17:30:00+00:00,40.25,5.5,9.226037,19.778381,0.0,0.0 -2014-11-22 18:30:00+00:00,40.25,5.5,9.061631,19.695831,0.0,0.0 -2014-11-22 19:30:00+00:00,40.25,5.5,8.157692,19.750153,0.0,0.0 -2014-11-22 20:30:00+00:00,40.25,5.5,7.809776,19.790314,0.0,0.0 -2014-11-22 21:30:00+00:00,40.25,5.5,7.267212,19.939362,0.0,0.0 -2014-11-22 22:30:00+00:00,40.25,5.5,6.51757,19.931763,0.0,0.0 -2014-11-22 23:30:00+00:00,40.25,5.5,6.1200137,19.9057,0.0,0.0 -2014-11-23 00:30:00+00:00,40.25,5.5,6.297892,19.878021,0.0,0.0 -2014-11-23 01:30:00+00:00,40.25,5.5,6.5213437,19.834015,0.0,0.0 -2014-11-23 02:30:00+00:00,40.25,5.5,6.900315,19.852753,0.0,0.0 -2014-11-23 03:30:00+00:00,40.25,5.5,7.2659764,19.8544,0.0,0.0 -2014-11-23 04:30:00+00:00,40.25,5.5,7.308822,19.911682,0.0,0.0 -2014-11-23 05:30:00+00:00,40.25,5.5,6.9761653,19.930939,0.0,0.0 -2014-11-23 06:30:00+00:00,40.25,5.5,6.467818,19.90216,5.6227083,3.984757 -2014-11-23 07:30:00+00:00,40.25,5.5,6.4606295,19.889404,93.45955,49.40802 -2014-11-23 08:30:00+00:00,40.25,5.5,6.7963667,19.878815,201.96645,110.86047 -2014-11-23 09:30:00+00:00,40.25,5.5,6.089307,19.963806,283.30655,163.12656 -2014-11-23 10:30:00+00:00,40.25,5.5,6.0597363,19.987427,354.91614,187.48314 -2014-11-23 11:30:00+00:00,40.25,5.5,5.936841,19.98767,366.94818,199.76335 -2014-11-23 12:30:00+00:00,40.25,5.5,5.987222,20.007507,289.49738,205.2287 -2014-11-23 13:30:00+00:00,40.25,5.5,6.2446275,20.031677,271.69693,140.22487 -2014-11-23 14:30:00+00:00,40.25,5.5,6.433626,20.027588,194.02762,86.467445 -2014-11-23 15:30:00+00:00,40.25,5.5,6.6783857,20.021606,68.40493,41.614166 -2014-11-23 16:30:00+00:00,40.25,5.5,6.797824,20.042786,1.1362153,1.0989931 -2014-11-23 17:30:00+00:00,40.25,5.5,7.0787883,20.044708,0.0,0.0 -2014-11-23 18:30:00+00:00,40.25,5.5,7.375996,20.006409,0.0,0.0 -2014-11-23 19:30:00+00:00,40.25,5.5,7.6320004,19.97168,0.0,0.0 -2014-11-23 20:30:00+00:00,40.25,5.5,7.526157,19.923615,0.0,0.0 -2014-11-23 21:30:00+00:00,40.25,5.5,6.6384764,20.258636,0.0,0.0 -2014-11-23 22:30:00+00:00,40.25,5.5,7.4179106,20.230377,0.0,0.0 -2014-11-23 23:30:00+00:00,40.25,5.5,7.760846,20.265411,0.0,0.0 -2014-11-24 00:30:00+00:00,40.25,5.5,6.7278595,20.404694,0.0,0.0 -2014-11-24 01:30:00+00:00,40.25,5.5,5.1910405,20.346313,0.0,0.0 -2014-11-24 02:30:00+00:00,40.25,5.5,4.5272846,20.114197,0.0,0.0 -2014-11-24 03:30:00+00:00,40.25,5.5,3.9745116,19.784332,0.0,0.0 -2014-11-24 04:30:00+00:00,40.25,5.5,3.8285415,19.808777,0.0,0.0 -2014-11-24 05:30:00+00:00,40.25,5.5,3.9988787,19.749329,0.0,0.0 -2014-11-24 06:30:00+00:00,40.25,5.5,4.566467,19.64508,2.2723958,2.26 -2014-11-24 07:30:00+00:00,40.25,5.5,5.038619,19.618195,41.58774,38.510345 -2014-11-24 08:30:00+00:00,40.25,5.5,6.2807484,19.542725,117.71302,93.21792 -2014-11-24 09:30:00+00:00,40.25,5.5,6.0797806,20.47934,229.03127,146.35092 -2014-11-24 10:30:00+00:00,40.25,5.5,6.7501187,20.483154,283.01523,138.83646 -2014-11-24 11:30:00+00:00,40.25,5.5,6.8012156,20.49942,294.62485,147.65408 -2014-11-24 12:30:00+00:00,40.25,5.5,6.6038938,20.405487,309.78873,161.70117 -2014-11-24 13:30:00+00:00,40.25,5.5,6.3772907,20.365051,271.71152,144.45847 -2014-11-24 14:30:00+00:00,40.25,5.5,6.8730173,20.313477,181.1216,78.2768 -2014-11-24 15:30:00+00:00,40.25,5.5,7.0581117,20.256714,62.927883,30.925385 -2014-11-24 16:30:00+00:00,40.25,5.5,6.679614,20.115295,0.81572914,0.7412847 -2014-11-24 17:30:00+00:00,40.25,5.5,5.769316,19.884247,0.0,0.0 -2014-11-24 18:30:00+00:00,40.25,5.5,5.7898707,19.683075,0.0,0.0 -2014-11-24 19:30:00+00:00,40.25,5.5,5.3933563,19.70642,0.0,0.0 -2014-11-24 20:30:00+00:00,40.25,5.5,5.136077,19.776459,0.0,0.0 -2014-11-24 21:30:00+00:00,40.25,5.5,5.7869315,19.995544,0.0,0.0 -2014-11-24 22:30:00+00:00,40.25,5.5,4.911025,20.110138,0.0,0.0 -2014-11-24 23:30:00+00:00,40.25,5.5,4.6924205,20.210846,0.0,0.0 -2014-11-25 00:30:00+00:00,40.25,5.5,6.375612,20.183167,0.0,0.0 -2014-11-25 01:30:00+00:00,40.25,5.5,7.1504655,20.11908,0.0,0.0 -2014-11-25 02:30:00+00:00,40.25,5.5,7.4543886,19.984985,0.0,0.0 -2014-11-25 03:30:00+00:00,40.25,5.5,7.2875547,19.990143,0.0,0.0 -2014-11-25 04:30:00+00:00,40.25,5.5,7.1029034,20.069946,0.0,0.0 -2014-11-25 05:30:00+00:00,40.25,5.5,6.573444,20.118805,0.0,0.0 -2014-11-25 06:30:00+00:00,40.25,5.5,6.3792577,19.777008,4.0349655,3.4641669 -2014-11-25 07:30:00+00:00,40.25,5.5,6.4250793,19.76181,68.477776,38.646835 -2014-11-25 08:30:00+00:00,40.25,5.5,6.5349755,19.775665,163.59792,99.90316 -2014-11-25 09:30:00+00:00,40.25,5.5,4.9081144,19.855194,258.89285,133.81137 -2014-11-25 10:30:00+00:00,40.25,5.5,5.5834074,20.010498,278.4413,138.48158 -2014-11-25 11:30:00+00:00,40.25,5.5,5.8209753,20.019714,145.25851,131.08757 -2014-11-25 12:30:00+00:00,40.25,5.5,4.9109583,19.957,96.18351,91.15792 -2014-11-25 13:30:00+00:00,40.25,5.5,3.4765143,19.910034,98.29569,90.41608 -2014-11-25 14:30:00+00:00,40.25,5.5,2.3130357,19.813385,136.7516,100.00893 -2014-11-25 15:30:00+00:00,40.25,5.5,2.745409,19.337494,71.85722,29.791145 -2014-11-25 16:30:00+00:00,40.25,5.5,4.161742,19.24112,0.85944444,0.78499997 -2014-11-25 17:30:00+00:00,40.25,5.5,4.812711,19.44635,0.0,0.0 -2014-11-25 18:30:00+00:00,40.25,5.5,4.6222186,19.485443,0.0,0.0 -2014-11-25 19:30:00+00:00,40.25,5.5,4.461952,19.490051,0.0,0.0 -2014-11-25 20:30:00+00:00,40.25,5.5,4.765209,19.4917,0.0,0.0 -2014-11-25 21:30:00+00:00,40.25,5.5,3.82823,19.592957,0.0,0.0 -2014-11-25 22:30:00+00:00,40.25,5.5,4.560598,19.455841,0.0,0.0 -2014-11-25 23:30:00+00:00,40.25,5.5,5.456949,19.28888,0.0,0.0 -2014-11-26 00:30:00+00:00,40.25,5.5,6.101918,19.001678,0.0,0.0 -2014-11-26 01:30:00+00:00,40.25,5.5,5.947844,18.67453,0.0,0.0 -2014-11-26 02:30:00+00:00,40.25,5.5,5.6917686,18.617523,0.0,0.0 -2014-11-26 03:30:00+00:00,40.25,5.5,5.194963,18.738861,0.0,0.0 -2014-11-26 04:30:00+00:00,40.25,5.5,4.8196087,18.606384,0.0,0.0 -2014-11-26 05:30:00+00:00,40.25,5.5,4.908174,18.670715,0.0,0.0 -2014-11-26 06:30:00+00:00,40.25,5.5,5.435035,18.570831,2.89875,2.2782986 -2014-11-26 07:30:00+00:00,40.25,5.5,5.078047,18.1427,65.02549,33.76754 -2014-11-26 08:30:00+00:00,40.25,5.5,5.362056,18.292267,155.965,94.40454 -2014-11-26 09:30:00+00:00,40.25,5.5,7.4620647,18.35202,186.75887,128.80942 -2014-11-26 10:30:00+00:00,40.25,5.5,8.270001,18.001526,243.37941,162.95746 -2014-11-26 11:30:00+00:00,40.25,5.5,9.455846,17.991486,294.56656,184.07791 -2014-11-26 12:30:00+00:00,40.25,5.5,9.997503,17.729492,233.44495,172.76553 -2014-11-26 13:30:00+00:00,40.25,5.5,9.177505,16.895508,202.91328,131.6243 -2014-11-26 14:30:00+00:00,40.25,5.5,7.931523,16.558594,93.72177,77.86323 -2014-11-26 15:30:00+00:00,40.25,5.5,6.6943655,17.153137,34.56663,29.876076 -2014-11-26 16:30:00+00:00,40.25,5.5,6.248678,17.573395,0.6409375,0.6037153 -2014-11-26 17:30:00+00:00,40.25,5.5,6.637775,17.865234,0.0,0.0 -2014-11-26 18:30:00+00:00,40.25,5.5,6.720035,18.039276,0.0,0.0 -2014-11-26 19:30:00+00:00,40.25,5.5,6.9057226,17.886963,0.0,0.0 -2014-11-26 20:30:00+00:00,40.25,5.5,7.2517443,17.79248,0.0,0.0 -2014-11-26 21:30:00+00:00,40.25,5.5,7.506293,17.519379,0.0,0.0 -2014-11-26 22:30:00+00:00,40.25,5.5,7.258451,17.307617,0.0,0.0 -2014-11-26 23:30:00+00:00,40.25,5.5,7.1981416,17.24112,0.0,0.0 -2014-11-27 00:30:00+00:00,40.25,5.5,7.3825293,17.175934,0.0,0.0 -2014-11-27 01:30:00+00:00,40.25,5.5,7.4615846,17.237854,0.0,0.0 -2014-11-27 02:30:00+00:00,40.25,5.5,7.540612,17.28128,0.0,0.0 -2014-11-27 03:30:00+00:00,40.25,5.5,7.170572,17.310608,0.0,0.0 -2014-11-27 04:30:00+00:00,40.25,5.5,6.7845635,17.407806,0.0,0.0 -2014-11-27 05:30:00+00:00,40.25,5.5,6.7039814,17.718628,0.0,0.0 -2014-11-27 06:30:00+00:00,40.25,5.5,6.1060777,17.966492,2.7094097,2.1758332 -2014-11-27 07:30:00+00:00,40.25,5.5,5.7352877,18.379425,69.49743,35.075207 -2014-11-27 08:30:00+00:00,40.25,5.5,5.755476,18.518433,208.8856,80.57779 -2014-11-27 09:30:00+00:00,40.25,5.5,6.2087126,18.701416,306.1325,116.35112 -2014-11-27 10:30:00+00:00,40.25,5.5,7.989977,18.645203,342.68018,131.64236 -2014-11-27 11:30:00+00:00,40.25,5.5,8.290712,18.74701,401.23807,131.51865 -2014-11-27 12:30:00+00:00,40.25,5.5,8.964663,18.8396,368.97296,123.17787 -2014-11-27 13:30:00+00:00,40.25,5.5,9.421919,18.824127,304.98175,115.03905 -2014-11-27 14:30:00+00:00,40.25,5.5,9.814608,18.796692,194.9162,81.26328 -2014-11-27 15:30:00+00:00,40.25,5.5,9.997473,18.825745,62.403473,38.2558 -2014-11-27 16:30:00+00:00,40.25,5.5,9.891099,18.89795,0.71375,0.6765278 -2014-11-27 17:30:00+00:00,40.25,5.5,10.041863,19.045929,0.0,0.0 -2014-11-27 18:30:00+00:00,40.25,5.5,10.395952,19.243011,0.0,0.0 -2014-11-27 19:30:00+00:00,40.25,5.5,10.680852,19.373047,0.0,0.0 -2014-11-27 20:30:00+00:00,40.25,5.5,10.84064,19.382812,0.0,0.0 -2014-11-27 21:30:00+00:00,40.25,5.5,10.762761,19.38092,0.0,0.0 -2014-11-27 22:30:00+00:00,40.25,5.5,11.403421,19.42273,0.0,0.0 -2014-11-27 23:30:00+00:00,40.25,5.5,11.450107,19.48056,0.0,0.0 -2014-11-28 00:30:00+00:00,40.25,5.5,11.982925,19.500366,0.0,0.0 -2014-11-28 01:30:00+00:00,40.25,5.5,12.903049,19.589142,0.0,0.0 -2014-11-28 02:30:00+00:00,40.25,5.5,11.016376,19.746338,0.0,0.0 -2014-11-28 03:30:00+00:00,40.25,5.5,9.241255,19.929047,0.0,0.0 -2014-11-28 04:30:00+00:00,40.25,5.5,8.28335,19.992035,0.0,0.0 -2014-11-28 05:30:00+00:00,40.25,5.5,8.827309,19.819916,0.0,0.0 -2014-11-28 06:30:00+00:00,40.25,5.5,8.84273,19.759918,2.5637152,2.2659028 -2014-11-28 07:30:00+00:00,40.25,5.5,8.936159,19.763977,68.56517,43.176594 -2014-11-28 08:30:00+00:00,40.25,5.5,8.757408,19.832123,210.64816,76.24759 -2014-11-28 09:30:00+00:00,40.25,5.5,8.6153345,20.038177,304.89432,83.13524 -2014-11-28 10:30:00+00:00,40.25,5.5,8.104007,20.026245,388.08438,93.18738 -2014-11-28 11:30:00+00:00,40.25,5.5,8.470506,19.94397,438.383,94.5578 -2014-11-28 12:30:00+00:00,40.25,5.5,9.121179,19.908966,397.1157,108.59683 -2014-11-28 13:30:00+00:00,40.25,5.5,8.905955,19.935822,303.93292,108.48067 -2014-11-28 14:30:00+00:00,40.25,5.5,8.060439,19.94342,179.91257,89.836525 -2014-11-28 15:30:00+00:00,40.25,5.5,8.129965,19.951843,61.937363,40.420383 -2014-11-28 16:30:00+00:00,40.25,5.5,8.011143,19.943176,0.71375,0.6765278 -2014-11-28 17:30:00+00:00,40.25,5.5,7.751785,19.948578,0.0,0.0 -2014-11-28 18:30:00+00:00,40.25,5.5,8.141818,19.92633,0.0,0.0 -2014-11-28 19:30:00+00:00,40.25,5.5,8.732628,19.949127,0.0,0.0 -2014-11-28 20:30:00+00:00,40.25,5.5,9.348638,19.94696,0.0,0.0 -2014-11-28 21:30:00+00:00,40.25,5.5,9.139984,20.26651,0.0,0.0 -2014-11-28 22:30:00+00:00,40.25,5.5,10.138129,20.360443,0.0,0.0 -2014-11-28 23:30:00+00:00,40.25,5.5,9.844541,20.444305,0.0,0.0 -2014-11-29 00:30:00+00:00,40.25,5.5,8.235855,20.552917,0.0,0.0 -2014-11-29 01:30:00+00:00,40.25,5.5,7.9193177,20.5578,0.0,0.0 -2014-11-29 02:30:00+00:00,40.25,5.5,9.044153,20.464142,0.0,0.0 -2014-11-29 03:30:00+00:00,40.25,5.5,8.377427,20.309662,0.0,0.0 -2014-11-29 04:30:00+00:00,40.25,5.5,7.7526765,20.178528,0.0,0.0 -2014-11-29 05:30:00+00:00,40.25,5.5,8.3263645,20.21463,0.0,0.0 -2014-11-29 06:30:00+00:00,40.25,5.5,8.963669,20.127228,1.4712152,1.4215972 -2014-11-29 07:30:00+00:00,40.25,5.5,10.513248,20.049866,60.56809,41.74382 -2014-11-29 08:30:00+00:00,40.25,5.5,10.241413,19.998016,69.04587,61.327568 -2014-11-29 09:30:00+00:00,40.25,5.5,9.271847,20.285217,99.82517,89.525795 -2014-11-29 10:30:00+00:00,40.25,5.5,8.874198,19.73169,113.35757,107.649475 -2014-11-29 11:30:00+00:00,40.25,5.5,8.674128,19.646698,141.31097,120.05458 -2014-11-29 12:30:00+00:00,40.25,5.5,8.337049,19.64264,101.4275,92.71645 -2014-11-29 13:30:00+00:00,40.25,5.5,7.8852053,19.706146,45.418785,43.942154 -2014-11-29 14:30:00+00:00,40.25,5.5,7.5892,19.916016,29.70139,29.70139 -2014-11-29 15:30:00+00:00,40.25,5.5,7.392723,20.12912,9.526597,9.526597 -2014-11-29 16:30:00+00:00,40.25,5.5,7.538699,20.169586,0.101979166,0.101979166 -2014-11-29 17:30:00+00:00,40.25,5.5,7.796385,20.22522,0.0,0.0 -2014-11-29 18:30:00+00:00,40.25,5.5,7.67367,20.341156,0.0,0.0 -2014-11-29 19:30:00+00:00,40.25,5.5,7.8290825,20.522766,0.0,0.0 -2014-11-29 20:30:00+00:00,40.25,5.5,7.8320065,20.754364,0.0,0.0 -2014-11-29 21:30:00+00:00,40.25,5.5,6.6419964,20.751373,0.0,0.0 -2014-11-29 22:30:00+00:00,40.25,5.5,6.2581425,20.820862,0.0,0.0 -2014-11-29 23:30:00+00:00,40.25,5.5,6.3309402,20.798859,0.0,0.0 -2014-11-30 00:30:00+00:00,40.25,5.5,7.8366256,20.32135,0.0,0.0 -2014-11-30 01:30:00+00:00,40.25,5.5,9.41504,19.455841,0.0,0.0 -2014-11-30 02:30:00+00:00,40.25,5.5,3.9944851,19.319305,0.0,0.0 -2014-11-30 03:30:00+00:00,40.25,5.5,3.6181695,19.468079,0.0,0.0 -2014-11-30 04:30:00+00:00,40.25,5.5,6.645985,19.612488,0.0,0.0 -2014-11-30 05:30:00+00:00,40.25,5.5,7.7357364,19.717834,0.0,0.0 -2014-11-30 06:30:00+00:00,40.25,5.5,10.054856,19.838928,1.1944791,1.1820832 -2014-11-30 07:30:00+00:00,40.25,5.5,12.529619,19.854126,62.957012,45.77073 -2014-11-30 08:30:00+00:00,40.25,5.5,13.053443,20.417725,147.3707,99.534485 -2014-11-30 09:30:00+00:00,40.25,5.5,10.244589,21.537292,241.5877,117.759514 -2014-11-30 10:30:00+00:00,40.25,5.5,8.078017,21.75882,289.81784,106.40219 -2014-11-30 11:30:00+00:00,40.25,5.5,5.656148,21.198212,242.40344,112.84233 -2014-11-30 12:30:00+00:00,40.25,5.5,4.594141,19.965149,220.9759,89.95056 -2014-11-30 13:30:00+00:00,40.25,5.5,5.337301,18.927551,273.79456,96.781906 -2014-11-30 14:30:00+00:00,40.25,5.5,6.156981,18.25589,150.37143,68.88233 -2014-11-30 15:30:00+00:00,40.25,5.5,7.2493396,17.719177,53.794582,29.895103 -2014-11-30 16:30:00+00:00,40.25,5.5,9.011706,17.3638,0.46614584,0.4289236 -2014-11-30 17:30:00+00:00,40.25,5.5,9.740468,16.571075,0.0,0.0 -2014-11-30 18:30:00+00:00,40.25,5.5,10.590103,16.697601,0.0,0.0 -2014-11-30 19:30:00+00:00,40.25,5.5,11.808941,16.36557,0.0,0.0 -2014-11-30 20:30:00+00:00,40.25,5.5,12.542869,16.087585,0.0,0.0 -2014-11-30 21:30:00+00:00,40.25,5.5,13.539787,15.767487,0.0,0.0 -2014-11-30 22:30:00+00:00,40.25,5.5,13.083296,15.735199,0.0,0.0 -2014-11-30 23:30:00+00:00,40.25,5.5,13.425575,16.293915,0.0,0.0 -2014-12-01 00:30:00+00:00,40.25,5.5,13.684359,16.414978,0.0,0.0 -2014-12-01 01:30:00+00:00,40.25,5.5,13.965119,16.806183,0.0,0.0 -2014-12-01 02:30:00+00:00,40.25,5.5,14.291882,17.747955,0.0,0.0 -2014-12-01 03:30:00+00:00,40.25,5.5,13.908161,17.859283,0.0,0.0 -2014-12-01 04:30:00+00:00,40.25,5.5,13.483487,17.687134,0.0,0.0 -2014-12-01 05:30:00+00:00,40.25,5.5,13.360818,17.60379,0.0,0.0 -2014-12-01 06:30:00+00:00,40.25,5.5,12.979031,17.588043,1.6169097,1.4183681 -2014-12-01 07:30:00+00:00,40.25,5.5,12.226567,17.376038,57.39257,32.339066 -2014-12-01 08:30:00+00:00,40.25,5.5,11.65593,16.973969,180.23302,71.580864 -2014-12-01 09:30:00+00:00,40.25,5.5,11.803911,17.561737,208.65254,105.91945 -2014-12-01 10:30:00+00:00,40.25,5.5,11.838604,17.546509,294.52286,114.73062 -2014-12-01 11:30:00+00:00,40.25,5.5,10.532156,17.538391,326.5986,127.398865 -2014-12-01 12:30:00+00:00,40.25,5.5,9.261476,17.599731,335.14923,122.01431 -2014-12-01 13:30:00+00:00,40.25,5.5,8.304891,17.57312,234.91618,119.71216 -2014-12-01 14:30:00+00:00,40.25,5.5,7.244747,17.46344,141.07788,79.0459 -2014-12-01 15:30:00+00:00,40.25,5.5,6.4157863,16.804016,49.3809,34.763264 -2014-12-01 16:30:00+00:00,40.25,5.5,5.125234,16.354187,0.39329863,0.39329863 -2014-12-01 17:30:00+00:00,40.25,5.5,4.0518193,16.031097,0.0,0.0 -2014-12-01 18:30:00+00:00,40.25,5.5,3.8267574,16.0607,0.0,0.0 -2014-12-01 19:30:00+00:00,40.25,5.5,4.1719103,16.467651,0.0,0.0 -2014-12-01 20:30:00+00:00,40.25,5.5,5.025498,16.697327,0.0,0.0 -2014-12-01 21:30:00+00:00,40.25,5.5,4.7845097,17.071686,0.0,0.0 -2014-12-01 22:30:00+00:00,40.25,5.5,5.532299,17.081757,0.0,0.0 -2014-12-01 23:30:00+00:00,40.25,5.5,5.9829173,17.059753,0.0,0.0 -2014-12-02 00:30:00+00:00,40.25,5.5,5.617395,16.659332,0.0,0.0 -2014-12-02 01:30:00+00:00,40.25,5.5,6.1817827,16.388641,0.0,0.0 -2014-12-02 02:30:00+00:00,40.25,5.5,6.688754,16.203766,0.0,0.0 -2014-12-02 03:30:00+00:00,40.25,5.5,7.907146,16.077545,0.0,0.0 -2014-12-02 04:30:00+00:00,40.25,5.5,8.466308,16.198608,0.0,0.0 -2014-12-02 05:30:00+00:00,40.25,5.5,8.423642,16.7872,0.0,0.0 -2014-12-02 06:30:00+00:00,40.25,5.5,8.598595,17.348602,1.0487847,1.0487847 -2014-12-02 07:30:00+00:00,40.25,5.5,8.730574,17.210968,47.341564,42.613785 -2014-12-02 08:30:00+00:00,40.25,5.5,10.09785,16.771454,107.90965,79.80354 -2014-12-02 09:30:00+00:00,40.25,5.5,11.792062,16.273804,174.04219,127.521324 -2014-12-02 10:30:00+00:00,40.25,5.5,12.346546,15.795746,203.56879,137.52875 -2014-12-02 11:30:00+00:00,40.25,5.5,13.601045,15.659454,261.35464,172.656 -2014-12-02 12:30:00+00:00,40.25,5.5,13.907912,15.727875,219.98538,149.3168 -2014-12-02 13:30:00+00:00,40.25,5.5,14.112661,15.56662,212.93512,124.34814 -2014-12-02 14:30:00+00:00,40.25,5.5,13.777761,15.473206,137.82954,85.290344 -2014-12-02 15:30:00+00:00,40.25,5.5,13.346838,15.403992,44.093227,24.499617 -2014-12-02 16:30:00+00:00,40.25,5.5,13.068591,15.375763,0.32045138,0.32045138 -2014-12-02 17:30:00+00:00,40.25,5.5,12.83215,15.306793,0.0,0.0 -2014-12-02 18:30:00+00:00,40.25,5.5,12.446247,15.313843,0.0,0.0 -2014-12-02 19:30:00+00:00,40.25,5.5,12.2818775,15.40155,0.0,0.0 -2014-12-02 20:30:00+00:00,40.25,5.5,12.540982,15.288605,0.0,0.0 -2014-12-02 21:30:00+00:00,40.25,5.5,13.063451,14.597961,0.0,0.0 -2014-12-02 22:30:00+00:00,40.25,5.5,13.103108,14.380493,0.0,0.0 -2014-12-02 23:30:00+00:00,40.25,5.5,13.322363,14.247192,0.0,0.0 -2014-12-03 00:30:00+00:00,40.25,5.5,13.255806,14.122589,0.0,0.0 -2014-12-03 01:30:00+00:00,40.25,5.5,12.682409,14.028107,0.0,0.0 -2014-12-03 02:30:00+00:00,40.25,5.5,12.125581,13.944489,0.0,0.0 -2014-12-03 03:30:00+00:00,40.25,5.5,11.58257,13.858185,0.0,0.0 -2014-12-03 04:30:00+00:00,40.25,5.5,11.372291,13.793549,0.0,0.0 -2014-12-03 05:30:00+00:00,40.25,5.5,11.194565,13.729492,0.0,0.0 -2014-12-03 06:30:00+00:00,40.25,5.5,10.874003,13.721344,1.2672917,1.1307986 -2014-12-03 07:30:00+00:00,40.25,5.5,10.448727,13.708038,67.90969,33.42542 -2014-12-03 08:30:00+00:00,40.25,5.5,10.137989,13.702057,193.48866,71.546616 -2014-12-03 09:30:00+00:00,40.25,5.5,10.203493,14.214905,271.6241,98.669174 -2014-12-03 10:30:00+00:00,40.25,5.5,9.873256,14.269196,317.49445,124.83418 -2014-12-03 11:30:00+00:00,40.25,5.5,9.154254,14.298248,351.1434,126.80328 -2014-12-03 12:30:00+00:00,40.25,5.5,8.446617,14.336517,320.26212,126.62157 -2014-12-03 13:30:00+00:00,40.25,5.5,7.5767136,14.370178,281.38376,107.982086 -2014-12-03 14:30:00+00:00,40.25,5.5,6.5768285,14.37915,187.64745,74.81352 -2014-12-03 15:30:00+00:00,40.25,5.5,5.6972213,14.35553,53.619793,30.66337 -2014-12-03 16:30:00+00:00,40.25,5.5,5.1115537,14.36911,0.42243055,0.42243055 -2014-12-03 17:30:00+00:00,40.25,5.5,4.595242,14.3845825,0.0,0.0 -2014-12-03 18:30:00+00:00,40.25,5.5,3.9629467,14.418518,0.0,0.0 -2014-12-03 19:30:00+00:00,40.25,5.5,3.1191518,14.454071,0.0,0.0 -2014-12-03 20:30:00+00:00,40.25,5.5,2.2502596,14.461395,0.0,0.0 -2014-12-03 21:30:00+00:00,40.25,5.5,0.83514464,14.250183,0.0,0.0 -2014-12-03 22:30:00+00:00,40.25,5.5,0.5965252,14.254791,0.0,0.0 -2014-12-03 23:30:00+00:00,40.25,5.5,0.96471745,14.221405,0.0,0.0 -2014-12-04 00:30:00+00:00,40.25,5.5,1.6403801,14.163849,0.0,0.0 -2014-12-04 01:30:00+00:00,40.25,5.5,2.3381817,14.240967,0.0,0.0 -2014-12-04 02:30:00+00:00,40.25,5.5,2.9889038,14.477966,0.0,0.0 -2014-12-04 03:30:00+00:00,40.25,5.5,3.4766028,14.853699,0.0,0.0 -2014-12-04 04:30:00+00:00,40.25,5.5,3.775703,14.881653,0.0,0.0 -2014-12-04 05:30:00+00:00,40.25,5.5,4.796366,14.8594055,0.0,0.0 -2014-12-04 06:30:00+00:00,40.25,5.5,5.8376513,14.504578,0.85944444,0.8470486 -2014-12-04 07:30:00+00:00,40.25,5.5,6.642717,14.017273,41.107048,38.935486 -2014-12-04 08:30:00+00:00,40.25,5.5,7.343665,13.837006,98.36851,85.94722 -2014-12-04 09:30:00+00:00,40.25,5.5,8.649509,14.5746155,147.95337,123.45827 -2014-12-04 10:30:00+00:00,40.25,5.5,8.557394,14.66095,180.16017,160.67822 -2014-12-04 11:30:00+00:00,40.25,5.5,7.466018,14.413635,179.78146,154.8024 -2014-12-04 12:30:00+00:00,40.25,5.5,6.1984878,14.458954,163.65617,131.40552 -2014-12-04 13:30:00+00:00,40.25,5.5,5.581342,14.466278,120.91767,104.79854 -2014-12-04 14:30:00+00:00,40.25,5.5,5.44218,14.348724,128.60886,92.21361 -2014-12-04 15:30:00+00:00,40.25,5.5,5.6066017,14.36203,31.857258,29.871841 -2014-12-04 16:30:00+00:00,40.25,5.5,5.5578084,15.128174,0.29131943,0.29131943 -2014-12-04 17:30:00+00:00,40.25,5.5,5.5433493,15.475647,0.0,0.0 -2014-12-04 18:30:00+00:00,40.25,5.5,5.787363,15.23703,0.0,0.0 -2014-12-04 19:30:00+00:00,40.25,5.5,6.154856,14.948456,0.0,0.0 -2014-12-04 20:30:00+00:00,40.25,5.5,6.374659,15.346985,0.0,0.0 -2014-12-04 21:30:00+00:00,40.25,5.5,8.135554,15.507141,0.0,0.0 -2014-12-04 22:30:00+00:00,40.25,5.5,8.514247,15.6285095,0.0,0.0 -2014-12-04 23:30:00+00:00,40.25,5.5,8.954422,15.785431,0.0,0.0 -2014-12-05 00:30:00+00:00,40.25,5.5,9.1861315,15.566345,0.0,0.0 -2014-12-05 01:30:00+00:00,40.25,5.5,8.486905,15.362732,0.0,0.0 -2014-12-05 02:30:00+00:00,40.25,5.5,7.8161035,14.954956,0.0,0.0 -2014-12-05 03:30:00+00:00,40.25,5.5,9.62717,14.180695,0.0,0.0 -2014-12-05 04:30:00+00:00,40.25,5.5,11.29289,14.124237,0.0,0.0 -2014-12-05 05:30:00+00:00,40.25,5.5,11.660065,14.614777,0.0,0.0 -2014-12-05 06:30:00+00:00,40.25,5.5,11.982277,14.536865,0.6409375,0.6037153 -2014-12-05 07:30:00+00:00,40.25,5.5,12.133844,14.408722,40.335033,27.032707 -2014-12-05 08:30:00+00:00,40.25,5.5,12.376814,14.377228,153.13907,73.08938 -2014-12-05 09:30:00+00:00,40.25,5.5,12.070748,14.072632,258.63068,76.74133 -2014-12-05 10:30:00+00:00,40.25,5.5,11.848594,14.0199585,335.45514,110.258804 -2014-12-05 11:30:00+00:00,40.25,5.5,11.510776,14.00177,329.03125,100.49693 -2014-12-05 12:30:00+00:00,40.25,5.5,11.351739,13.983337,331.82803,103.49225 -2014-12-05 13:30:00+00:00,40.25,5.5,11.422292,14.047943,276.47482,72.59694 -2014-12-05 14:30:00+00:00,40.25,5.5,11.280194,13.982239,170.96864,65.244995 -2014-12-05 15:30:00+00:00,40.25,5.5,11.388842,13.921417,50.458855,24.164446 -2014-12-05 16:30:00+00:00,40.25,5.5,11.757622,13.87854,0.34958333,0.31236112 -2014-12-05 17:30:00+00:00,40.25,5.5,11.92473,13.89563,0.0,0.0 -2014-12-05 18:30:00+00:00,40.25,5.5,11.835776,13.911102,0.0,0.0 -2014-12-05 19:30:00+00:00,40.25,5.5,11.686321,13.9938965,0.0,0.0 -2014-12-05 20:30:00+00:00,40.25,5.5,11.459957,14.006409,0.0,0.0 -2014-12-05 21:30:00+00:00,40.25,5.5,11.272199,13.683868,0.0,0.0 -2014-12-05 22:30:00+00:00,40.25,5.5,10.993295,13.631226,0.0,0.0 -2014-12-05 23:30:00+00:00,40.25,5.5,11.065832,13.532654,0.0,0.0 -2014-12-06 00:30:00+00:00,40.25,5.5,11.304326,13.769928,0.0,0.0 -2014-12-06 01:30:00+00:00,40.25,5.5,11.137262,13.870941,0.0,0.0 -2014-12-06 02:30:00+00:00,40.25,5.5,10.670814,13.917908,0.0,0.0 -2014-12-06 03:30:00+00:00,40.25,5.5,10.09202,13.747681,0.0,0.0 -2014-12-06 04:30:00+00:00,40.25,5.5,9.520148,13.749023,0.0,0.0 -2014-12-06 05:30:00+00:00,40.25,5.5,8.829977,13.49765,0.0,0.0 -2014-12-06 06:30:00+00:00,40.25,5.5,8.00846,13.375488,0.6992014,0.61236113 -2014-12-06 07:30:00+00:00,40.25,5.5,7.660371,13.499542,53.678055,23.05295 -2014-12-06 08:30:00+00:00,40.25,5.5,7.792917,13.592651,128.17184,58.03688 -2014-12-06 09:30:00+00:00,40.25,5.5,8.026792,12.536316,197.15945,98.47164 -2014-12-06 10:30:00+00:00,40.25,5.5,7.660357,12.714691,228.973,118.571205 -2014-12-06 11:30:00+00:00,40.25,5.5,7.700458,12.815674,340.7428,148.95117 -2014-12-06 12:30:00+00:00,40.25,5.5,8.111549,12.717957,251.43475,159.85721 -2014-12-06 13:30:00+00:00,40.25,5.5,8.858903,12.48584,201.61684,142.61264 -2014-12-06 14:30:00+00:00,40.25,5.5,9.1696825,12.416046,106.43844,59.48323 -2014-12-06 15:30:00+00:00,40.25,5.5,8.872054,12.397339,52.556423,24.375868 -2014-12-06 16:30:00+00:00,40.25,5.5,8.536316,12.359863,0.34958333,0.31236112 -2014-12-06 17:30:00+00:00,40.25,5.5,8.557584,12.24884,0.0,0.0 -2014-12-06 18:30:00+00:00,40.25,5.5,8.801132,12.178497,0.0,0.0 -2014-12-06 19:30:00+00:00,40.25,5.5,9.031505,12.156799,0.0,0.0 -2014-12-06 20:30:00+00:00,40.25,5.5,9.10448,12.071808,0.0,0.0 -2014-12-06 21:30:00+00:00,40.25,5.5,8.164311,12.1345215,0.0,0.0 -2014-12-06 22:30:00+00:00,40.25,5.5,8.62187,11.958618,0.0,0.0 -2014-12-06 23:30:00+00:00,40.25,5.5,9.389294,11.935822,0.0,0.0 -2014-12-07 00:30:00+00:00,40.25,5.5,10.447219,11.901886,0.0,0.0 -2014-12-07 01:30:00+00:00,40.25,5.5,11.583249,11.86087,0.0,0.0 -2014-12-07 02:30:00+00:00,40.25,5.5,12.747122,11.821228,0.0,0.0 -2014-12-07 03:30:00+00:00,40.25,5.5,13.830263,11.798706,0.0,0.0 -2014-12-07 04:30:00+00:00,40.25,5.5,14.509762,11.728394,0.0,0.0 -2014-12-07 05:30:00+00:00,40.25,5.5,15.201697,11.683868,0.0,0.0 -2014-12-07 06:30:00+00:00,40.25,5.5,15.557242,11.82016,0.55354166,0.5039236 -2014-12-07 07:30:00+00:00,40.25,5.5,15.788137,12.062042,44.12236,24.441874 -2014-12-07 08:30:00+00:00,40.25,5.5,16.218163,12.277863,80.30587,58.24288 -2014-12-07 09:30:00+00:00,40.25,5.5,17.39223,12.352264,78.2083,59.63222 -2014-12-07 10:30:00+00:00,40.25,5.5,17.471134,12.5607605,147.7494,111.94978 -2014-12-07 11:30:00+00:00,40.25,5.5,17.347822,12.682098,187.64745,105.74883 -2014-12-07 12:30:00+00:00,40.25,5.5,17.209867,12.806732,163.75816,91.01733 -2014-12-07 13:30:00+00:00,40.25,5.5,16.79781,13.020111,174.37723,92.39178 -2014-12-07 14:30:00+00:00,40.25,5.5,16.295383,13.305695,104.16604,62.062706 -2014-12-07 15:30:00+00:00,40.25,5.5,15.668504,13.496002,36.227222,22.76361 -2014-12-07 16:30:00+00:00,40.25,5.5,16.043045,13.5364685,0.2476389,0.2476389 -2014-12-07 17:30:00+00:00,40.25,5.5,16.54894,13.468048,0.0,0.0 -2014-12-07 18:30:00+00:00,40.25,5.5,16.520994,13.191956,0.0,0.0 -2014-12-07 19:30:00+00:00,40.25,5.5,16.100786,12.983459,0.0,0.0 -2014-12-07 20:30:00+00:00,40.25,5.5,15.833168,13.033142,0.0,0.0 -2014-12-07 21:30:00+00:00,40.25,5.5,15.774774,13.083099,0.0,0.0 -2014-12-07 22:30:00+00:00,40.25,5.5,15.666274,12.916138,0.0,0.0 -2014-12-07 23:30:00+00:00,40.25,5.5,15.572736,12.881378,0.0,0.0 -2014-12-08 00:30:00+00:00,40.25,5.5,15.577203,12.919647,0.0,0.0 -2014-12-08 01:30:00+00:00,40.25,5.5,15.729335,13.049683,0.0,0.0 -2014-12-08 02:30:00+00:00,40.25,5.5,15.665293,13.225616,0.0,0.0 -2014-12-08 03:30:00+00:00,40.25,5.5,16.103987,13.56308,0.0,0.0 -2014-12-08 04:30:00+00:00,40.25,5.5,16.624792,13.862793,0.0,0.0 -2014-12-08 05:30:00+00:00,40.25,5.5,17.450586,14.061523,0.0,0.0 -2014-12-08 06:30:00+00:00,40.25,5.5,17.503056,14.388916,0.189375,0.189375 -2014-12-08 07:30:00+00:00,40.25,5.5,17.438187,14.668823,34.056805,24.104895 -2014-12-08 08:30:00+00:00,40.25,5.5,16.183922,14.805359,88.73997,74.81722 -2014-12-08 09:30:00+00:00,40.25,5.5,15.262739,14.8159485,142.15584,124.64691 -2014-12-08 10:30:00+00:00,40.25,5.5,14.387249,14.928345,234.12958,158.28653 -2014-12-08 11:30:00+00:00,40.25,5.5,13.800019,14.858856,323.627,114.76076 -2014-12-08 12:30:00+00:00,40.25,5.5,12.587961,14.730438,318.41214,118.43065 -2014-12-08 13:30:00+00:00,40.25,5.5,11.886968,14.670166,253.9402,133.02808 -2014-12-08 14:30:00+00:00,40.25,5.5,11.793095,14.731537,148.40494,100.010315 -2014-12-08 15:30:00+00:00,40.25,5.5,12.146943,14.86673,41.63146,34.570797 -2014-12-08 16:30:00+00:00,40.25,5.5,12.18823,14.70871,0.32045138,0.32045138 -2014-12-08 17:30:00+00:00,40.25,5.5,11.862932,14.646271,0.0,0.0 -2014-12-08 18:30:00+00:00,40.25,5.5,11.063464,14.682648,0.0,0.0 -2014-12-08 19:30:00+00:00,40.25,5.5,10.335728,14.817047,0.0,0.0 -2014-12-08 20:30:00+00:00,40.25,5.5,9.515162,14.489624,0.0,0.0 -2014-12-08 21:30:00+00:00,40.25,5.5,9.855613,14.013184,0.0,0.0 -2014-12-08 22:30:00+00:00,40.25,5.5,11.259291,14.113647,0.0,0.0 -2014-12-08 23:30:00+00:00,40.25,5.5,12.615631,13.315216,0.0,0.0 -2014-12-09 00:30:00+00:00,40.25,5.5,13.321307,12.77713,0.0,0.0 -2014-12-09 01:30:00+00:00,40.25,5.5,14.588234,12.92157,0.0,0.0 -2014-12-09 02:30:00+00:00,40.25,5.5,15.9857,12.940277,0.0,0.0 -2014-12-09 03:30:00+00:00,40.25,5.5,16.399563,12.46167,0.0,0.0 -2014-12-09 04:30:00+00:00,40.25,5.5,16.824102,11.653473,0.0,0.0 -2014-12-09 05:30:00+00:00,40.25,5.5,17.345299,11.293762,0.0,0.0 -2014-12-09 06:30:00+00:00,40.25,5.5,17.184967,10.89386,0.34958333,0.3371875 -2014-12-09 07:30:00+00:00,40.25,5.5,17.078281,10.600922,57.58191,30.989687 -2014-12-09 08:30:00+00:00,40.25,5.5,18.594963,10.452972,176.8827,81.30951 -2014-12-09 09:30:00+00:00,40.25,5.5,19.147202,10.47525,282.1121,101.910355 -2014-12-09 10:30:00+00:00,40.25,5.5,18.585598,10.75296,344.3262,125.28467 -2014-12-09 11:30:00+00:00,40.25,5.5,18.885612,10.77005,310.64813,154.22182 -2014-12-09 12:30:00+00:00,40.25,5.5,19.903566,11.065155,172.23593,162.75555 -2014-12-09 13:30:00+00:00,40.25,5.5,20.292295,11.554108,122.73851,100.141945 -2014-12-09 14:30:00+00:00,40.25,5.5,19.641975,11.691193,84.77785,69.52733 -2014-12-09 15:30:00+00:00,40.25,5.5,17.83643,11.981415,35.455208,25.912777 -2014-12-09 16:30:00+00:00,40.25,5.5,16.521528,12.441864,0.32045138,0.32045138 -2014-12-09 17:30:00+00:00,40.25,5.5,16.634363,12.7144165,0.0,0.0 -2014-12-09 18:30:00+00:00,40.25,5.5,16.868822,12.916138,0.0,0.0 -2014-12-09 19:30:00+00:00,40.25,5.5,16.614462,13.031769,0.0,0.0 -2014-12-09 20:30:00+00:00,40.25,5.5,16.192102,13.206604,0.0,0.0 -2014-12-09 21:30:00+00:00,40.25,5.5,15.792829,13.484894,0.0,0.0 -2014-12-09 22:30:00+00:00,40.25,5.5,15.792682,13.117035,0.0,0.0 -2014-12-09 23:30:00+00:00,40.25,5.5,15.74522,12.95929,0.0,0.0 -2014-12-10 00:30:00+00:00,40.25,5.5,15.502479,12.631622,0.0,0.0 -2014-12-10 01:30:00+00:00,40.25,5.5,15.66035,12.555603,0.0,0.0 -2014-12-10 02:30:00+00:00,40.25,5.5,15.667707,12.547455,0.0,0.0 -2014-12-10 03:30:00+00:00,40.25,5.5,15.035594,12.639221,0.0,0.0 -2014-12-10 04:30:00+00:00,40.25,5.5,14.836284,12.565094,0.0,0.0 -2014-12-10 05:30:00+00:00,40.25,5.5,15.107759,12.520294,0.0,0.0 -2014-12-10 06:30:00+00:00,40.25,5.5,14.962538,12.569733,0.2476389,0.23524307 -2014-12-10 07:30:00+00:00,40.25,5.5,14.243691,12.67749,54.173332,25.694963 -2014-12-10 08:30:00+00:00,40.25,5.5,13.546568,12.697052,172.01743,61.441902 -2014-12-10 09:30:00+00:00,40.25,5.5,13.787413,12.89035,321.6168,75.362595 -2014-12-10 10:30:00+00:00,40.25,5.5,13.342322,12.912048,392.33786,95.02112 -2014-12-10 11:30:00+00:00,40.25,5.5,13.121577,12.873505,415.22205,87.615234 -2014-12-10 12:30:00+00:00,40.25,5.5,13.272234,12.75296,408.87097,78.956116 -2014-12-10 13:30:00+00:00,40.25,5.5,12.6865425,12.802368,328.46313,68.583984 -2014-12-10 14:30:00+00:00,40.25,5.5,12.356338,12.839294,204.13687,58.307724 -2014-12-10 15:30:00+00:00,40.25,5.5,12.579952,12.970978,65.95774,30.79097 -2014-12-10 16:30:00+00:00,40.25,5.5,13.49133,13.327972,0.42243055,0.42243055 -2014-12-10 17:30:00+00:00,40.25,5.5,14.229638,13.936615,0.0,0.0 -2014-12-10 18:30:00+00:00,40.25,5.5,13.957628,14.450012,0.0,0.0 -2014-12-10 19:30:00+00:00,40.25,5.5,13.025978,14.3280945,0.0,0.0 -2014-12-10 20:30:00+00:00,40.25,5.5,11.555518,14.532806,0.0,0.0 -2014-12-10 21:30:00+00:00,40.25,5.5,10.899967,14.933502,0.0,0.0 -2014-12-10 22:30:00+00:00,40.25,5.5,10.718363,15.123535,0.0,0.0 -2014-12-10 23:30:00+00:00,40.25,5.5,10.602516,15.279907,0.0,0.0 -2014-12-11 00:30:00+00:00,40.25,5.5,10.772358,15.273407,0.0,0.0 -2014-12-11 01:30:00+00:00,40.25,5.5,11.294388,15.335571,0.0,0.0 -2014-12-11 02:30:00+00:00,40.25,5.5,11.695803,15.361908,0.0,0.0 -2014-12-11 03:30:00+00:00,40.25,5.5,12.580555,15.443909,0.0,0.0 -2014-12-11 04:30:00+00:00,40.25,5.5,13.449703,15.249237,0.0,0.0 -2014-12-11 05:30:00+00:00,40.25,5.5,13.776439,15.016846,0.0,0.0 -2014-12-11 06:30:00+00:00,40.25,5.5,14.169397,14.870239,0.17479166,0.16239583 -2014-12-11 07:30:00+00:00,40.25,5.5,14.4828415,14.794525,54.406387,23.210485 -2014-12-11 08:30:00+00:00,40.25,5.5,14.43168,14.754059,187.22502,61.895348 -2014-12-11 09:30:00+00:00,40.25,5.5,14.613539,14.721222,321.20895,71.604355 -2014-12-11 10:30:00+00:00,40.25,5.5,14.165737,14.556702,393.95474,84.12985 -2014-12-11 11:30:00+00:00,40.25,5.5,14.149805,14.4758,421.442,84.95038 -2014-12-11 12:30:00+00:00,40.25,5.5,14.284789,14.492615,412.52722,79.17508 -2014-12-11 13:30:00+00:00,40.25,5.5,14.704194,14.526001,331.37646,70.91409 -2014-12-11 14:30:00+00:00,40.25,5.5,14.456938,14.51651,206.96281,57.80809 -2014-12-11 15:30:00+00:00,40.25,5.5,14.357182,14.607727,64.77785,27.551216 -2014-12-11 16:30:00+00:00,40.25,5.5,14.185255,14.688904,0.46614584,0.3917014 -2014-12-11 17:30:00+00:00,40.25,5.5,14.011445,14.7282715,0.0,0.0 -2014-12-11 18:30:00+00:00,40.25,5.5,13.921518,14.747559,0.0,0.0 -2014-12-11 19:30:00+00:00,40.25,5.5,13.503923,14.739929,0.0,0.0 -2014-12-11 20:30:00+00:00,40.25,5.5,13.136115,14.769806,0.0,0.0 -2014-12-11 21:30:00+00:00,40.25,5.5,12.705197,14.666382,0.0,0.0 -2014-12-11 22:30:00+00:00,40.25,5.5,11.914491,14.655518,0.0,0.0 -2014-12-11 23:30:00+00:00,40.25,5.5,10.772106,14.692444,0.0,0.0 -2014-12-12 00:30:00+00:00,40.25,5.5,9.268084,14.709259,0.0,0.0 -2014-12-12 01:30:00+00:00,40.25,5.5,7.677224,14.767639,0.0,0.0 -2014-12-12 02:30:00+00:00,40.25,5.5,6.33471,14.818939,0.0,0.0 -2014-12-12 03:30:00+00:00,40.25,5.5,6.154225,14.958771,0.0,0.0 -2014-12-12 04:30:00+00:00,40.25,5.5,6.6389713,15.188171,0.0,0.0 -2014-12-12 05:30:00+00:00,40.25,5.5,7.3353014,15.456116,0.0,0.0 -2014-12-12 06:30:00+00:00,40.25,5.5,7.8018103,15.652679,0.08739583,0.08739583 -2014-12-12 07:30:00+00:00,40.25,5.5,7.785119,15.833466,36.664238,24.503544 -2014-12-12 08:30:00+00:00,40.25,5.5,7.3484135,15.950195,122.59285,71.14563 -2014-12-12 09:30:00+00:00,40.25,5.5,6.6318135,15.886414,225.46243,103.29702 -2014-12-12 10:30:00+00:00,40.25,5.5,6.889397,15.960266,327.5746,131.00554 -2014-12-12 11:30:00+00:00,40.25,5.5,7.5407805,15.994202,400.9176,101.14389 -2014-12-12 12:30:00+00:00,40.25,5.5,7.959936,15.948029,403.80182,89.67105 -2014-12-12 13:30:00+00:00,40.25,5.5,7.9898458,15.863068,305.3022,93.14758 -2014-12-12 14:30:00+00:00,40.25,5.5,7.962329,15.760162,190.4588,69.45982 -2014-12-12 15:30:00+00:00,40.25,5.5,7.9565487,15.708038,65.0983,28.789928 -2014-12-12 16:30:00+00:00,40.25,5.5,8.090039,15.682251,0.46614584,0.3917014 -2014-12-12 17:30:00+00:00,40.25,5.5,8.375666,15.688507,0.0,0.0 -2014-12-12 18:30:00+00:00,40.25,5.5,8.649827,15.661072,0.0,0.0 -2014-12-12 19:30:00+00:00,40.25,5.5,8.7989855,15.71402,0.0,0.0 -2014-12-12 20:30:00+00:00,40.25,5.5,8.788741,15.767761,0.0,0.0 -2014-12-12 21:30:00+00:00,40.25,5.5,8.168984,15.741974,0.0,0.0 -2014-12-12 22:30:00+00:00,40.25,5.5,8.431649,15.793549,0.0,0.0 -2014-12-12 23:30:00+00:00,40.25,5.5,8.707583,15.867676,0.0,0.0 -2014-12-13 00:30:00+00:00,40.25,5.5,8.844873,15.980072,0.0,0.0 -2014-12-13 01:30:00+00:00,40.25,5.5,8.8326,16.127747,0.0,0.0 -2014-12-13 02:30:00+00:00,40.25,5.5,8.766055,16.284943,0.0,0.0 -2014-12-13 03:30:00+00:00,40.25,5.5,8.805504,16.383484,0.0,0.0 -2014-12-13 04:30:00+00:00,40.25,5.5,8.798549,16.517334,0.0,0.0 -2014-12-13 05:30:00+00:00,40.25,5.5,8.78041,16.646027,0.0,0.0 -2014-12-13 06:30:00+00:00,40.25,5.5,8.606358,16.736694,0.101979166,0.101979166 -2014-12-13 07:30:00+00:00,40.25,5.5,8.508544,16.835785,58.732674,27.797361 -2014-12-13 08:30:00+00:00,40.25,5.5,8.63568,16.943024,184.90892,72.80711 -2014-12-13 09:30:00+00:00,40.25,5.5,8.875635,16.9935,290.29855,111.44939 -2014-12-13 10:30:00+00:00,40.25,5.5,8.728479,17.019836,363.04434,137.37646 -2014-12-13 11:30:00+00:00,40.25,5.5,8.564007,17.014954,391.27448,144.7721 -2014-12-13 12:30:00+00:00,40.25,5.5,8.337772,17.007355,341.2672,163.32388 -2014-12-13 13:30:00+00:00,40.25,5.5,8.2293825,17.002472,253.40125,148.75717 -2014-12-13 14:30:00+00:00,40.25,5.5,8.070817,16.964996,160.49524,102.96767 -2014-12-13 15:30:00+00:00,40.25,5.5,7.845487,16.93216,46.292778,40.572292 -2014-12-13 16:30:00+00:00,40.25,5.5,7.5754547,16.9357,0.34958333,0.34958333 -2014-12-13 17:30:00+00:00,40.25,5.5,7.459753,16.9346,0.0,0.0 -2014-12-13 18:30:00+00:00,40.25,5.5,7.2797155,16.947083,0.0,0.0 -2014-12-13 19:30:00+00:00,40.25,5.5,7.0815644,16.94165,0.0,0.0 -2014-12-13 20:30:00+00:00,40.25,5.5,6.9576216,16.937317,0.0,0.0 -2014-12-13 21:30:00+00:00,40.25,5.5,7.001583,16.83957,0.0,0.0 -2014-12-13 22:30:00+00:00,40.25,5.5,6.727432,16.804565,0.0,0.0 -2014-12-13 23:30:00+00:00,40.25,5.5,6.706906,16.769531,0.0,0.0 -2014-12-14 00:30:00+00:00,40.25,5.5,6.747744,16.74295,0.0,0.0 -2014-12-14 01:30:00+00:00,40.25,5.5,6.2721906,16.715515,0.0,0.0 -2014-12-14 02:30:00+00:00,40.25,5.5,5.9598503,16.69217,0.0,0.0 -2014-12-14 03:30:00+00:00,40.25,5.5,5.599586,16.646301,0.0,0.0 -2014-12-14 04:30:00+00:00,40.25,5.5,5.429092,16.63379,0.0,0.0 -2014-12-14 05:30:00+00:00,40.25,5.5,5.340491,16.651459,0.0,0.0 -2014-12-14 06:30:00+00:00,40.25,5.5,5.590603,16.703583,0.072847225,0.072847225 -2014-12-14 07:30:00+00:00,40.25,5.5,5.611759,16.742676,46.919132,34.621944 -2014-12-14 08:30:00+00:00,40.25,5.5,5.805731,16.801575,143.69989,106.175446 -2014-12-14 09:30:00+00:00,40.25,5.5,6.360738,16.790436,224.00577,161.80008 -2014-12-14 10:30:00+00:00,40.25,5.5,6.5011225,16.741302,281.1507,194.30093 -2014-12-14 11:30:00+00:00,40.25,5.5,6.566672,16.73236,305.0691,208.30466 -2014-12-14 12:30:00+00:00,40.25,5.5,6.644879,16.727448,274.24612,191.24313 -2014-12-14 13:30:00+00:00,40.25,5.5,6.59452,16.745392,193.89653,162.70062 -2014-12-14 14:30:00+00:00,40.25,5.5,6.67115,16.751617,110.13837,104.430275 -2014-12-14 15:30:00+00:00,40.25,5.5,6.4820566,16.743195,29.832466,29.633924 -2014-12-14 16:30:00+00:00,40.25,5.5,5.616289,16.748352,0.2476389,0.2476389 -2014-12-14 17:30:00+00:00,40.25,5.5,4.8253784,16.72638,0.0,0.0 -2014-12-14 18:30:00+00:00,40.25,5.5,4.5102463,16.696777,0.0,0.0 -2014-12-14 19:30:00+00:00,40.25,5.5,4.47405,16.656067,0.0,0.0 -2014-12-14 20:30:00+00:00,40.25,5.5,4.2895374,16.635437,0.0,0.0 -2014-12-14 21:30:00+00:00,40.25,5.5,3.2993689,16.657135,0.0,0.0 -2014-12-14 22:30:00+00:00,40.25,5.5,2.513138,16.6156,0.0,0.0 -2014-12-14 23:30:00+00:00,40.25,5.5,1.8514471,16.502136,0.0,0.0 -2014-12-15 00:30:00+00:00,40.25,5.5,2.1581554,16.409546,0.0,0.0 -2014-12-15 01:30:00+00:00,40.25,5.5,2.823098,16.362854,0.0,0.0 -2014-12-15 02:30:00+00:00,40.25,5.5,3.2335126,16.277893,0.0,0.0 -2014-12-15 03:30:00+00:00,40.25,5.5,3.3139913,16.198608,0.0,0.0 -2014-12-15 04:30:00+00:00,40.25,5.5,3.0710747,16.170654,0.0,0.0 -2014-12-15 05:30:00+00:00,40.25,5.5,3.0287488,16.134552,0.0,0.0 -2014-12-15 06:30:00+00:00,40.25,5.5,3.2633233,16.1055,0.029131945,0.029131945 -2014-12-15 07:30:00+00:00,40.25,5.5,3.7214842,16.068298,49.90531,24.826979 -2014-12-15 08:30:00+00:00,40.25,5.5,4.0330105,16.043335,161.54402,56.47805 -2014-12-15 09:30:00+00:00,40.25,5.5,4.969482,16.082153,277.8295,79.32466 -2014-12-15 10:30:00+00:00,40.25,5.5,5.225999,15.806061,322.34515,100.05249 -2014-12-15 11:30:00+00:00,40.25,5.5,4.947385,15.153687,345.88483,98.774414 -2014-12-15 12:30:00+00:00,40.25,5.5,4.399754,15.24762,307.10843,100.02905 -2014-12-15 13:30:00+00:00,40.25,5.5,3.2909832,15.014679,282.84042,78.6275 -2014-12-15 14:30:00+00:00,40.25,5.5,2.3353243,14.65036,175.42604,63.448334 -2014-12-15 15:30:00+00:00,40.25,5.5,2.7965233,14.552338,62.403473,28.477604 -2014-12-15 16:30:00+00:00,40.25,5.5,3.4790092,14.481506,0.4952778,0.45805556 -2014-12-15 17:30:00+00:00,40.25,5.5,4.3216386,14.354706,0.0,0.0 -2014-12-15 18:30:00+00:00,40.25,5.5,5.0010505,14.139709,0.0,0.0 -2014-12-15 19:30:00+00:00,40.25,5.5,5.28423,14.2048645,0.0,0.0 -2014-12-15 20:30:00+00:00,40.25,5.5,5.5835314,14.230103,0.0,0.0 -2014-12-15 21:30:00+00:00,40.25,5.5,6.282443,13.669495,0.0,0.0 -2014-12-15 22:30:00+00:00,40.25,5.5,6.1656003,13.323608,0.0,0.0 -2014-12-15 23:30:00+00:00,40.25,5.5,5.6916094,13.119751,0.0,0.0 -2014-12-16 00:30:00+00:00,40.25,5.5,6.186723,13.058105,0.0,0.0 -2014-12-16 01:30:00+00:00,40.25,5.5,6.314409,13.250336,0.0,0.0 -2014-12-16 02:30:00+00:00,40.25,5.5,5.5703573,13.341553,0.0,0.0 -2014-12-16 03:30:00+00:00,40.25,5.5,4.221777,13.500092,0.0,0.0 -2014-12-16 04:30:00+00:00,40.25,5.5,2.992798,13.65564,0.0,0.0 -2014-12-16 05:30:00+00:00,40.25,5.5,1.7022256,13.509857,0.0,0.0 -2014-12-16 06:30:00+00:00,40.25,5.5,1.4320965,13.43573,0.014583333,0.014583333 -2014-12-16 07:30:00+00:00,40.25,5.5,2.681787,13.4574585,46.802605,23.871008 -2014-12-16 08:30:00+00:00,40.25,5.5,3.8674953,13.422699,142.8259,55.914124 -2014-12-16 09:30:00+00:00,40.25,5.5,5.5859804,13.330688,252.10483,92.81206 -2014-12-16 10:30:00+00:00,40.25,5.5,7.2423515,13.441162,302.2286,113.837006 -2014-12-16 11:30:00+00:00,40.25,5.5,8.437535,13.653748,344.73407,98.93898 -2014-12-16 12:30:00+00:00,40.25,5.5,9.12743,13.831024,272.1194,99.79729 -2014-12-16 13:30:00+00:00,40.25,5.5,10.0863495,13.89917,206.80257,77.4276 -2014-12-16 14:30:00+00:00,40.25,5.5,10.791688,13.489777,132.03201,56.74736 -2014-12-16 15:30:00+00:00,40.25,5.5,10.901816,13.67627,53.19736,27.84604 -2014-12-16 16:30:00+00:00,40.25,5.5,10.979451,14.185303,0.46614584,0.4289236 -2014-12-16 17:30:00+00:00,40.25,5.5,11.808549,14.385651,0.0,0.0 -2014-12-16 18:30:00+00:00,40.25,5.5,12.704185,14.498596,0.0,0.0 -2014-12-16 19:30:00+00:00,40.25,5.5,13.167187,14.610992,0.0,0.0 -2014-12-16 20:30:00+00:00,40.25,5.5,13.420808,14.6753235,0.0,0.0 -2014-12-16 21:30:00+00:00,40.25,5.5,13.6673565,14.424194,0.0,0.0 -2014-12-16 22:30:00+00:00,40.25,5.5,13.460266,14.335968,0.0,0.0 -2014-12-16 23:30:00+00:00,40.25,5.5,13.452339,14.188019,0.0,0.0 -2014-12-17 00:30:00+00:00,40.25,5.5,13.238382,14.076721,0.0,0.0 -2014-12-17 01:30:00+00:00,40.25,5.5,13.508654,14.022675,0.0,0.0 -2014-12-17 02:30:00+00:00,40.25,5.5,13.161914,13.981415,0.0,0.0 -2014-12-17 03:30:00+00:00,40.25,5.5,13.57582,13.91275,0.0,0.0 -2014-12-17 04:30:00+00:00,40.25,5.5,13.657825,13.917908,0.0,0.0 -2014-12-17 05:30:00+00:00,40.25,5.5,13.651523,13.855988,0.0,0.0 -2014-12-17 06:30:00+00:00,40.25,5.5,14.54887,13.734924,0.014583333,0.014583333 -2014-12-17 07:30:00+00:00,40.25,5.5,14.168017,13.635834,43.321182,21.506392 -2014-12-17 08:30:00+00:00,40.25,5.5,14.400041,13.610565,161.44205,68.5492 -2014-12-17 09:30:00+00:00,40.25,5.5,14.962201,13.491943,284.96716,105.44791 -2014-12-17 10:30:00+00:00,40.25,5.5,14.990335,13.587219,360.56802,121.1387 -2014-12-17 11:30:00+00:00,40.25,5.5,14.648558,13.745789,372.68747,118.59085 -2014-12-17 12:30:00+00:00,40.25,5.5,14.196698,13.947205,389.5265,98.73682 -2014-12-17 13:30:00+00:00,40.25,5.5,13.832447,14.154083,308.0116,86.38901 -2014-12-17 14:30:00+00:00,40.25,5.5,14.162835,14.41687,175.5717,83.2 -2014-12-17 15:30:00+00:00,40.25,5.5,13.331587,14.663391,41.63146,31.183193 -2014-12-17 16:30:00+00:00,40.25,5.5,11.530981,14.532257,0.34958333,0.34958333 -2014-12-17 17:30:00+00:00,40.25,5.5,10.515363,14.391632,0.0,0.0 -2014-12-17 18:30:00+00:00,40.25,5.5,9.966825,14.594421,0.0,0.0 -2014-12-17 19:30:00+00:00,40.25,5.5,9.598403,14.706818,0.0,0.0 -2014-12-17 20:30:00+00:00,40.25,5.5,9.739661,14.846893,0.0,0.0 -2014-12-17 21:30:00+00:00,40.25,5.5,10.608904,14.669617,0.0,0.0 -2014-12-17 22:30:00+00:00,40.25,5.5,10.314468,14.903381,0.0,0.0 -2014-12-17 23:30:00+00:00,40.25,5.5,9.624653,15.105621,0.0,0.0 -2014-12-18 00:30:00+00:00,40.25,5.5,9.383372,15.24408,0.0,0.0 -2014-12-18 01:30:00+00:00,40.25,5.5,9.259776,15.342621,0.0,0.0 -2014-12-18 02:30:00+00:00,40.25,5.5,9.270608,15.490326,0.0,0.0 -2014-12-18 03:30:00+00:00,40.25,5.5,10.455126,15.584808,0.0,0.0 -2014-12-18 04:30:00+00:00,40.25,5.5,14.305143,15.328796,0.0,0.0 -2014-12-18 05:30:00+00:00,40.25,5.5,15.040444,15.306519,0.0,0.0 -2014-12-18 06:30:00+00:00,40.25,5.5,15.281786,15.475647,0.0,0.0 -2014-12-18 07:30:00+00:00,40.25,5.5,15.369227,15.482727,30.939548,17.87302 -2014-12-18 08:30:00+00:00,40.25,5.5,15.399797,15.520172,125.46246,68.344406 -2014-12-18 09:30:00+00:00,40.25,5.5,15.184286,15.750397,209.77417,103.87681 -2014-12-18 10:30:00+00:00,40.25,5.5,14.210066,15.802246,260.29126,133.39807 -2014-12-18 11:30:00+00:00,40.25,5.5,13.410366,15.804413,290.16745,129.86955 -2014-12-18 12:30:00+00:00,40.25,5.5,12.925158,15.8576355,226.36557,136.00412 -2014-12-18 13:30:00+00:00,40.25,5.5,12.821609,15.899719,215.41145,98.22201 -2014-12-18 14:30:00+00:00,40.25,5.5,12.5323925,15.946686,121.13618,69.60211 -2014-12-18 15:30:00+00:00,40.25,5.5,12.541251,16.02893,36.40205,26.661077 -2014-12-18 16:30:00+00:00,40.25,5.5,12.01733,16.045502,0.46614584,0.4289236 -2014-12-18 17:30:00+00:00,40.25,5.5,11.388706,16.042511,0.0,0.0 -2014-12-18 18:30:00+00:00,40.25,5.5,10.929315,16.123138,0.0,0.0 -2014-12-18 19:30:00+00:00,40.25,5.5,10.958903,16.100067,0.0,0.0 -2014-12-18 20:30:00+00:00,40.25,5.5,10.717261,15.986847,0.0,0.0 -2014-12-18 21:30:00+00:00,40.25,5.5,10.597247,15.99472,0.0,0.0 -2014-12-18 22:30:00+00:00,40.25,5.5,10.642506,15.929047,0.0,0.0 -2014-12-18 23:30:00+00:00,40.25,5.5,10.587879,15.880157,0.0,0.0 -2014-12-19 00:30:00+00:00,40.25,5.5,10.694768,15.810394,0.0,0.0 -2014-12-19 01:30:00+00:00,40.25,5.5,10.89441,15.802795,0.0,0.0 -2014-12-19 02:30:00+00:00,40.25,5.5,10.383937,15.7691345,0.0,0.0 -2014-12-19 03:30:00+00:00,40.25,5.5,9.856095,15.741974,0.0,0.0 -2014-12-19 04:30:00+00:00,40.25,5.5,9.655619,15.74469,0.0,0.0 -2014-12-19 05:30:00+00:00,40.25,5.5,9.340607,15.741974,0.0,0.0 -2014-12-19 06:30:00+00:00,40.25,5.5,8.97494,15.742249,0.0,0.0 -2014-12-19 07:30:00+00:00,40.25,5.5,8.405815,15.764801,46.77347,21.719965 -2014-12-19 08:30:00+00:00,40.25,5.5,7.704701,15.817169,164.83607,57.834305 -2014-12-19 09:30:00+00:00,40.25,5.5,6.9438725,15.9627075,288.37573,72.46124 -2014-12-19 10:30:00+00:00,40.25,5.5,6.3495812,15.99527,364.34076,88.789185 -2014-12-19 11:30:00+00:00,40.25,5.5,6.3369603,15.948029,409.67215,83.02084 -2014-12-19 12:30:00+00:00,40.25,5.5,6.546482,15.863068,385.94308,83.35257 -2014-12-19 13:30:00+00:00,40.25,5.5,6.9702654,15.740356,316.83896,72.3468 -2014-12-19 14:30:00+00:00,40.25,5.5,7.074488,15.605438,196.76616,62.191864 -2014-12-19 15:30:00+00:00,40.25,5.5,7.042611,15.518829,68.12816,28.6059 -2014-12-19 16:30:00+00:00,40.25,5.5,6.8857985,15.500366,0.74291664,0.63124996 -2014-12-19 17:30:00+00:00,40.25,5.5,7.0143323,15.56662,0.0,0.0 -2014-12-19 18:30:00+00:00,40.25,5.5,7.2902513,15.654022,0.0,0.0 -2014-12-19 19:30:00+00:00,40.25,5.5,7.3670535,15.696106,0.0,0.0 -2014-12-19 20:30:00+00:00,40.25,5.5,7.916428,15.715912,0.0,0.0 -2014-12-19 21:30:00+00:00,40.25,5.5,8.494034,15.608154,0.0,0.0 -2014-12-19 22:30:00+00:00,40.25,5.5,9.435459,15.30896,0.0,0.0 -2014-12-19 23:30:00+00:00,40.25,5.5,9.974367,15.128693,0.0,0.0 -2014-12-20 00:30:00+00:00,40.25,5.5,10.254018,15.049164,0.0,0.0 -2014-12-20 01:30:00+00:00,40.25,5.5,10.366643,15.036407,0.0,0.0 -2014-12-20 02:30:00+00:00,40.25,5.5,10.3043375,15.008453,0.0,0.0 -2014-12-20 03:30:00+00:00,40.25,5.5,10.309776,15.003021,0.0,0.0 -2014-12-20 04:30:00+00:00,40.25,5.5,10.544853,15.041565,0.0,0.0 -2014-12-20 05:30:00+00:00,40.25,5.5,10.849042,15.086365,0.0,0.0 -2014-12-20 06:30:00+00:00,40.25,5.5,11.019186,15.151794,0.0,0.0 -2014-12-20 07:30:00+00:00,40.25,5.5,11.236545,15.214233,49.104134,21.159342 -2014-12-20 08:30:00+00:00,40.25,5.5,11.480753,15.329315,174.90163,55.45376 -2014-12-20 09:30:00+00:00,40.25,5.5,11.307266,15.152863,291.94458,73.42421 -2014-12-20 10:30:00+00:00,40.25,5.5,11.582717,15.200928,377.49445,89.459564 -2014-12-20 11:30:00+00:00,40.25,5.5,11.723779,15.19278,419.3007,81.233185 -2014-12-20 12:30:00+00:00,40.25,5.5,11.815583,15.254669,394.30435,81.8736 -2014-12-20 13:30:00+00:00,40.25,5.5,11.568222,15.415649,314.88702,77.67888 -2014-12-20 14:30:00+00:00,40.25,5.5,11.153055,15.533203,184.0932,65.94827 -2014-12-20 15:30:00+00:00,40.25,5.5,10.850958,15.65863,64.501076,31.25771 -2014-12-20 16:30:00+00:00,40.25,5.5,10.637005,15.7276,0.81572914,0.7412847 -2014-12-20 17:30:00+00:00,40.25,5.5,10.789553,15.742798,0.0,0.0 -2014-12-20 18:30:00+00:00,40.25,5.5,10.943007,15.674927,0.0,0.0 -2014-12-20 19:30:00+00:00,40.25,5.5,10.958132,15.588593,0.0,0.0 -2014-12-20 20:30:00+00:00,40.25,5.5,11.239719,15.52182,0.0,0.0 -2014-12-20 21:30:00+00:00,40.25,5.5,11.649289,15.352417,0.0,0.0 -2014-12-20 22:30:00+00:00,40.25,5.5,12.3831005,15.117035,0.0,0.0 -2014-12-20 23:30:00+00:00,40.25,5.5,12.668171,14.985901,0.0,0.0 -2014-12-21 00:30:00+00:00,40.25,5.5,12.665709,14.86264,0.0,0.0 -2014-12-21 01:30:00+00:00,40.25,5.5,12.235951,14.782288,0.0,0.0 -2014-12-21 02:30:00+00:00,40.25,5.5,12.142785,14.624573,0.0,0.0 -2014-12-21 03:30:00+00:00,40.25,5.5,12.339762,14.462494,0.0,0.0 -2014-12-21 04:30:00+00:00,40.25,5.5,12.431548,14.373993,0.0,0.0 -2014-12-21 05:30:00+00:00,40.25,5.5,12.333371,14.480682,0.0,0.0 -2014-12-21 06:30:00+00:00,40.25,5.5,12.304972,14.585754,0.0,0.0 -2014-12-21 07:30:00+00:00,40.25,5.5,12.412194,14.573517,49.351772,21.04712 -2014-12-21 08:30:00+00:00,40.25,5.5,12.413651,14.487732,186.10338,54.56926 -2014-12-21 09:30:00+00:00,40.25,5.5,11.966197,14.394897,311.2308,71.01973 -2014-12-21 10:30:00+00:00,40.25,5.5,12.078439,14.256714,400.94675,76.355286 -2014-12-21 11:30:00+00:00,40.25,5.5,12.418451,14.04007,434.68304,78.90808 -2014-12-21 12:30:00+00:00,40.25,5.5,12.49241,13.85791,412.8914,78.21149 -2014-12-21 13:30:00+00:00,40.25,5.5,12.477685,13.707489,339.11136,69.73941 -2014-12-21 14:30:00+00:00,40.25,5.5,12.213214,13.605957,212.93512,58.72998 -2014-12-21 15:30:00+00:00,40.25,5.5,11.889465,13.493286,72.9643,30.153679 -2014-12-21 16:30:00+00:00,40.25,5.5,11.619496,13.452026,0.8885764,0.7769097 -2014-12-21 17:30:00+00:00,40.25,5.5,11.289376,13.557648,0.0,0.0 -2014-12-21 18:30:00+00:00,40.25,5.5,10.387254,13.663788,0.0,0.0 -2014-12-21 19:30:00+00:00,40.25,5.5,9.269495,13.797913,0.0,0.0 -2014-12-21 20:30:00+00:00,40.25,5.5,7.9732127,14.096802,0.0,0.0 -2014-12-21 21:30:00+00:00,40.25,5.5,7.3273373,14.200226,0.0,0.0 -2014-12-21 22:30:00+00:00,40.25,5.5,6.859614,14.297974,0.0,0.0 -2014-12-21 23:30:00+00:00,40.25,5.5,6.2965374,14.343567,0.0,0.0 -2014-12-22 00:30:00+00:00,40.25,5.5,5.460421,14.3585205,0.0,0.0 -2014-12-22 01:30:00+00:00,40.25,5.5,4.5162334,14.367462,0.0,0.0 -2014-12-22 02:30:00+00:00,40.25,5.5,3.5530193,14.350647,0.0,0.0 -2014-12-22 03:30:00+00:00,40.25,5.5,3.0236526,14.330017,0.0,0.0 -2014-12-22 04:30:00+00:00,40.25,5.5,2.7838445,14.353088,0.0,0.0 -2014-12-22 05:30:00+00:00,40.25,5.5,2.84474,14.279785,0.0,0.0 -2014-12-22 06:30:00+00:00,40.25,5.5,2.7364938,14.243683,0.0,0.0 -2014-12-22 07:30:00+00:00,40.25,5.5,2.4359183,14.211639,27.574654,22.797258 -2014-12-22 08:30:00+00:00,40.25,5.5,2.2368865,14.194794,108.69625,87.91139 -2014-12-22 09:30:00+00:00,40.25,5.5,1.2944632,13.867676,190.57533,142.67706 -2014-12-22 10:30:00+00:00,40.25,5.5,1.1009177,13.83374,251.05603,183.39041 -2014-12-22 11:30:00+00:00,40.25,5.5,1.1468952,13.7655945,292.16306,179.96198 -2014-12-22 12:30:00+00:00,40.25,5.5,1.2229346,13.75528,262.95697,187.70953 -2014-12-22 13:30:00+00:00,40.25,5.5,1.1738186,13.8046875,216.88269,155.95508 -2014-12-22 14:30:00+00:00,40.25,5.5,1.0175754,13.78894,141.68968,105.15794 -2014-12-22 15:30:00+00:00,40.25,5.5,0.8309499,13.803589,44.865242,40.174686 -2014-12-22 16:30:00+00:00,40.25,5.5,0.7415514,13.803864,0.8885764,0.814132 -2014-12-22 17:30:00+00:00,40.25,5.5,0.6869354,13.794647,0.0,0.0 -2014-12-22 18:30:00+00:00,40.25,5.5,0.7280968,13.781616,0.0,0.0 -2014-12-22 19:30:00+00:00,40.25,5.5,1.2207592,13.790558,0.0,0.0 -2014-12-22 20:30:00+00:00,40.25,5.5,1.7794408,13.793823,0.0,0.0 -2014-12-22 21:30:00+00:00,40.25,5.5,1.7800182,13.679535,0.0,0.0 -2014-12-22 22:30:00+00:00,40.25,5.5,2.007028,13.637451,0.0,0.0 -2014-12-22 23:30:00+00:00,40.25,5.5,2.1279223,13.564972,0.0,0.0 -2014-12-23 00:30:00+00:00,40.25,5.5,2.3267822,13.480011,0.0,0.0 -2014-12-23 01:30:00+00:00,40.25,5.5,2.42705,13.448761,0.0,0.0 -2014-12-23 02:30:00+00:00,40.25,5.5,2.4764102,13.324158,0.0,0.0 -2014-12-23 03:30:00+00:00,40.25,5.5,2.5915415,13.203613,0.0,0.0 -2014-12-23 04:30:00+00:00,40.25,5.5,2.7181034,13.157196,0.0,0.0 -2014-12-23 05:30:00+00:00,40.25,5.5,2.6975315,13.152039,0.0,0.0 -2014-12-23 06:30:00+00:00,40.25,5.5,2.684057,13.182709,0.0,0.0 -2014-12-23 07:30:00+00:00,40.25,5.5,2.7677734,13.254395,29.016737,24.326181 -2014-12-23 08:30:00+00:00,40.25,5.5,2.9038463,13.357025,120.80115,83.57452 -2014-12-23 09:30:00+00:00,40.25,5.5,2.7368016,13.506592,214.20242,135.26953 -2014-12-23 10:30:00+00:00,40.25,5.5,2.9118102,13.603241,316.3437,140.47264 -2014-12-23 11:30:00+00:00,40.25,5.5,2.8751218,13.652374,335.61536,146.23105 -2014-12-23 12:30:00+00:00,40.25,5.5,2.873207,13.688751,282.66562,169.96819 -2014-12-23 13:30:00+00:00,40.25,5.5,2.7985141,13.769409,211.595,148.89294 -2014-12-23 14:30:00+00:00,40.25,5.5,2.536071,13.781342,107.66201,95.737076 -2014-12-23 15:30:00+00:00,40.25,5.5,2.620343,13.790314,39.43191,33.72382 -2014-12-23 16:30:00+00:00,40.25,5.5,2.6697872,13.800354,0.81572914,0.81572914 -2014-12-23 17:30:00+00:00,40.25,5.5,2.6755989,13.815552,0.0,0.0 -2014-12-23 18:30:00+00:00,40.25,5.5,2.8023193,13.858978,0.0,0.0 -2014-12-23 19:30:00+00:00,40.25,5.5,2.9574482,13.919525,0.0,0.0 -2014-12-23 20:30:00+00:00,40.25,5.5,3.048001,14.027313,0.0,0.0 -2014-12-23 21:30:00+00:00,40.25,5.5,3.365422,13.685791,0.0,0.0 -2014-12-23 22:30:00+00:00,40.25,5.5,3.5077336,13.716461,0.0,0.0 -2014-12-23 23:30:00+00:00,40.25,5.5,3.426476,13.804413,0.0,0.0 -2014-12-24 00:30:00+00:00,40.25,5.5,3.4385474,13.86087,0.0,0.0 -2014-12-24 01:30:00+00:00,40.25,5.5,3.234944,13.96759,0.0,0.0 -2014-12-24 02:30:00+00:00,40.25,5.5,2.9021025,14.05661,0.0,0.0 -2014-12-24 03:30:00+00:00,40.25,5.5,2.5205822,14.103851,0.0,0.0 -2014-12-24 04:30:00+00:00,40.25,5.5,2.2287815,14.153259,0.0,0.0 -2014-12-24 05:30:00+00:00,40.25,5.5,2.1334813,14.1657715,0.0,0.0 -2014-12-24 06:30:00+00:00,40.25,5.5,2.2704532,14.161682,0.0,0.0 -2014-12-24 07:30:00+00:00,40.25,5.5,2.3753898,14.196716,26.525833,23.820694 -2014-12-24 08:30:00+00:00,40.25,5.5,2.4212236,14.264313,103.146355,87.28781 -2014-12-24 09:30:00+00:00,40.25,5.5,2.601151,14.11853,217.49448,122.70306 -2014-12-24 10:30:00+00:00,40.25,5.5,3.0349367,14.198059,303.36484,148.08014 -2014-12-24 11:30:00+00:00,40.25,5.5,3.2084038,14.24231,341.36917,135.92776 -2014-12-24 12:30:00+00:00,40.25,5.5,3.2368512,14.347382,324.19513,123.158875 -2014-12-24 13:30:00+00:00,40.25,5.5,3.1921048,14.387024,229.11867,109.96861 -2014-12-24 14:30:00+00:00,40.25,5.5,3.0531473,14.369904,174.81424,84.34112 -2014-12-24 15:30:00+00:00,40.25,5.5,2.9359732,14.324585,52.235973,38.88403 -2014-12-24 16:30:00+00:00,40.25,5.5,2.8366034,14.272186,1.0633681,0.98892367 -2014-12-24 17:30:00+00:00,40.25,5.5,2.8710907,14.278137,0.0,0.0 -2014-12-24 18:30:00+00:00,40.25,5.5,3.056497,14.281677,0.0,0.0 -2014-12-24 19:30:00+00:00,40.25,5.5,3.4285374,14.333252,0.0,0.0 -2014-12-24 20:30:00+00:00,40.25,5.5,3.762128,14.370728,0.0,0.0 -2014-12-24 21:30:00+00:00,40.25,5.5,4.763428,13.819611,0.0,0.0 -2014-12-24 22:30:00+00:00,40.25,5.5,5.4263945,13.812561,0.0,0.0 -2014-12-24 23:30:00+00:00,40.25,5.5,5.8089294,13.880981,0.0,0.0 -2014-12-25 00:30:00+00:00,40.25,5.5,5.9036803,13.884766,0.0,0.0 -2014-12-25 01:30:00+00:00,40.25,5.5,5.842315,13.917358,0.0,0.0 -2014-12-25 02:30:00+00:00,40.25,5.5,5.782697,13.938538,0.0,0.0 -2014-12-25 03:30:00+00:00,40.25,5.5,5.8939443,14.006683,0.0,0.0 -2014-12-25 04:30:00+00:00,40.25,5.5,6.2549276,14.163849,0.0,0.0 -2014-12-25 05:30:00+00:00,40.25,5.5,6.9252615,14.277893,0.0,0.0 -2014-12-25 06:30:00+00:00,40.25,5.5,7.5335765,14.268921,0.0,0.0 -2014-12-25 07:30:00+00:00,40.25,5.5,8.211984,14.211639,34.333576,21.502811 -2014-12-25 08:30:00+00:00,40.25,5.5,8.837,14.084869,124.09319,83.40448 -2014-12-25 09:30:00+00:00,40.25,5.5,9.457596,14.260498,205.11285,127.08584 -2014-12-25 10:30:00+00:00,40.25,5.5,9.710748,14.282227,243.1609,152.24104 -2014-12-25 11:30:00+00:00,40.25,5.5,10.212716,14.148102,291.7698,142.54062 -2014-12-25 12:30:00+00:00,40.25,5.5,10.698526,14.159515,278.64523,143.0534 -2014-12-25 13:30:00+00:00,40.25,5.5,10.736213,14.278412,260.8011,108.40765 -2014-12-25 14:30:00+00:00,40.25,5.5,10.964434,14.434265,167.00653,77.74948 -2014-12-25 15:30:00+00:00,40.25,5.5,11.156256,14.56131,52.80406,27.874617 -2014-12-25 16:30:00+00:00,40.25,5.5,11.362824,14.686737,0.85944444,0.78499997 -2014-12-25 17:30:00+00:00,40.25,5.5,11.713446,14.796692,0.0,0.0 -2014-12-25 18:30:00+00:00,40.25,5.5,11.965955,14.868622,0.0,0.0 -2014-12-25 19:30:00+00:00,40.25,5.5,12.869764,14.87677,0.0,0.0 -2014-12-25 20:30:00+00:00,40.25,5.5,14.227597,14.719025,0.0,0.0 -2014-12-25 21:30:00+00:00,40.25,5.5,13.479825,14.874054,0.0,0.0 -2014-12-25 22:30:00+00:00,40.25,5.5,13.660171,14.660675,0.0,0.0 -2014-12-25 23:30:00+00:00,40.25,5.5,14.519117,14.406555,0.0,0.0 -2014-12-26 00:30:00+00:00,40.25,5.5,15.198694,14.131561,0.0,0.0 -2014-12-26 01:30:00+00:00,40.25,5.5,15.541844,13.741699,0.0,0.0 -2014-12-26 02:30:00+00:00,40.25,5.5,15.648175,13.448242,0.0,0.0 -2014-12-26 03:30:00+00:00,40.25,5.5,15.938499,13.210693,0.0,0.0 -2014-12-26 04:30:00+00:00,40.25,5.5,16.10574,12.995117,0.0,0.0 -2014-12-26 05:30:00+00:00,40.25,5.5,16.17418,12.847168,0.0,0.0 -2014-12-26 06:30:00+00:00,40.25,5.5,16.151112,12.719849,0.0,0.0 -2014-12-26 07:30:00+00:00,40.25,5.5,16.067915,12.659302,46.263645,19.646597 -2014-12-26 08:30:00+00:00,40.25,5.5,15.643253,12.656311,183.23375,53.3376 -2014-12-26 09:30:00+00:00,40.25,5.5,15.879742,12.528168,303.48135,73.793 -2014-12-26 10:30:00+00:00,40.25,5.5,15.590958,12.543915,396.27084,80.25391 -2014-12-26 11:30:00+00:00,40.25,5.5,15.168358,12.504822,440.64084,79.30667 -2014-12-26 12:30:00+00:00,40.25,5.5,14.645996,12.4339905,415.01813,83.42807 -2014-12-26 13:30:00+00:00,40.25,5.5,14.335217,12.369904,343.36478,71.85849 -2014-12-26 14:30:00+00:00,40.25,5.5,14.036444,12.3272705,215.16382,62.261612 -2014-12-26 15:30:00+00:00,40.25,5.5,13.652916,12.29715,74.887085,33.540695 -2014-12-26 16:30:00+00:00,40.25,5.5,12.840951,12.293091,1.7043055,1.3816667 -2014-12-26 17:30:00+00:00,40.25,5.5,12.679803,12.256714,0.0,0.0 -2014-12-26 18:30:00+00:00,40.25,5.5,12.123728,12.261047,0.0,0.0 -2014-12-26 19:30:00+00:00,40.25,5.5,11.187459,12.236328,0.0,0.0 -2014-12-26 20:30:00+00:00,40.25,5.5,10.774888,12.255066,0.0,0.0 -2014-12-26 21:30:00+00:00,40.25,5.5,10.8616085,12.578949,0.0,0.0 -2014-12-26 22:30:00+00:00,40.25,5.5,10.580921,12.679657,0.0,0.0 -2014-12-26 23:30:00+00:00,40.25,5.5,9.781288,12.711426,0.0,0.0 -2014-12-27 00:30:00+00:00,40.25,5.5,9.201406,12.79422,0.0,0.0 -2014-12-27 01:30:00+00:00,40.25,5.5,9.020088,12.892517,0.0,0.0 -2014-12-27 02:30:00+00:00,40.25,5.5,8.635932,12.960114,0.0,0.0 -2014-12-27 03:30:00+00:00,40.25,5.5,7.70096,13.19278,0.0,0.0 -2014-12-27 04:30:00+00:00,40.25,5.5,6.4177303,13.210693,0.0,0.0 -2014-12-27 05:30:00+00:00,40.25,5.5,5.525021,13.059753,0.0,0.0 -2014-12-27 06:30:00+00:00,40.25,5.5,5.573697,13.106445,0.0,0.0 -2014-12-27 07:30:00+00:00,40.25,5.5,6.6216626,13.171875,30.619062,15.877326 -2014-12-27 08:30:00+00:00,40.25,5.5,7.348684,13.427063,92.03201,43.699444 -2014-12-27 09:30:00+00:00,40.25,5.5,8.235006,14.052826,180.16017,67.835 -2014-12-27 10:30:00+00:00,40.25,5.5,9.432293,13.977356,211.158,109.492065 -2014-12-27 11:30:00+00:00,40.25,5.5,10.261105,13.402618,229.90526,116.041405 -2014-12-27 12:30:00+00:00,40.25,5.5,10.266723,13.381714,251.09972,141.59134 -2014-12-27 13:30:00+00:00,40.25,5.5,10.92623,13.859253,175.46973,128.42767 -2014-12-27 14:30:00+00:00,40.25,5.5,11.766754,14.16684,111.988335,89.63997 -2014-12-27 15:30:00+00:00,40.25,5.5,12.202848,14.452454,48.142742,39.89083 -2014-12-27 16:30:00+00:00,40.25,5.5,12.770615,14.839844,1.3110069,1.2737846 -2014-12-27 17:30:00+00:00,40.25,5.5,12.874821,14.983734,0.0,0.0 -2014-12-27 18:30:00+00:00,40.25,5.5,11.889506,14.483948,0.0,0.0 -2014-12-27 19:30:00+00:00,40.25,5.5,9.862137,13.76532,0.0,0.0 -2014-12-27 20:30:00+00:00,40.25,5.5,8.837493,13.233765,0.0,0.0 -2014-12-27 21:30:00+00:00,40.25,5.5,8.104676,13.12027,0.0,0.0 -2014-12-27 22:30:00+00:00,40.25,5.5,8.246558,12.951691,0.0,0.0 -2014-12-27 23:30:00+00:00,40.25,5.5,7.016966,12.627014,0.0,0.0 -2014-12-28 00:30:00+00:00,40.25,5.5,6.197264,12.052826,0.0,0.0 -2014-12-28 01:30:00+00:00,40.25,5.5,7.1859145,11.063812,0.0,0.0 -2014-12-28 02:30:00+00:00,40.25,5.5,7.988816,10.700012,0.0,0.0 -2014-12-28 03:30:00+00:00,40.25,5.5,7.912534,10.378845,0.0,0.0 -2014-12-28 04:30:00+00:00,40.25,5.5,7.9589767,10.426361,0.0,0.0 -2014-12-28 05:30:00+00:00,40.25,5.5,9.961229,11.101013,0.0,0.0 -2014-12-28 06:30:00+00:00,40.25,5.5,13.294919,11.55954,0.0,0.0 -2014-12-28 07:30:00+00:00,40.25,5.5,13.843167,11.355103,5.375104,5.375104 -2014-12-28 08:30:00+00:00,40.25,5.5,14.692128,11.024719,21.194445,21.194445 -2014-12-28 09:30:00+00:00,40.25,5.5,17.414433,10.729889,85.3168,82.84743 -2014-12-28 10:30:00+00:00,40.25,5.5,18.078514,10.7144165,168.4632,143.85638 -2014-12-28 11:30:00+00:00,40.25,5.5,17.335299,10.565643,318.12082,159.26234 -2014-12-28 12:30:00+00:00,40.25,5.5,16.295395,10.463562,370.24026,105.459595 -2014-12-28 13:30:00+00:00,40.25,5.5,16.476683,10.334869,332.84772,75.83502 -2014-12-28 14:30:00+00:00,40.25,5.5,16.549236,10.266998,218.89288,62.96292 -2014-12-28 15:30:00+00:00,40.25,5.5,16.726227,10.051727,80.247604,33.255173 -2014-12-28 16:30:00+00:00,40.25,5.5,16.924585,9.933075,1.8790972,1.5564584 -2014-12-28 17:30:00+00:00,40.25,5.5,16.798887,10.149994,0.0,0.0 -2014-12-28 18:30:00+00:00,40.25,5.5,16.504406,10.195068,0.0,0.0 -2014-12-28 19:30:00+00:00,40.25,5.5,16.185003,10.007202,0.0,0.0 -2014-12-28 20:30:00+00:00,40.25,5.5,16.291025,9.849731,0.0,0.0 -2014-12-28 21:30:00+00:00,40.25,5.5,15.369302,9.541077,0.0,0.0 -2014-12-28 22:30:00+00:00,40.25,5.5,14.977373,9.369476,0.0,0.0 -2014-12-28 23:30:00+00:00,40.25,5.5,14.60582,9.068146,0.0,0.0 -2014-12-29 00:30:00+00:00,40.25,5.5,13.802852,8.92453,0.0,0.0 -2014-12-29 01:30:00+00:00,40.25,5.5,12.781389,8.823822,0.0,0.0 -2014-12-29 02:30:00+00:00,40.25,5.5,12.323844,8.872681,0.0,0.0 -2014-12-29 03:30:00+00:00,40.25,5.5,13.322674,9.210388,0.0,0.0 -2014-12-29 04:30:00+00:00,40.25,5.5,13.973999,9.120544,0.0,0.0 -2014-12-29 05:30:00+00:00,40.25,5.5,12.208292,8.313141,0.0,0.0 -2014-12-29 06:30:00+00:00,40.25,5.5,11.445201,9.372742,0.0,0.0 -2014-12-29 07:30:00+00:00,40.25,5.5,10.942933,11.101532,24.166042,17.837536 -2014-12-29 08:30:00+00:00,40.25,5.5,11.614703,11.844055,89.49743,82.68497 -2014-12-29 09:30:00+00:00,40.25,5.5,13.4369,12.106842,141.67514,122.65233 -2014-12-29 10:30:00+00:00,40.25,5.5,12.641525,11.59021,251.66782,144.04562 -2014-12-29 11:30:00+00:00,40.25,5.5,12.025077,10.397858,267.12302,176.19077 -2014-12-29 12:30:00+00:00,40.25,5.5,12.271914,9.36026,341.2235,122.008255 -2014-12-29 13:30:00+00:00,40.25,5.5,12.915799,9.629852,288.57968,121.70508 -2014-12-29 14:30:00+00:00,40.25,5.5,13.487294,9.920593,186.93369,67.64714 -2014-12-29 15:30:00+00:00,40.25,5.5,13.288076,10.129089,68.12816,35.865067 -2014-12-29 16:30:00+00:00,40.25,5.5,12.617258,10.644104,2.0684721,1.6465625 -2014-12-29 17:30:00+00:00,40.25,5.5,12.348295,10.893585,0.0,0.0 -2014-12-29 18:30:00+00:00,40.25,5.5,12.11761,10.642731,0.0,0.0 -2014-12-29 19:30:00+00:00,40.25,5.5,13.003558,10.418488,0.0,0.0 -2014-12-29 20:30:00+00:00,40.25,5.5,13.883538,10.163849,0.0,0.0 -2014-12-29 21:30:00+00:00,40.25,5.5,14.108474,9.721344,0.0,0.0 -2014-12-29 22:30:00+00:00,40.25,5.5,14.12476,9.55545,0.0,0.0 -2014-12-29 23:30:00+00:00,40.25,5.5,14.365693,9.505768,0.0,0.0 -2014-12-30 00:30:00+00:00,40.25,5.5,14.610163,9.237549,0.0,0.0 -2014-12-30 01:30:00+00:00,40.25,5.5,14.826396,8.891968,0.0,0.0 -2014-12-30 02:30:00+00:00,40.25,5.5,14.648141,8.868347,0.0,0.0 -2014-12-30 03:30:00+00:00,40.25,5.5,13.431728,8.934021,0.0,0.0 -2014-12-30 04:30:00+00:00,40.25,5.5,11.704319,9.305969,0.0,0.0 -2014-12-30 05:30:00+00:00,40.25,5.5,9.99334,9.763672,0.0,0.0 -2014-12-30 06:30:00+00:00,40.25,5.5,8.860934,10.030548,0.0,0.0 -2014-12-30 07:30:00+00:00,40.25,5.5,8.756478,10.283569,38.543335,19.595001 -2014-12-30 08:30:00+00:00,40.25,5.5,9.660943,10.62265,174.24614,58.81874 -2014-12-30 09:30:00+00:00,40.25,5.5,11.675878,11.685516,288.9293,89.97772 -2014-12-30 10:30:00+00:00,40.25,5.5,11.70843,11.528595,349.01666,104.648605 -2014-12-30 11:30:00+00:00,40.25,5.5,10.860917,11.076294,377.26138,100.270386 -2014-12-30 12:30:00+00:00,40.25,5.5,10.313703,10.517853,354.02756,113.69238 -2014-12-30 13:30:00+00:00,40.25,5.5,10.051237,10.338684,287.0356,92.11693 -2014-12-30 14:30:00+00:00,40.25,5.5,9.986543,10.407379,186.8317,70.21305 -2014-12-30 15:30:00+00:00,40.25,5.5,9.623924,10.369904,79.75236,32.61104 -2014-12-30 16:30:00+00:00,40.25,5.5,9.528635,10.259399,2.345243,1.8985416 -2014-12-30 17:30:00+00:00,40.25,5.5,9.710413,10.106018,0.0,0.0 -2014-12-30 18:30:00+00:00,40.25,5.5,10.514052,10.140778,0.0,0.0 -2014-12-30 19:30:00+00:00,40.25,5.5,11.334786,10.33136,0.0,0.0 -2014-12-30 20:30:00+00:00,40.25,5.5,11.817612,10.558044,0.0,0.0 -2014-12-30 21:30:00+00:00,40.25,5.5,12.70828,10.920471,0.0,0.0 -2014-12-30 22:30:00+00:00,40.25,5.5,13.268619,10.808075,0.0,0.0 -2014-12-30 23:30:00+00:00,40.25,5.5,13.344718,10.641388,0.0,0.0 -2014-12-31 00:30:00+00:00,40.25,5.5,13.020528,10.475769,0.0,0.0 -2014-12-31 01:30:00+00:00,40.25,5.5,13.023029,10.321564,0.0,0.0 -2014-12-31 02:30:00+00:00,40.25,5.5,13.325807,10.379395,0.0,0.0 -2014-12-31 03:30:00+00:00,40.25,5.5,13.381725,10.402222,0.0,0.0 -2014-12-31 04:30:00+00:00,40.25,5.5,12.643375,10.36853,0.0,0.0 -2014-12-31 05:30:00+00:00,40.25,5.5,11.9723625,10.37262,0.0,0.0 -2014-12-31 06:30:00+00:00,40.25,5.5,11.637594,10.347107,0.0,0.0 -2014-12-31 07:30:00+00:00,40.25,5.5,11.514756,10.203766,33.69264,18.318054 -2014-12-31 08:30:00+00:00,40.25,5.5,11.298155,10.061768,105.7975,64.8234 -2014-12-31 09:30:00+00:00,40.25,5.5,12.173103,9.796265,119.08226,104.94855 -2014-12-31 10:30:00+00:00,40.25,5.5,11.47095,9.940155,144.93805,133.80728 -2014-12-31 11:30:00+00:00,40.25,5.5,11.173396,10.203217,167.9242,137.82027 -2014-12-31 12:30:00+00:00,40.25,5.5,10.940755,10.693512,143.84555,135.70534 -2014-12-31 13:30:00+00:00,40.25,5.5,10.447801,11.384155,125.06917,112.79681 -2014-12-31 14:30:00+00:00,40.25,5.5,10.31459,11.692017,60.349583,56.391144 -2014-12-31 15:30:00+00:00,40.25,5.5,10.7093115,11.810394,38.150036,29.01712 -2014-12-31 16:30:00+00:00,40.25,5.5,10.507782,12.009094,1.6023264,1.4658333 -2014-12-31 17:30:00+00:00,40.25,5.5,10.629174,11.953735,0.0,0.0 -2014-12-31 18:30:00+00:00,40.25,5.5,11.41108,11.417267,0.0,0.0 -2014-12-31 19:30:00+00:00,40.25,5.5,11.379792,11.232941,0.0,0.0 -2014-12-31 20:30:00+00:00,40.25,5.5,12.075026,11.393127,0.0,0.0 -2014-12-31 21:30:00+00:00,40.25,5.5,13.458101,11.509857,0.0,0.0 -2014-12-31 22:30:00+00:00,40.25,5.5,14.142184,11.560883,0.0,0.0 diff --git a/tests/data/static_inputs/weatherdata_53.2_13.2_2017.csv b/tests/data/static_inputs/weatherdata_53.2_13.2_2017.csv new file mode 100644 index 00000000..d1860673 --- /dev/null +++ b/tests/data/static_inputs/weatherdata_53.2_13.2_2017.csv @@ -0,0 +1,26 @@ +time,latitude,longitude,ghi,wind_speed,temp_air,precipitable_water,dni,dhi +2016-12-31 23:30:00+00:00,52.5,13.5,0.0,4.190153,2.2410278,1.1791174,0.0,0.0 +2017-01-01 00:30:00+00:00,52.5,13.5,0.0,4.31938,2.1766052,1.190939,0.0,0.0 +2017-01-01 01:30:00+00:00,52.5,13.5,0.0,4.280308,2.1734314,1.1884146,0.0,0.0 +2017-01-01 02:30:00+00:00,52.5,13.5,0.0,4.2257214,2.1273193,1.143961,0.0,0.0 +2017-01-01 03:30:00+00:00,52.5,13.5,0.0,4.288237,2.1424866,1.0272855,0.0,0.0 +2017-01-01 04:30:00+00:00,52.5,13.5,0.0,4.40782,1.8215942,0.91947603,0.0,0.0 +2017-01-01 05:30:00+00:00,52.5,13.5,0.0,4.385047,1.4665527,0.8605534,0.0,0.0 +2017-01-01 06:30:00+00:00,52.5,13.5,0.0,4.432777,1.0212097,0.8258894,0.0,0.0 +2017-01-01 07:30:00+00:00,52.5,13.5,7.145625,4.5389957,0.6946106,0.8245964,0.0,7.145625114440918 +2017-01-01 08:30:00+00:00,52.5,13.5,54.031353,4.570272,1.1065063,0.8769311,82.16812416116413,44.21745897505865 +2017-01-01 09:30:00+00:00,52.5,13.5,103.775345,3.7634106,1.7331543,0.9491528,103.97444820827621,83.18515041373865 +2017-01-01 10:30:00+00:00,52.5,13.5,124.871284,3.9313154,2.2182922,1.0613954,103.1243897713031,99.90994303554706 +2017-01-01 11:30:00+00:00,52.5,13.5,96.30194,3.9644263,2.666809,1.1468546,11.453254594517796,93.45582819446122 +2017-01-01 12:30:00+00:00,52.5,13.5,66.841,3.8566456,2.8645325,1.1976502,0.0,66.84100341796875 +2017-01-01 13:30:00+00:00,52.5,13.5,28.726702,4.0413895,3.0812073,1.2450593,0.0,28.726701736450195 +2017-01-01 14:30:00+00:00,52.5,13.5,9.046736,3.749103,3.0363464,1.2669165,0.0,9.046735763549805 +2017-01-01 15:30:00+00:00,52.5,13.5,0.0,3.8304904,2.5821533,1.2709186,0.0,0.0 +2017-01-01 16:30:00+00:00,52.5,13.5,0.0,3.956599,2.1582947,1.205408,0.0,0.0 +2017-01-01 17:30:00+00:00,52.5,13.5,0.0,4.05937,1.5480652,1.0676755,0.0,0.0 +2017-01-01 18:30:00+00:00,52.5,13.5,0.0,4.189822,1.0843811,1.0002562,0.0,0.0 +2017-01-01 19:30:00+00:00,52.5,13.5,0.0,4.269015,0.79000854,0.9521698,0.0,0.0 +2017-01-01 20:30:00+00:00,52.5,13.5,0.0,4.468909,0.50701904,0.9018054,0.0,0.0 +2017-01-01 21:30:00+00:00,52.5,13.5,0.0,4.1445255,0.31118774,0.89016867,0.0,0.0 +2017-01-01 22:30:00+00:00,52.5,13.5,0.0,4.318555,0.3800354,0.97378093,0.0,0.0 +2017-01-01 23:30:00+00:00,52.5,13.5,0.0,4.6818795,0.4343567,1.1397126,0.0,0.0 diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/constraints.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/constraints.csv index c4d0b44f..6cac369e 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/constraints.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/constraints.csv @@ -1,3 +1,4 @@ ,unit,constraints minimal_renewable_factor,factor,0 +maximum_emissions,kgCO2eq/a,None minimal_degree_of_autonomy,factor,0 diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/economic_data.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/economic_data.csv index a7a0a07a..050ae3bd 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/economic_data.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/economic_data.csv @@ -1,5 +1,5 @@ ,unit,economic_data currency,str,EUR -discount_factor,factor,1 -project_duration,year,5 -tax,factor,0.0 +project_duration,year,25 +discount_factor,factor,0.07 +tax,factor,0.0 diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/energyBusses.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/energyBusses.csv new file mode 100644 index 00000000..192fdc9e --- /dev/null +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/energyBusses.csv @@ -0,0 +1,2 @@ +,unit,Electricity bus,PV bus,Heat bus +energyVector,str,Electricity,Electricity,Heat diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/energyConsumption.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/energyConsumption.csv index e7e9d902..55e5eab4 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/energyConsumption.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/energyConsumption.csv @@ -1,8 +1,8 @@ ,unit,Electricity demand,Heat demand -dsm,str,False,False -file_name,str,electricity_load_2015_France_5.csv,heat_load_2015_40.0_5.0_5.csv -type_asset,str,demand,demand -type_oemof,str,sink,sink +unit,str,kW,kWh +file_name,str,electricity_load.csv,heat_load.csv +inflow_direction,str,Electricity bus,Heat bus energyVector,str,Electricity,Heat -inflow_direction,str,Electricity,Heat -unit,str,kW,kW +type_oemof,str,sink,sink +type_asset,str,demand,demand +dsm,str,False,False diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/energyConversion.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/energyConversion.csv index 30d47e70..c7c47f82 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/energyConversion.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/energyConversion.csv @@ -10,7 +10,7 @@ specific_costs,currency/kW,230,7000,7000,7000 specific_costs_om,currency/kW/year,6,0,0,0 dispatch_price,currency/kWh,0,0,0,0 efficiency,factor,0.95,"{'file_name': 'file_exists.csv', 'header': 'no_unit', 'unit': ''}",0.9,"{'file_name': 'file_does_not_exist.csv', 'header': 'no_unit', 'unit': ''}" -inflow_direction,str,PV bus,Electricity,Electricity,Electricity -outflow_direction,str,Electricity,Heat,Heat,Heat +inflow_direction,str,PV bus,Electricity bus,Electricity bus,Electricity bus +outflow_direction,str,Electricity bus,Heat bus,Heat bus,Heat bus energyVector,str,Electricity,Heat,Heat,Heat type_oemof,str,transformer,transformer,transformer,transformer diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/energyProduction.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/energyProduction.csv index 109ef845..00186a00 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/energyProduction.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/energyProduction.csv @@ -1,16 +1,17 @@ -index,unit,PV si,PV cpv,PV psi -age_installed,year,0,0,0 -capex_fix,currency,,, -capex_var,currency/unit,,, -file_name,str,si_180.0_25_2015_40.0_5.2.csv,, -installedCap,kWp,0,0,0 -maximumCap,kWp,33576.867,, -lifetime,year,25,25,25 -opex_fix,currency/unit/year,,, -opex_var,currency/kWh,,, -optimizeCap,bool,True,True,True -outflow_direction,str,PV bus,PV bus,PV bus -type_oemof,str,source,source,source -unit,str,kWp,kWp,kWp -energyVector,str,Electricity,Electricity,Electricity -latitude,,,, +index,unit,pv_plant_01 +unit,str,kWp +optimizeCap,bool,True +maximumCap,None or float,25454.87 +installedCap,kWp,0 +age_installed,year,0 +lifetime,year,25 +development_costs,currency,500 +specific_costs,currency/unit,500 +specific_costs_om,currency/unit/year,50 +dispatch_price,currency/kWh,0 +outflow_direction,str,PV bus +file_name,str,si_180_31_2013_45.641603_5.875387.csv +energyVector,str,Electricity +renewableAsset,bool,True +type_oemof,str,source +emission_factor,kgCO2eq/unit,0 \ No newline at end of file diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/energyStorage.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/energyStorage.csv index 6a5d606f..f9038b71 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/energyStorage.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/energyStorage.csv @@ -1,7 +1,8 @@ -,unit,storage_01 -inflow_direction,str,ESS Li-Ion +,unit,storage_TES +label,str,TES optimizeCap,bool,True -outflow_direction,str,ESS Li-Ion +outflow_direction,str,Heat bus +inflow_direction,str,Heat bus +storage_filename,str,storage_TES.csv +energyVector,str,Heat type_oemof,str,storage -storage_filename,str,storage_01.csv -energyVector,str,Electricity \ No newline at end of file diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/fixcost.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/fixcost.csv index 71d89637..450e30f8 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/fixcost.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/fixcost.csv @@ -1,8 +1,8 @@ ,unit,distribution_grid,engineering,operation -age_installed,year,10,0,0 -capex_fix,currency,0.0,0,4600 -capex_var,currency,0.0,0,0 label,str,distribution grid infrastructure,"R&D, engineering",Fix project operation +age_installed,year,10,0,0 lifetime,year,30,20,20 -opex_fix,currency/year,0,0,4600 -opex_var,currency/kWh,0,0,0 \ No newline at end of file +development_costs,currency,0.0,0,0 +specific_costs,currency,0.0,0,0 +specific_costs_om,currency/year,0,0,4600 +dispatch_price,currency/kWh,0,0,0 diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/project_data.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/project_data.csv index c1979b38..3eaa6546 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/project_data.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/project_data.csv @@ -1,9 +1,9 @@ ,unit,project_data -country,str,Spain -latitude,str, -longitude,str,5.2 +country,str,Germany +latitude,str,48.1351 +longitude,str,11.582 project_id,str,1 -project_name,str,net zero energy community +project_name,str,Template Sector-coupling scenario_id,str,1 -scenario_name,str,Test_scenario_check_inputs -scenario_description,str,Simulation of Test_scenario_check_inputs +scenario_name,str,Scenario 1 +scenario_description,str,Simulation of Scenario_example_sector_coupling diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/simulation_settings.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/simulation_settings.csv index 7a68fe8e..53ea2faf 100644 --- a/tests/data/user_inputs/mvs_inputs/csv_elements/simulation_settings.csv +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/simulation_settings.csv @@ -1,7 +1,6 @@ ,unit,simulation_settings -evaluated_period,days,0 -oemof_file_name,str,MVS_results.oemof -output_lp_file,bool,False -restore_from_oemof_file,bool,False -start_date,str,2014-01-01 00:00:00 +start_date,str,2018-01-01 00:00:00 +evaluated_period,days,365 timestep,minutes,60 +output_lp_file,bool,True +store_oemof_results,bool,True diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/storage_TES.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/storage_TES.csv new file mode 100644 index 00000000..9cabbff2 --- /dev/null +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/storage_TES.csv @@ -0,0 +1,16 @@ +,unit,storage capacity,input power,output power +unit,str,kWh,kW,kW +installedCap,kWh,NaN,0,0 +age_installed,year,0,0,0 +lifetime,year,30,30,30 +development_costs,currency,0.0,0.0,0.0 +specific_costs,currency/kWh,410,0,0 +specific_costs_om,currency/kWh/year,16.67,0,0 +dispatch_price,currency/kWh,NaN,0,0 +c_rate,factor of total capacity (kWh),NaN,1,1 +soc_initial,None or factor,None,NaN,NaN +soc_max,factor,0.925,NaN,NaN +soc_min,factor,0.075,NaN,NaN +efficiency,factor,NaN,1,1 +fixed_thermal_losses_relative,factor,"{'file_name': 'None', 'header': 'no_unit', 'unit': ''}",NaN,NaN +fixed_thermal_losses_absolute,kWh,"{'file_name': 'None', 'header': 'kWh', 'unit': ''}",NaN,NaN diff --git a/tests/data/user_inputs/mvs_inputs/csv_elements/storage_TES_const_losses.csv b/tests/data/user_inputs/mvs_inputs/csv_elements/storage_TES_const_losses.csv new file mode 100644 index 00000000..8bfcab2b --- /dev/null +++ b/tests/data/user_inputs/mvs_inputs/csv_elements/storage_TES_const_losses.csv @@ -0,0 +1,16 @@ +,unit,storage capacity,input power,output power +unit,str,kWh,kW,kW +installedCap,kWh,NaN,0,0 +age_installed,year,0,0,0 +lifetime,year,30,30,30 +development_costs,currency,0.0,0.0,0.0 +specific_costs,currency/kWh,410,0,0 +specific_costs_om,currency/kWh/year,16.67,0,0 +dispatch_price,currency/kWh,NaN,0,0 +c_rate,factor of total capacity (kWh),NaN,1,1 +soc_initial,None or factor,None,NaN,NaN +soc_max,factor,0.925,NaN,NaN +soc_min,factor,0.075,NaN,NaN +efficiency,factor,0.99907726890329,1,1 +fixed_thermal_losses_relative,factor,0.0016,NaN,NaN +fixed_thermal_losses_absolute,kWh,0.0003,NaN,NaN diff --git a/tests/data/user_inputs/pvcompare_inputs/heat_pumps_and_chillers.csv b/tests/data/user_inputs/pvcompare_inputs/heat_pumps_and_chillers.csv index 0cf637ff..5c981545 100644 --- a/tests/data/user_inputs/pvcompare_inputs/heat_pumps_and_chillers.csv +++ b/tests/data/user_inputs/pvcompare_inputs/heat_pumps_and_chillers.csv @@ -1,3 +1,3 @@ mode,quality_grade,temp_high,temp_low,factor_icing,temp_threshold_icing -heat_pump,0.35,35.0,,None,None +heat_pump,0.35,60,,None,None chiller,0.3,,15.0,, diff --git a/tests/data/user_inputs/pvcompare_inputs/stratified_thermal_storage.csv b/tests/data/user_inputs/pvcompare_inputs/stratified_thermal_storage.csv new file mode 100644 index 00000000..02f6cff2 --- /dev/null +++ b/tests/data/user_inputs/pvcompare_inputs/stratified_thermal_storage.csv @@ -0,0 +1,9 @@ +var_name,var_value,var_unit +height,,m +diameter,0.99,m +temp_h,60,degC +temp_c,35,degC +s_iso,100,mm +lamb_iso,0.03,W/(m*K) +alpha_inside,10,W/(m2*K) +alpha_outside,2.31,W/(m2*K) diff --git a/tests/data/user_inputs_collection/pvcompare_inputs/stratified_thermal_storage.csv b/tests/data/user_inputs_collection/pvcompare_inputs/stratified_thermal_storage.csv new file mode 100644 index 00000000..02f6cff2 --- /dev/null +++ b/tests/data/user_inputs_collection/pvcompare_inputs/stratified_thermal_storage.csv @@ -0,0 +1,9 @@ +var_name,var_value,var_unit +height,,m +diameter,0.99,m +temp_h,60,degC +temp_c,35,degC +s_iso,100,mm +lamb_iso,0.03,W/(m*K) +alpha_inside,10,W/(m2*K) +alpha_outside,2.31,W/(m2*K) diff --git a/tests/data_test_main/user_inputs/pvcompare_inputs/stratified_thermal_storage.csv b/tests/data_test_main/user_inputs/pvcompare_inputs/stratified_thermal_storage.csv new file mode 100644 index 00000000..32e67658 --- /dev/null +++ b/tests/data_test_main/user_inputs/pvcompare_inputs/stratified_thermal_storage.csv @@ -0,0 +1,9 @@ +var_name,var_value,var_unit +height,,m +diameter,0.99,m +temp_h,95,degC +temp_c,60,degC +s_iso,100,mm +lamb_iso,0.03,W/(m*K) +alpha_inside,10,W/(m2*K) +alpha_outside,2.31,W/(m2*K) diff --git a/tests/test_check_inputs.py b/tests/test_check_inputs.py index 22a744bd..512a261e 100644 --- a/tests/test_check_inputs.py +++ b/tests/test_check_inputs.py @@ -22,6 +22,7 @@ add_parameters_to_energy_production_file, add_file_name_to_energy_consumption_file, add_evaluated_period_to_simulation_settings, + add_parameters_to_storage_xx_file, ) @@ -316,3 +317,58 @@ def test_add_evaluated_period_to_simulation_settings(self): int(file.at["evaluated_period", "simulation_settings"]) == len(ts.index) / 24 ) + + def test_add_parameters_to_storage_xx_file(self): + """ + These tests check whether + + 1. efficiency and nominal storage capacity are saved to storage_xx.csv correctly in case they are calculated + 2. efficiency and nominal storage are not replaced by calculated value in case it already exists + """ + loss_rate = 0.01 + nominal_storage_capacity = 10 + + # 1. Test + storage_xx_file = "storage_TES.csv" + storage_xx_file_path = os.path.join( + self.user_inputs_mvs_directory, "csv_elements", storage_xx_file + ) + storage_xx_original = pd.read_csv(storage_xx_file_path, index_col=0, header=0) + add_parameters_to_storage_xx_file( + nominal_storage_capacity, + loss_rate, + storage_xx_file, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + ) + storage_xx = pd.read_csv(storage_xx_file_path, index_col=0, header=0) + efficiency = float(storage_xx.at["efficiency", "storage capacity"]) + installed_cap = float(storage_xx.at["installedCap", "storage capacity"]) + + assert efficiency == 1 - loss_rate + assert installed_cap == 10 + + storage_xx_original.to_csv(storage_xx_file_path, na_rep="NaN") + + # 2. Test + storage_xx_file = "storage_TES_const_losses.csv" + storage_xx_file_path = os.path.join( + self.user_inputs_mvs_directory, "csv_elements", storage_xx_file + ) + storage_xx_original = pd.read_csv(storage_xx_file_path, index_col=0, header=0) + storage_xx = storage_xx_original.copy() + storage_xx.at["installedCap", "storage capacity"] = 20 + storage_xx.to_csv(storage_xx_file_path, na_rep="NaN") + add_parameters_to_storage_xx_file( + nominal_storage_capacity, + loss_rate, + storage_xx_file, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + ) + storage_xx = pd.read_csv(storage_xx_file_path, index_col=0, header=0) + efficiency = float(storage_xx.at["efficiency", "storage capacity"]) + installed_cap = float(storage_xx.at["installedCap", "storage capacity"]) + + assert efficiency == 0.99907726890329 + assert installed_cap == 20 + + storage_xx_original.to_csv(storage_xx_file_path, na_rep="NaN") diff --git a/tests/test_heat_pump_and_chiller.py b/tests/test_heat_pump_and_chiller.py index 0551fc1f..94eff791 100644 --- a/tests/test_heat_pump_and_chiller.py +++ b/tests/test_heat_pump_and_chiller.py @@ -11,7 +11,7 @@ class TestCalculateCopsAndEers: @classmethod def setup_class(self): - self.date_range = pd.date_range("2018", periods=6, freq="H") + self.date_range = pd.date_range("2017", periods=6, freq="H") self.weather = pd.DataFrame( [11.85, 6.85, 2.0, 0.0, -3.0, 27.0], columns=["temp_air"], @@ -33,14 +33,7 @@ def test_calculate_cops_and_eers_heat_pump_without_icing(self): user_inputs_mvs_directory=self.mvs_inputs_directory, ) cops_exp = pd.Series( - [ - 4.65885529157667388489, - 3.83134991119005308136, - 3.26825757575757558371, - 3.08149999999999968381, - 2.83822368421052617649, - 13.48156249999999900524, - ], + [2.42165109, 2.19383819, 2.01038793, 1.943375, 1.85083333, 3.53340909,], index=self.date_range, name="no_unit", ) @@ -71,12 +64,12 @@ def test_calculate_cops_and_eers_heat_pump_consider_icing(self, add_icing_to_csv ) cops_exp = pd.Series( [ - 4.658855291576674, - 3.831349911190053, - 3.268257575757576, - 2.465199999999999, - 2.270578947368421, - 13.481562499999999, + 2.421651090342679, + 2.193838193791157, + 2.0103879310344825, + 1.5546999999999997, + 1.4806666666666666, + 3.5334090909090903, ], index=self.date_range, name="no_unit", @@ -115,7 +108,7 @@ def test_calculate_cops_and_eers_saved_file(self): os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_60.0.csv", ) ) @@ -124,7 +117,7 @@ def teardown_method(self): filename = os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_60.0.csv", ) if os.path.exists(filename): os.remove(filename) @@ -180,7 +173,7 @@ def test_calculate_cops_and_eers_process_temperatures_hp_temp_high(self): os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_35.0.csv", ) ) == True @@ -225,7 +218,7 @@ def test_calculate_cops_and_eers_process_temperatures_hp_temp_high(self): os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2.csv", + "cops_heat_pump_2017_53.2_13.2.csv", ) ) == True @@ -252,8 +245,8 @@ def test_calculate_cops_and_eers_process_temperatures_hp_temp_high(self): original_data.to_csv(filename) # Delete files - filename_1 = "cops_heat_pump_2018_53.2_13.2.csv" - filename_2 = "cops_heat_pump_2018_53.2_13.2_35.0.csv" + filename_1 = "cops_heat_pump_2017_53.2_13.2.csv" + filename_2 = "cops_heat_pump_2017_53.2_13.2_35.0.csv" files = [filename_1, filename_2] for file in files: @@ -328,7 +321,7 @@ def test_calculate_cops_and_eers_process_temperatures_hp_temp_low(self): os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_35.0.csv", ) ) == True @@ -362,7 +355,7 @@ def test_calculate_cops_and_eers_process_temperatures_hp_temp_low(self): os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_35.0.csv", ) ) == True @@ -371,8 +364,8 @@ def test_calculate_cops_and_eers_process_temperatures_hp_temp_low(self): original_data.to_csv(filename) # Delete files - filename_1 = "cops_heat_pump_2018_53.2_13.2.csv" - filename_2 = "cops_heat_pump_2018_53.2_13.2_35.0.csv" + filename_1 = "cops_heat_pump_2017_53.2_13.2.csv" + filename_2 = "cops_heat_pump_2017_53.2_13.2_35.0.csv" files = [filename_1, filename_2] for file in files: @@ -441,7 +434,7 @@ def test_calculate_cops_and_eers_process_temperatures_chiller_temp_low(self): os.path.join( self.mvs_inputs_directory, "time_series", - "eers_chiller_2018_53.2_13.2_15.0.csv", + "eers_chiller_2017_53.2_13.2_15.0.csv", ) ) == True @@ -485,7 +478,7 @@ def test_calculate_cops_and_eers_process_temperatures_chiller_temp_low(self): os.path.join( self.mvs_inputs_directory, "time_series", - "eers_chiller_2018_53.2_13.2.csv", + "eers_chiller_2017_53.2_13.2.csv", ) ) == True @@ -512,8 +505,8 @@ def test_calculate_cops_and_eers_process_temperatures_chiller_temp_low(self): original_data.to_csv(filename) # Delete files - filename_1 = "eers_chiller_2018_53.2_13.2.csv" - filename_2 = "eers_chiller_2018_53.2_13.2_15.0.csv" + filename_1 = "eers_chiller_2017_53.2_13.2.csv" + filename_2 = "eers_chiller_2017_53.2_13.2_15.0.csv" files = [filename_1, filename_2] for file in files: @@ -593,7 +586,7 @@ def test_calculate_cops_and_eers_process_temperatures_chiller_temp_high(self): os.path.join( self.mvs_inputs_directory, "time_series", - "eers_chiller_2018_53.2_13.2_15.0.csv", + "eers_chiller_2017_53.2_13.2_15.0.csv", ) ) == True @@ -627,7 +620,7 @@ def test_calculate_cops_and_eers_process_temperatures_chiller_temp_high(self): os.path.join( self.mvs_inputs_directory, "time_series", - "eers_chiller_2018_53.2_13.2_15.0.csv", + "eers_chiller_2017_53.2_13.2_15.0.csv", ) ) == True @@ -639,7 +632,7 @@ def test_calculate_cops_and_eers_process_temperatures_chiller_temp_high(self): filename = os.path.join( self.mvs_inputs_directory, "time_series", - "eers_chiller_2018_53.2_13.2_15.0.csv", + "eers_chiller_2017_53.2_13.2_15.0.csv", ) if os.path.exists(filename): os.remove(filename) @@ -656,7 +649,7 @@ def setup_class(self): self.weather = pd.DataFrame( [10.0, 5.0, 0.0, -3.0, 27.0], columns=["temp_air"], - index=pd.date_range("2018", periods=5, freq="H"), + index=pd.date_range("2017", periods=5, freq="H"), ) self.lat = 53.2 self.lon = 13.2 @@ -689,7 +682,7 @@ def test_add_sector_coupling_heat_pump_file_already_exists(self, select_conv_tec filename = os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_60.0.csv", ) assert os.path.exists(filename) == False # filename in energyConversion.csv does not change @@ -709,13 +702,13 @@ def test_add_sector_coupling_heat_pump_file_created(self, select_conv_tech): filename = os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_60.0.csv", ) assert os.path.exists(filename) == True # filename in energyConversion.csv changed df = pd.read_csv(self.filename_conversion, header=0, index_col=0) assert ( - "cops_heat_pump_2018_53.2_13.2_35.0.csv" + "cops_heat_pump_2017_53.2_13.2_60.0.csv" in df.loc["efficiency"].heat_pump_file_non_existent ) == True @@ -732,7 +725,7 @@ def test_add_sector_coupling_heat_pump_constant_efficiency(self, select_conv_tec filename = os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_60.0.csv", ) assert os.path.exists(filename) == False # check efficiency @@ -758,7 +751,7 @@ def teardown_method(self): filename = os.path.join( self.mvs_inputs_directory, "time_series", - "cops_heat_pump_2018_53.2_13.2_35.0.csv", + "cops_heat_pump_2017_53.2_13.2_60.0.csv", ) if os.path.exists(filename): os.remove(filename) diff --git a/tests/test_stratified_thermal_storage.py b/tests/test_stratified_thermal_storage.py new file mode 100644 index 00000000..40731b9a --- /dev/null +++ b/tests/test_stratified_thermal_storage.py @@ -0,0 +1,744 @@ +import pytest +import pandas as pd +import numpy as np +import math +import os +import pvcompare.constants as constants +import pvcompare.main as main +import argparse +import mock +import shutil +from pvcompare import stratified_thermal_storage as sts +from pvcompare.constants import TEST_USER_INPUTS_MVS +from pvcompare.constants import TEST_USER_INPUTS_PVCOMPARE + +EXECUTE_TESTS_ON = os.environ.get("EXECUTE_TESTS_ON", "skip") +TESTS_ON_MASTER = "master" + + +class TestTES: + @classmethod + def setup_class(self): + self.country = "Germany" + self.year = 2017 + self.lat = 53.2 + self.lon = 13.2 + self.storeys = 5 + self.user_inputs_mvs_directory = constants.TEST_USER_INPUTS_MVS + self.user_inputs_pvcompare_directory = constants.TEST_USER_INPUTS_PVCOMPARE + self.static_inputs_directory = constants.TEST_STATIC_INPUTS + self.outputs_directory = constants.TEST_OUTPUTS_DIRECTORY + self.scenario_name = "Test_Scenario_TES" + self.scenario_name_with_TES_bus = "Test_Scenario_TES_with_TES_bus" + + self.pv_setup = pd.read_csv( + os.path.join(self.user_inputs_pvcompare_directory, "pv_setup.csv"), + header=0, + index_col="technology", + ) + try: + self.pv_setup = self.pv_setup.drop(["cpv", "psi"]) + self.pv_setup.reset_index(drop=False, inplace=True) + except KeyError: + print( + "Please check the format of pv_setup.csv file. The tests might not run correctly." + ) + + # Save original states of csvs + self.mvs_csv_inputs_path = os.path.join( + self.user_inputs_mvs_directory, "csv_elements" + ) + self.energy_production_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "energyProduction.csv"), + header=0, + index_col=0, + ) + self.energy_storage_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "energyStorage.csv"), + header=0, + index_col=0, + ) + self.storage_xx_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "storage_TES.csv"), + header=0, + index_col=0, + ) + self.energy_conversion_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "energyConversion.csv"), + header=0, + index_col=0, + ) + self.energy_busses_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "energyBusses.csv"), + header=0, + index_col=0, + ) + self.energy_providers_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "energyProviders.csv"), + header=0, + index_col=0, + ) + + # # this ensure that the test is only ran if explicitly executed, ie not when the `pytest` command + # # alone is called + @pytest.mark.skipif( + EXECUTE_TESTS_ON not in (TESTS_ON_MASTER), + reason="Benchmark test deactivated, set env variable " + "EXECUTE_TESTS_ON to 'master' to run this test", + ) + @mock.patch("argparse.ArgumentParser.parse_args", return_value=argparse.Namespace()) + def test_implementations_tes(self, margs): + """ + This test checks if the results of two different ways of implementing a stratified + thermal storage match. + You can include a stratified thermal storage in the model using two ways: + + 1. With storage component with `inflow_direction` and `outflow_direction` to the heat bus + 2. With a storage bus, a storage component and `inflow_direction` and `outflow_direction` + as Transformer feeding in and from that bus + Please note that the cost parameters of `inflow_direction` and `outflow_direction` of + the Transformer should be set to zero, since they cannot be assigned to a real plant + component with cost parameters + Parameters + ---------- + margs + + """ + # Simulation of first way of implementation + main.apply_pvcompare( + storeys=self.storeys, + country=self.country, + latitude=self.lat, + longitude=self.lon, + year=self.year, + static_inputs_directory=self.static_inputs_directory, + user_inputs_pvcompare_directory=self.user_inputs_pvcompare_directory, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + plot=False, + pv_setup=self.pv_setup, + overwrite_grid_parameters=True, + overwrite_pv_parameters=True, + ) + + # RUN MVS OEMOF SIMULATTION + main.apply_mvs( + scenario_name=self.scenario_name, + outputs_directory=self.outputs_directory, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + ) + + # Read results of simulation with first way of implementation + results_storage_heat_bus = pd.read_excel( + os.path.join( + self.outputs_directory, + self.scenario_name, + "mvs_outputs", + "timeseries_all_busses.xlsx", + ), + sheet_name="Heat bus", + ) + + # Revert changes made in storage_xx.csv file + self.storage_xx_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "storage_TES.csv"), na_rep="NaN" + ) + + # Calculated files in time_series directory need to be deleted to ensure + # the next simulation is run completely + time_series_directory = os.path.join( + self.user_inputs_mvs_directory, "time_series" + ) + time_series = os.listdir(time_series_directory) + for file_name in time_series: + if file_name != "file_exists.csv": + os.remove(os.path.join(time_series_directory, file_name)) + + # Modify mvs csv input data as a preparation for the simulation of + # the second way of implementation (see below) + + # Add "TES bus" to busses + energy_busses = self.energy_busses_original.copy() + energy_busses["TES bus"] = "Heat" + energy_busses.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyBusses.csv"), na_rep="NaN" + ) + # Add TES input and output converter to transformers + energy_conversion = self.energy_conversion_original.copy() + energy_conversion["TES converter in"] = [ + "kW", + "True", + "None", + 0, + 0, + 30, + 0, + 0, + 0, + 0, + 1, + "Heat bus", + "TES bus", + "Heat", + "transformer", + ] + energy_conversion["TES converter out"] = [ + "kW", + "True", + "None", + 0, + 0, + 30, + 0, + 0, + 0, + 0, + 1, + "TES bus", + "Heat bus", + "Heat", + "transformer", + ] + energy_conversion.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyConversion.csv"), na_rep="NaN" + ) + # Adapt inflow and outflow direction of storage to "TES bus" + energy_storage = self.energy_storage_original.copy() + energy_storage.at["inflow_direction", "storage_TES"] = "TES bus" + energy_storage.at["outflow_direction", "storage_TES"] = "TES bus" + energy_storage.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyStorage.csv"), na_rep="NaN" + ) + + # Simulation of second way of implementation + main.apply_pvcompare( + storeys=self.storeys, + country=self.country, + latitude=self.lat, + longitude=self.lon, + year=self.year, + static_inputs_directory=self.static_inputs_directory, + user_inputs_pvcompare_directory=self.user_inputs_pvcompare_directory, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + plot=False, + pv_setup=self.pv_setup, + overwrite_grid_parameters=True, + overwrite_pv_parameters=True, + ) + + # RUN MVS OEMOF SIMULATTION + main.apply_mvs( + scenario_name=self.scenario_name_with_TES_bus, + outputs_directory=self.outputs_directory, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + ) + + # Read results of simulation with second way of implementation + results_storage_tes_bus = pd.read_excel( + os.path.join( + self.outputs_directory, + self.scenario_name_with_TES_bus, + "mvs_outputs", + "timeseries_all_busses.xlsx", + ), + sheet_name="Heat bus", + ) + + # Assert that results of both implementations match + assert ( + results_storage_heat_bus["TES input power"].values.all() + == results_storage_tes_bus["TES converter in"].values.all() + ) + assert ( + results_storage_heat_bus["TES output power"].values.all() + == results_storage_tes_bus["TES converter out"].values.all() + ) + + # Revert changes made in mvs csv input files + self.storage_xx_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "storage_TES.csv"), na_rep="NaN" + ) + self.energy_busses_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyBusses.csv"), na_rep="NaN" + ) + self.energy_conversion_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyConversion.csv"), na_rep="NaN" + ) + self.energy_storage_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyStorage.csv"), na_rep="NaN" + ) + self.energy_production_original = pd.read_csv( + os.path.join(self.mvs_csv_inputs_path, "energyProduction.csv"), + header=0, + index_col=0, + ) + + scenarios = [self.scenario_name, self.scenario_name_with_TES_bus] + for scenario in scenarios: + outputs_directory = os.path.join(self.outputs_directory, scenario) + if os.path.exists(outputs_directory): + shutil.rmtree(outputs_directory) + + # # this ensure that the test is only ran if explicitly executed, ie not when the `pytest` command + # # alone is called + + @pytest.mark.skipif( + EXECUTE_TESTS_ON not in (TESTS_ON_MASTER), + reason="Benchmark test deactivated, set env variable " + "EXECUTE_TESTS_ON to 'master' to run this test", + ) + @mock.patch("argparse.ArgumentParser.parse_args", return_value=argparse.Namespace()) + def test_raiseError_temperature_match_hp(self, margs): + """ + These tests check whether a ValueError is raised if there are no further heat providers + and the heat pump's high temperature is lower than the TES's high temperature + + A further test checks whether there is no ValueError raised, in case TES's high temperature + is lower but a further heat provider (eg. gas plant) exist + """ + energy_providers = self.energy_providers_original.copy() + energy_providers.pop("Gas plant 01") + energy_providers.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyProviders.csv"), na_rep="NaN" + ) + strat_tes_file_path = os.path.join( + TEST_USER_INPUTS_PVCOMPARE, "stratified_thermal_storage.csv" + ) + strat_tes_original = pd.read_csv(strat_tes_file_path, header=0, index_col=0,) + strat_tes = strat_tes_original.copy() + strat_tes.at["temp_h", "var_value"] = 90 + strat_tes.to_csv(strat_tes_file_path, na_rep="NaN") + + with pytest.raises(ValueError): + main.apply_pvcompare( + storeys=self.storeys, + country=self.country, + latitude=self.lat, + longitude=self.lon, + year=self.year, + static_inputs_directory=self.static_inputs_directory, + user_inputs_pvcompare_directory=self.user_inputs_pvcompare_directory, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + plot=False, + pv_setup=self.pv_setup, + overwrite_grid_parameters=True, + overwrite_pv_parameters=True, + ) + + # Add gas bus + energy_busses = self.energy_busses_original.copy() + energy_bus_gas = pd.DataFrame(data={"": ["energyVector"], "Gas bus": ["Heat"]}) + energy_busses.reset_index(drop=True, inplace=False) + energy_busses = energy_busses.join(energy_bus_gas, how="right") + energy_busses = energy_busses.set_index("") + energy_busses.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyBusses.csv"), na_rep="NaN" + ) + + # Add gas provider + energy_providers = self.energy_providers_original.copy() + providers_index = energy_providers.index + gas_plant = [ + "kW", + "True", + 0.5, + 0, + 0, + 1, + 0, + "Gas bus", + "Gas bus", + "Heat", + "source", + 1.9, + ] + gas_provider = pd.DataFrame(data={"": providers_index, "Gas plant": gas_plant}) + gas_provider = gas_provider.set_index(providers_index) + energy_providers = energy_providers.join(gas_provider, on=providers_index) + energy_providers.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyProviders.csv"), na_rep="NaN" + ) + + # Add gas converters + energy_converters = self.energy_conversion_original.copy() + converters_index = energy_converters.index + gas_heating = [ + "kW", + True, + None, + 0, + 0, + 25, + 0, + 320, + 20.9, + 0, + 0.97, + "Gas bus", + "Heat bus", + "Heat", + "transformer", + ] + gas_converter = pd.DataFrame( + data={"": converters_index, "Gas heating": gas_heating} + ) + gas_converter = gas_converter.set_index(converters_index) + energy_converters = energy_converters.join(gas_converter, on=converters_index) + energy_converters.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyConversion.csv"), na_rep="NaN" + ) + + try: + main.apply_pvcompare( + storeys=self.storeys, + country=self.country, + latitude=self.lat, + longitude=self.lon, + year=self.year, + static_inputs_directory=self.static_inputs_directory, + user_inputs_pvcompare_directory=self.user_inputs_pvcompare_directory, + user_inputs_mvs_directory=self.user_inputs_mvs_directory, + plot=False, + pv_setup=self.pv_setup, + overwrite_grid_parameters=True, + overwrite_pv_parameters=True, + ) + result = 0 + except ValueError or AttributeError: + result = 1 + + assert result == 0 + + # Revert changes made in mvs csv input files + strat_tes_original.to_csv(strat_tes_file_path, na_rep="NaN") + + self.storage_xx_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "storage_TES.csv"), na_rep="NaN" + ) + self.energy_busses_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyBusses.csv"), na_rep="NaN" + ) + self.energy_conversion_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyConversion.csv"), na_rep="NaN" + ) + self.energy_storage_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyStorage.csv"), na_rep="NaN" + ) + self.energy_providers_original.to_csv( + os.path.join(self.mvs_csv_inputs_path, "energyProviders.csv"), na_rep="NaN" + ) + + time_series_path = os.path.join(self.user_inputs_mvs_directory, "time_series") + time_series_files = os.listdir(time_series_path) + + for file in time_series_files: + if os.path.exists(time_series_path): + os.remove(os.path.join(time_series_path, file)) + + +class TestCalcStratTesParam: + @classmethod + def setup_class(self): + self.date_range = pd.date_range("2017", periods=6, freq="H") + self.weather = pd.DataFrame( + [11.85, 6.85, 2.0, 0.0, -3.0, 27.0], + columns=["temp_air"], + index=self.date_range, + ) + self.lat = 53.2 + self.lon = 13.2 + self.losses = pd.DataFrame( + [0.00158, 0.00159, 0.0016, 0.00161, 0.00159, 0.0016], + columns=["no_unit"], + index=self.date_range, + ) + + def test_calc_strat_tes_param(self): + ( + nominal_storage_capacity, + loss_rate, + fixed_losses_relative, + fixed_losses_absolute, + ) = sts.calc_strat_tes_param( + weather=self.weather, + temperature_col="temp_air", + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + expected_rel_losses = [ + 0.00085445, + 0.001039, + 0.00121801, + 0.00129182, + 0.00140255, + 0.00029527, + ] + expected_abs_losses = [ + 1.41958595e-05, + 1.61868636e-05, + 1.81181376e-05, + 1.89145392e-05, + 2.01091417e-05, + 8.16311694e-06, + ] + + assert loss_rate == 0.00092273109671008 + for item, value in enumerate(fixed_losses_relative): + assert np.round(value, 7) == np.round(expected_rel_losses[item], 7) + for item, value in enumerate(fixed_losses_absolute): + assert np.round(value, 7) == np.round(expected_abs_losses[item], 7) + + def test_calc_strat_tes_param_nominal_storage_capacity_nan_to_zero(self): + ( + nominal_storage_capacity, + loss_rate, + fixed_losses_relative, + fixed_losses_absolute, + ) = sts.calc_strat_tes_param( + weather=self.weather, + temperature_col="temp_air", + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + + strat_tes = pd.read_csv( + os.path.join(TEST_USER_INPUTS_PVCOMPARE, "stratified_thermal_storage.csv"), + header=0, + index_col=0, + ) + height = strat_tes.at["height", "var_value"] + assert math.isnan(height) == True + assert nominal_storage_capacity == 0 + + def test_add_strat_tes_calculate_losses_saved_file(self): + sts.add_strat_tes( + weather=self.weather, + lat=self.lat, + lon=self.lon, + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + assert os.path.exists( + os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv", + ) + ) + assert os.path.exists( + os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_relative_2017_53.2_13.2_60.0.csv", + ) + ) + + def test_save_time_dependent_values(self): + file_name = "fixed_thermal_losses_relative_test.csv" + file_path = os.path.join(TEST_USER_INPUTS_MVS, "time_series", file_name) + sts.save_time_dependent_values( + self.losses, + "fixed_thermal_losses_relative", + "no_unit", + file_name, + os.path.join(TEST_USER_INPUTS_MVS, "time_series"), + ) + + assert os.path.exists(file_path) == True + + def teardown_method(self): + # delete file + filename = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_relative_test.csv", + ) + + if os.path.exists(filename): + os.remove(filename) + + +class TestAddStratTes: + @classmethod + def setup_class(self): + self.date_range_2017 = pd.date_range("2017", periods=6, freq="H") + self.date_range_2019 = pd.date_range("2019", periods=6, freq="H") + self.weather_2017 = pd.DataFrame( + [11.85, 6.85, 2.0, 0.0, -3.0, 27.0], + columns=["temp_air"], + index=self.date_range_2017, + ) + self.weather_2019 = pd.DataFrame( + [11.85, 6.85, 2.0, 0.0, -3.0, 27.0], + columns=["temp_air"], + index=self.date_range_2019, + ) + self.lat = 53.2 + self.lon = 13.2 + self.filename_storage_xx = os.path.join( + TEST_USER_INPUTS_MVS, "csv_elements", "storage_TES.csv" + ) + + @pytest.fixture(scope="class", autouse=True) + def select_conv_tech(self): + def _select_columns(columns): + data = pd.DataFrame(original_data[columns]) + data.to_csv(self.filename_storage_xx, na_rep="NaN") + + original_data = pd.read_csv(self.filename_storage_xx, header=0, index_col=0) + yield _select_columns + original_data.to_csv(self.filename_storage_xx, na_rep="NaN") + + def test_add_sector_coupling_strat_tes_file_already_exists(self, select_conv_tech): + select_conv_tech(columns="storage capacity") + sts.add_strat_tes( + weather=self.weather_2017, + lat=self.lat, + lon=self.lon, + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + # no file created + filename = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv", + ) + assert os.path.exists(filename) == True + # filename in storage_TES.csv does not change + df = pd.read_csv(self.filename_storage_xx, header=0, index_col=0) + assert ( + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv" + in df.loc["fixed_thermal_losses_absolute"].item() + ) == True + + sts.add_strat_tes( + weather=self.weather_2019, + lat=self.lat, + lon=self.lon, + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + df = pd.read_csv(self.filename_storage_xx, header=0, index_col=0) + assert ( + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv" + in df.loc["fixed_thermal_losses_absolute"].item() + ) == True + + def teardown_method(self): + # delete file + filename_1 = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv", + ) + filename_2 = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_relative_2017_53.2_13.2_60.0.csv", + ) + if os.path.exists(filename_1): + os.remove(filename_1) + if os.path.exists(filename_2): + os.remove(filename_2) + + def test_add_sector_coupling_strat_tes_file_non_existent(self, select_conv_tech): + select_conv_tech(columns="storage capacity") + sts.add_strat_tes( + weather=self.weather_2017, + lat=self.lat, + lon=self.lon, + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + # no file created + filename = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_absolute_2018_53.2_13.2_60.0.csv", + ) + assert os.path.exists(filename) == False + # filename in storage_TES.csv does not change + df = pd.read_csv(self.filename_storage_xx, header=0, index_col=0) + assert ( + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv" + in df.loc["fixed_thermal_losses_absolute"].item() + ) == True + + def teardown_method(self): + # delete file + filename_1 = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv", + ) + filename_2 = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_relative_2017_53.2_13.2_60.0.csv", + ) + if os.path.exists(filename_1): + os.remove(filename_1) + if os.path.exists(filename_2): + os.remove(filename_2) + + +class TestAddStratTes_file_constant_losses: + @classmethod + def setup_class(self): + self.date_range = pd.date_range("2016", periods=6, freq="H") + self.weather = pd.DataFrame( + [11.85, 6.85, 2.0, 0.0, -3.0, 27.0], + columns=["temp_air"], + index=self.date_range, + ) + self.lat = 53.2 + self.lon = 13.2 + self.filename_storage_TES = os.path.join( + TEST_USER_INPUTS_MVS, "csv_elements", "storage_TES_const_losses.csv" + ) + + @pytest.fixture(scope="class", autouse=True) + def select_conv_tech(self): + def _select_columns(columns): + data = pd.DataFrame(original_data[columns]) + data.to_csv(self.filename_storage_TES, na_rep="NaN") + + original_data = pd.read_csv(self.filename_storage_TES, header=0, index_col=0) + yield _select_columns + original_data.to_csv(self.filename_storage_TES, na_rep="NaN") + + def test_add_sector_coupling_strat_tes_file_const_losses(self, select_conv_tech): + energy_storage_file_path = os.path.join( + TEST_USER_INPUTS_MVS, "csv_elements", "energyStorage.csv" + ) + energy_storage_original = pd.read_csv( + energy_storage_file_path, header=0, index_col=0 + ) + energy_storage = energy_storage_original.copy() + energy_storage.at[ + "storage_filename", "storage_TES" + ] = "storage_TES_const_losses.csv" + energy_storage.to_csv(energy_storage_file_path, na_rep="NaN") + select_conv_tech(columns="storage capacity") + sts.add_strat_tes( + weather=self.weather, + lat=self.lat, + lon=self.lon, + user_inputs_pvcompare_directory=TEST_USER_INPUTS_PVCOMPARE, + user_inputs_mvs_directory=TEST_USER_INPUTS_MVS, + ) + # no file created + filename = os.path.join( + TEST_USER_INPUTS_MVS, + "time_series", + "fixed_thermal_losses_absolute_2017_53.2_13.2_60.0.csv", + ) + + assert os.path.exists(filename) == False + # check efficiency + df = pd.read_csv(self.filename_storage_TES, header=0, index_col=0) + assert float(df.loc["efficiency"].item()) == 0.99907726890329 + assert float(df.loc["fixed_thermal_losses_relative"].item()) == 0.0016 + assert float(df.loc["fixed_thermal_losses_absolute"].item()) == 0.0003 + + energy_storage_original.to_csv(energy_storage_file_path, na_rep="NaN")